Hello,
I am at present making a small app for my home use, using Yahoo Finance API. I found that the results returned on website are true but the results dont match the Yahoo Finance API results.
I have found the data to be inconsistent for Indian stocks. In the below query i am using a symbol Reliance.NS.. if you use the website the results are shown Correct for 52wk low/high.
http://finance.yahoo.com/q?s=RELIANCE.NS&ql=0
Di
But using a Yahoo Finance API it returns wrong data.
Here is my query:
http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20yahoo.finance.quotes%20where%20symbol%20in%20(%22RELIANCE.NS%22)&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys
Also note that much of the data is not updated on Yahoo Finance API. I cannot even take out the EPS, P/e, Bookvalue, 52 week high, 52 week low, dividend per share.. all these data in Yahoo Finance API are either blank or showing wrong data(old data).
Hope that you update the Yahoo Finance API results so that we can use the API to do some research.
Regards,
Mahernoz