Showing posts with label RCHGetYahooQuotes. Show all posts
Showing posts with label RCHGetYahooQuotes. Show all posts

Wednesday, March 1, 2023

Note on RCHGetYahooQuotes

Function  RCHGetYahooQuotes in module modGetYahooQuotes

This function is considered to be Obsolete 


Calling the function RCHGetYahooQuotes() in a spreadsheet will return no data

The function will return data if a full URL is provided and pItems are blank. 

Note that the function is being kept so that some calling modules such as RCHGetYahooHistory that do provide a URL in pTickers and pItems = "" will continue as they are.

The function could be used to test returning data based on a URL

For example:

=RCHGetYahooQuotes("https://query1.finance.yahoo.com/v7/finance/download/msft?period1=1262304000&period2=1735689600&interval=1d&events=history&includeAdjustedClose=true", "")



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...