雅虎財經

yahoo YQL 查找程式碼所屬的行業

  • February 22, 2017

YQL 有不同的公司在一個行業下列出:

例如 select * from yahoo.finance.industry where id=“112”

有沒有辦法在表格中查詢股票程式碼並找出公司所屬的行業?

包 pandas_finance 完成了這項工作:-)

from pandas_finance import Equity
aapl = Equity('AAPL')
aapl.industry

引用自:https://quant.stackexchange.com/questions/32526