Search Japanese public companies and analyze their financial statements via EDINET (金融庁 電子開示システム). Supports income statements (PL/損益計算書), balance sheets (BS/貸借対照表), and cash flow statements (CF/キャッシュ・フロー計算書) with 161 normalized labels across J-GAAP, IFRS, and US-GAAP.
# Search by company name (Japanese or English)
edinet-mcp search トヨタ
edinet-mcp search ソニー
# Search by stock code
edinet-mcp search 7203 --limit 5 --json-output
# Income statement for Toyota (E02144), filed in 2024
edinet-mcp statements -c E02144 -p 2024 -s income_statement --format json
# Balance sheet
edinet-mcp statements -c E02144 -p 2024 -s balance_sheet --format json
# Cash flow statement
edinet-mcp statements -c E02144 -p 2024 -s cash_flow_statement --format json
# All statements as CSV
edinet-mcp statements -c E02144 -p 2024 --format csv
# Compare Toyota, Sony, Honda by financial metrics
edinet-mcp screen E02144 E01777 E02529
# Sort by ROE
edinet-mcp screen E02144 E01777 E02529 --sort-by ROE
# JSON output
edinet-mcp screen E02144 E01777 --format json
edinet-mcp test
| Type | Japanese | Key items |
|---|---|---|
| --- | --- | --- |
income_statement | 損益計算書 (PL) | 売上高, 営業利益, 純利益 |
balance_sheet | 貸借対照表 (BS) | 総資産, 純資産, 負債 |
cash_flow_statement | CF計算書 | 営業CF, 投資CF, 財務CF |
edinet-mcp search → find EDINET codeedinet-mcp statements -c -p → view financial dataedinet-mcp screen ... → compare multiple companies-p (period) parameter is the filing year, not the fiscal year. March-end companies file in June of the next year: FY2023 data → -p 2024.EDINET_API_KEY environment variablepip install edinet-mcp or uv tool install edinet-mcp共 1 个版本