Wednesday, February 15, 2023

New ZIP file -- Version 3.0.2023.02.15

 This update has fixes to a number of issues.

From GitHub
 
Release RCH_Stock_Market_Functions-3.0.2023.02.15

Change Log
Module    |    Function
modGetElementNumber    Function RCHGetElementNumber
Update version number (kVersion) and update comments for changes.
RCH_Stock_Market_Functions-3.0.2023.02.15

smfGetYahooHistory_    smfGetYahooHistory_
Issue#10 Fix data being returned as string instead of decimal
Issue#11 Data order
Issue#17 Data getting truncated
Changed default start date from 1970 to 1950 if no date provided

modGetYahooHistory    Function RCHGetYahooHistory
Issue #16 If empty date elements sent, you get an error due to 0/0/0 being invalid date.
Fix data order to return as it did in the past to avoid confusion.

Milestone fix is:
RCH_Stock_Market_Functions-3.0.2023.02.15

No comments:

Post a Comment

SMF new Add-In version 3.0.2024.04.29

  This new release has fixes for: module smfGetOptionQuotes A member (Bruce) found the issue was with the crumb processing and provided cod...