Yahoo finance webservice API

I don’t know where the definitive documentation might be but for your particular example try appending &view=detail to your URL. http://finance.yahoo.com/webservice/v1/symbols/COALINDIA.NS/quote?format=json&view=detail This will at least give you the year_high and year_low that you asked after. Now, even though the following won’t work for your COALINDIA.NS symbol (I suspect the exchange is not supported), it might … Read more