get_single_financial_index
Fetch a company's key financial indicators (profitability, stability, growth, activity) by specifying corporate code, business year, report code, and indicator classification.
Instructions
단일 회사의 주요 재무 지표를 조회합니다 (수익성, 안정성, 성장성, 활동성 지표).
Args: corp_code: DART 기업 고유번호 8자리 (get_corp_codes 툴로 조회) bsns_year: 사업연도 (YYYY, 예: "2023") reprt_code: 보고서 코드 ("11013"=1분기, "11012"=반기, "11014"=3분기, "11011"=사업보고서) idx_cl_code: 지표 분류 코드 ("M210000"=수익성지표, "M220000"=안정성지표, "M230000"=성장성지표, "M240000"=활동성지표)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bsns_year | Yes | ||
| corp_code | Yes | ||
| reprt_code | Yes | ||
| idx_cl_code | Yes |