Yahoo Finance API

こ雲淡風輕ζ 提交于 2019-12-04 04:40:32

问题


How to fetch the complete list of Yahoo Finance Stock symbol using YQL ???

not trying to fetch a single stock quote. I am trying to find the whole complete list of available stock symbol. E.g. all Stock Symbol from NYSE, NASDAQ.


回答1:


Yahoo Finance may not help you much in this. You can get all the stock symbol from the exchange and later use the standard stock symbol in Yahoo Finance API or any other finance API to get the required details.

You can use the following link to download the list as CSV http://www.nasdaq.com/screening/company-list.aspx.

You might have to read the Terms and conditions, before using them.



来源:https://stackoverflow.com/questions/5015016/yahoo-finance-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!