ClimberMel / SMF_Add-in

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

Items 27 & 28 incorrect in smf-elements-1.txt #41

Closed Bruce-95 closed 1 year ago

Bruce-95 commented 1 year ago

Line items in smf-elements-1.txt

27;YahooFD;Mean Target Price;=smfGetYahooJSONData(ticker,"financialData","targetMeanPrice") 28;YahooFD;Revenue;=smfGetYahooJSONData(ticker,"financialData","totalRevenue")

should be

27;YahooFD;Mean Target Price;=smfGetYahooJSONData("~","financialData","targetMeanPrice") 28;YahooFD;Revenue;=smfGetYahooJSONData("~","financialData","totalRevenue")

ClimberMel commented 1 year ago

Corrected these and a number of other ones. I had ticker defined as a name in my test sheet and missed changing it back when updating the elements file.