Unable to retrieve quotes from Yahoo for over 2h now, the scripts only return the last closing value, not the actual intraday quotes. The web page from the site return the correct value anyway, cause it refresh while the source used by the script doesn't. Anyone else experiencing the same error? Any chance to get a script to retrieve quotes from MSN Finance in a near future?
Comments
Are you still experiencing problems with Yahoo? I just checked and they seemed to be working.
I do not think that MSN Finance option is possible in the near future as original script author is busy as is and I do not want to push him to much .
Requesting url: https://finance.yahoo.com/quote/^GSPC
** For Symbol: ^GSPC new quotes not found (there is no '' in html that came back)
Requesting url: https://finance.yahoo.com/quote/^GSPTSE
** For Symbol: ^GSPTSE new quotes not found (there is no '' in html that came back)
Script GetQuotes-YahooIntraday.ps1
Line 39
Old line:
$startStr = ""; $endStr = "";
Change to new line
$startStr = "D(ib)`" data-reactid=`"35`">"; $endStr = "";