import kquant as kqkquant API document (0.3.6)
account_code_search
한글 계정명이 해당 문자열을 포함하는 계정코드를 반환하는 함수
account_code_search(
keyword: 'str',
) -> pd.DataFramekeyword(str): 탐색할 문자열- 반환값 (
pd.DataFrame): 한글 계정명이 해당 문자열을 포함하는 계정코드 데이터프레임
예제 코드
kq.account_code_search("당기순이익")| ACCOUNT_CODE | NAME | NAME_EN | UNIT | |
|---|---|---|---|---|
| 0 | 122700 | 당기순이익 | Net Profit | 천원 |
| 1 | 122705 | 당기순이익(TTM) | Net Profit(TTM) | 천원 |
| 2 | 140600 | 당기순이익(지분법적용, 주석) | Net Profit(Equity Method, Note) | 천원 |
| 3 | 144000 | 당기순이익(지분법적용, 주석, TTM) | Net Profit(Equity Method, Note, TTM) | 천원 |
| 4 | 123800 | 당기순이익(잠정치) | Net Profit(Earnings Release) | 천원 |
| 5 | 123805 | 당기순이익(잠정치,TTM) | Net Profit(Earnings Release,TTM) | 천원 |
| 6 | 123825 | 당기순이익(잠정치,MAIN,TTM) | Net Profit(Earnings Release,MAIN,TTM) | 천원 |
| 7 | 123850 | 당기순이익(지배, 잠정치) | Net Profit(Owners of Parent Equity, Earnings R... | 천원 |
| 8 | 123855 | 당기순이익(지배, 잠정치,TTM) | Net Profit(Owners of Parent Equity, Earnings R... | 천원 |
| 9 | 123860 | 당기순이익(지배, 잠정치,MAIN,TTM) | Net Profit(Owners of Parent Equity, Earnings R... | 천원 |
| 10 | 327300 | 당기순이익(어닝서프라이즈) | Net Profit(Surprise) | 비율 |
| 11 | 327400 | 당기순이익(지배, 어닝서프라이즈) | Net Profit(Owners of Parent Equity, Surprise) | 비율 |
| 12 | 329200 | 당기순이익(최초 잠정/실적치) | Net Profit(1st. Earnings Release) | 천원 |
| 13 | 329300 | 당기순이익(지배, 최초 잠정/실적치) | Net Profit(Owners of Parent Equity, 1st. Earni... | 천원 |