get_financial_summary
Retrieve a company's key financial statements including revenue, operating profit, net income, assets, and liabilities by company name or ticker. Filter by fiscal year and report period for targeted analysis.
Instructions
기업의 주요 재무제표를 조회한다 (매출, 영업이익, 순이익, 자산, 부채).
Args: company_name: 기업명 (예: "삼성전자") 또는 종목코드 6자리 year: 사업연도 4자리 (예: "2024"). 미입력 시 직전 연도 report_type: 보고서 유형 — "annual"(사업보고서), "half"(반기), "q1"(1분기), "q3"(3분기)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| report_type | No | annual | |
| company_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |