Yahoo API not returning stock price

388 Views Asked by At

I've been using YQL to generate queries I can use in Excel for various data. It's been working just fine until recently...

For example, the following query (Yahoo Stock query) only returns this:

{"query":{"count":1,"created":"2017-08-28T18:05:42Z","lang":"en-US","results":{"stock":{"symbol":"yhoo"}}}}

As you can see, the price is not included in the result.. just that the 'symbol' is "yhoo". Well, no kidding, that's what I asked for....

Not really sure why I'm not getting the price back anymore.... does anyone see anything wrong here?

Thanks in advance!

Edit. Here's the REST Query URL that YQL provides at the bottom of the page: Yahoo Stock Price

1

There are 1 best solutions below

5
On

Yahoo has discontinued their Yahoo Finance API service. So you won't be able to download stock quote in .csv format or using YQL.