Skip to content

Commit

Permalink
Merge pull request #223 from jackmappotion/master
Browse files Browse the repository at this point in the history
➕ [ADD] 'SnapDataReader' function docstring 'LIST'
  • Loading branch information
FinanceData authored Aug 18, 2024
2 parents 9c450a4 + e8a9fe4 commit bd3123b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def SnapDataReader(ticker: str) -> pd.DataFrame:
* symbol: code or ticker
usage:
- fdr.SnapDataReader('ECOS/KEYSTAT') # 100대 경제지표
- fdr.SnapDataReader('ECOS/KEYSTAT/LIST') # 100대 경제지표
- fdr.SnapDataReader('KRX/INDEX/LIST') # KRX 지수목록(KRX index list)
- fdr.SnapDataReader('KRX/INDEX/STOCK/1001') # 지수구성종목 (1001: 코스피)
- fdr.SnapDataReader('NAVER/STOCK/005930/FINSTATE') # 재무제표
Expand Down

0 comments on commit bd3123b

Please sign in to comment.