get_us_financial_statement
Retrieve US financial statements (income, balance sheet, cash flow) for any ticker. Specify statement type and period to extract core metrics.
Instructions
US financial statements — 미국 주식 재무제표 3종 (income/balance/cash_flow). "AAPL 손익계산서", "NVDA 현금흐름표", "Apple balance sheet quarterly" 같은 질문에 사용합니다.
핵심 row만 추출 (Total Revenue, Net Income, Total Assets, Free Cash Flow 등).
Args: ticker: US 티커 statement_type: "income" / "balance" / "cash_flow" (기본 income) period: "annual" / "quarterly" (기본 annual)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | ||
| statement_type | No | income | |
| period | No | annual |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |