Search results
It downloads a complete list of stock symbols using the Yahoo YQL API, including the stock name, stock symbol, and industry ID. What it doesn't seem to have is any sort of stock symbol modifiers. E.g. for Rogers Communications Inc, it only downloads RCI, not RCI-A.TO, RCI-B.TO, etc.
At Yahoo Finance, you get free stock quotes, up-to-date news, portfolio management resources, international market data, social interaction and mortgage rates that help you manage your...
22 maj 2016 · select * from yahoo.finance.industry where id in (1,2,3....260) this will give you list of companies and there symbols. start with select * from yahoo.finance.industry where id in (112) and see if it works.
The guys at yahoo have created this wonderful Yahoo Query Language (YQL). YQL treats individual web services as though they were data tables, allowing developers to formulate SQL-like queries to extract information from them.
Discover historical prices for ^KSE stock on Yahoo Finance. View daily, weekly or monthly format back to when stock was issued.
YQL is extensible using a table definition. This repository will hold community contributed definitions. - yql/yql-tables
I know, for instance, how to query current stock data from Yahoo/YQL using the YQL console: http://developer.yahoo.com/yql/console/. with the query string: select * from yahoo.finance.quotes where symbol in ("YHOO","AAPL","GOOG","MSFT")