Getting International Stock Data Using Yahoo Finance
Stock Data Can Be Optained Using Yql Queries Like This: Select * from Yahoo. Finance. Quote Where Symbol in ("Yhoo","Aapl","Goog","Msft") I Have to Present in...
Stock data can be optained using YQL queries like this:
select * from yahoo.finance.quote where symbol in ("YHOO","AAPL","GOOG","MSFT")
I have to present in a javascript meetup where I will show some stuff to the dynamically updating stocks data with the YQL stocks api.
Only issue is that meetups are in evening time and NASDAQ is closed during that time. So I am open to foreign stock tickers which would work in evening hours of 6PM to 9PM (california). But I couldn't get a YQL query query running for any foreign stock exchange.
Any start-off pointer would be really helpful. Does anyone has experience in calling YQL finance queries for foreign stocks?
Alternatively, are there other similar services (google's?) which I could use for foreign stock exchanges?
Thanks for any pointers.
1 Answer
Try adding an exchange specific ending like 0941.HK for China Mobile at Hang Seng Index. See for other components of that index.