financialdatapy.stocklist module¶
This module retrieves stock lists.
- class financialdatapy.stocklist.StockList[source]¶
Bases:
abc.ABCAbstract class representing stock list of a stock exchange.
- property stock_list: pandas.core.frame.DataFrame¶
- class financialdatapy.stocklist.UsStockList[source]¶
Bases:
financialdatapy.stocklist.StockListClass representing stock list in US exchange.
- class financialdatapy.stocklist.KorStockList[source]¶
Bases:
financialdatapy.stocklist.StockListThis class represents stock list in KOR exchange.
- get_stock_list() pandas.core.frame.DataFrame[source]¶
Retrieve company code list of stocks listed in Korea Exchange.
- Raises
DartError – Failed in getting data from opendart.fss.or.kr.
- Returns
List of company codes.
- Return type
pandas.DataFrame