0

I've been using the Yahoo Finance Webservice for a few months now to fetch stock data in JSON format using the following URL: http://finance.yahoo.com/webservice/v1/symbols/AAPL/quote?format=json&view=detail

**It has been working perfectly.**However, as of today this is simply hitting a 404 error and I can't seem to find a possible work around. I understand Yahoo has made some changes to Yahoo finance and their other APIs. Does anyone have a potential solution?

Thanks.

  • @excaza This isn't a duplicate question. I am not facing any issues related to using a User Agent or "bypass==true" parameter. As I said I have been using the webservice for the last few months for a university project. Today is the first time I am facing difficulties with it. – John Gwyneth Apr 28 '17 at 16:43
  • Stock price data error: Error

    Error


    Description: Could not process this "GET" request.
    – John Gwyneth Apr 28 '17 at 16:46
  • An undocumented API working perfectly does not magically make it a valid API to use, nor is Yahoo obligated to continue supporting it. – sco1 Apr 28 '17 at 16:51

1 Answers1

-1

It happen to me too since yesterday, fix it by using YQL API.

Sabit Huraira
  • 307
  • 2
  • 5