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", "")
No comments:
Post a Comment