Compare KR vs US Company Financials
compare_financials_kr_usCompare annual financial statements of a Korean listed company (source: OpenDART, K-IFRS) and a US listed company (source: SEC EDGAR, US-GAAP) side by side, with KRW values converted to USD using FRED DEXKOUS annual-average exchange rates.
Args:
kr_company: Korean company name / 6-digit stock code / DART corp_code (e.g. '삼성전자', '005930')
us_company: US ticker / name / CIK (e.g. 'AAPL', 'Apple')
years: number of recent fiscal years, 1-5 (default 3)
metrics: subset of [revenue, gross_profit, operating_income, net_income, eps_diluted, assets, liabilities, equity, cash_and_equivalents, operating_cash_flow]
response_format: 'markdown' (default) or 'json'
Returns per-metric, per-year rows: {fiscal_year, kr_krw, kr_usd, us_usd, ratio_kr_over_us} plus the FX rates used and accounting-basis caveats.
Examples:
"삼성전자 vs Apple 최근 3년 매출·영업이익 비교" -> {kr_company:'삼성전자', us_company:'AAPL', metrics:['revenue','operating_income']}
Don't use for quarterly data (annual only) or non-KR/US companies.
Errors: unknown company names suggest using search_dart_company / search_edgar_company first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| years | No | How many recent fiscal years to compare (default 3) | |
| metrics | No | Metrics to compare (default: revenue, operating_income, net_income, assets, equity). Available: revenue, gross_profit, operating_income, net_income, eps_diluted, assets, liabilities, equity, cash_and_equivalents, operating_cash_flow | |
| kr_company | Yes | Korean company: name (e.g. '삼성전자'), 6-digit stock code (e.g. '005930'), or 8-digit DART corp_code | |
| us_company | Yes | US company: ticker (e.g. 'AAPL'), company name, or CIK | |
| response_format | No | 'markdown' for tables, 'json' for compact machine-readable output | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fx | No | ||
| kr | Yes | ||
| us | Yes | ||
| notes | No | ||
| metrics | No | ||
| comparison | Yes |