Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Yahoo intraday quotes issue

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

  • Hi,

    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 :).
  • I'm having problems with the Yahoo Interday quotes as well now (started yesterday 5-10-18). I get the following error in the log:

    Requesting url: https://finance.yahoo.com/quote/^GSPC
    ** For Symbol: ^GSPC new quotes not found (there is no '' in html that came back)
  • edited May 2018
    Same thing for me, started yesterday, continues today.

    Requesting url: https://finance.yahoo.com/quote/^GSPTSE
    ** For Symbol: ^GSPTSE new quotes not found (there is no '' in html that came back)


  • Fix will be released over the weekend. Here is what Maxim told me to change:

    Script GetQuotes-YahooIntraday.ps1
    Line 39
    Old line:
    $startStr = ""; $endStr = "";
    Change to new line
    $startStr = "D(ib)`" data-reactid=`"35`">"; $endStr = "";
  • The YahooIntraday fix works perfectly, thanks guys!
  • Thanks for the quick fix.
Sign In or Register to comment.