ClimberMel / SMF_Add-in

Stock Market Functions for Excel using VBA
https://climbermel.github.io/SMF_Add-in/
14 stars 5 forks source link

smfGetYahooHistory #8

Closed ClimberMel closed 1 year ago

ClimberMel commented 1 year ago

This module was the centre of many issues with RCHGetYahooHistory, smfPricesBetween, smfPricesByDates and possibly more. I now have this mod working by changing it from scraping json data to grabbing the CSV data. It appears from user comments, that it returns the data in reverse order to what it was. There is a resort parameter used in this and RCHGetYahooHistory that calls this that will switch that order.

ClimberMel commented 1 year ago

2023-02-08 -- Version 3.0.2023.02.09 Fixed this function to put the data on it's own so that it could use features in it such as selecting data items to return. Will separate the sort/resort issue.