0

YAHOO Finance api is not working from two days for India stocks. for e.g: http://download.finance.yahoo.com/d?s=ABB.BO+SBI.BO&f=nl1c2vgh&random=10

Is there any way to get live stock updates from Yahoo by Premium or Free?

Raj Plus
  • 25
  • 1
  • 3
  • 3
    I'm voting to close this question as off-topic because it asks about the availiability of a service and has nothing to do with programming – rene Dec 14 '15 at 21:59

3 Answers3

3

You can use Yahoo Finance Web service instead, here is an example url to fetch json document, if you do not provide format option in the URL, it will return an XML.

http://finance.yahoo.com/webservice/v1/symbols/ITC.NS,ITC.BO/quote?format=json

I have tried to use diferrent properties available with the yahoo finance csv api, but I am unable to use them with this api.

Note: This API doesn't seem to be working anymore

P.S. Please do not downvote this answer, since it was working fine when the question was asked.

Sambhav Sharma
  • 5,741
  • 9
  • 53
  • 95
1

To fill the gap, I created this FinanceAPI - script against Yahoo! Finance India. Feel free to try it out.

chhantyal
  • 11,874
  • 7
  • 51
  • 77
0

Refer to this link. They no longer wish to make the service available.

rahulritesh
  • 860
  • 1
  • 9
  • 17