I am currently downloading free delayed stock quotes using the below URL and calling get method of httpwebrequest in .net application
url = "http://query.yahooapis.com/v1/public/yql?q=select * from yahoo.finance.quoteslist where symbol in (^NSEI 3IINFOTEC.NS)"I then process the data for my own use within my application. Now I have upgraded to yahoo premium and want to download real time data in my application. Can you suggest the URL and method to download real time quotes?
If I try to see real time quote on yahoo finance it is referring to http://streamerapi.finance.yahoo.com/streamer/1.0?s=YHOO however I am not sure how to refer to this url that can give realtime quote using YQL statement from my application, like the one I am using for free delayed quotes. Please suggest.
Thanks,
Ganesh