Analyze and compare Japanese public company financial statements (BS, PL, CF) from EDINET using company name or stock code with J-GAAP, IFRS, and US-GAAP data.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install edinet-mcp或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install edinet-mcp⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/edinet-mcp/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: edinet-mcp description: "Analyze Japanese public company financial statements (BS/PL/CF/財務諸表) from EDINET (FSA/金融庁) — search by company name or stock code, screen companies, compare periods (xbrl-diff). XBRL data, J-GAAP/IFRS/US-GAAP. Japan securities filings." metadata: {"openclaw":{"emoji":"📊","requires":{"bins":["edinet-mcp"],"env":["EDINET_API_KEY"]},"install":[{"id":"uv","kind":"uv","package":"edinet-mcp","bins":["edinet-mcp"],"label":"Install edinet-mcp (uv)"}],"tags":["japan","finance","edinet","xbrl","financial-statements","mcp","securities","disclosure"]}} ---
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安装 Edinet Mcp 后,可以对 AI 说这些话来触发它
Help me get started with Edinet Mcp
Explains what Edinet Mcp does, walks through the setup, and runs a quick demo based on your current project
Use Edinet Mcp to analyze and compare Japanese public company financial statements (B...
Invokes Edinet Mcp with the right parameters and returns the result directly in the conversation
What can I do with Edinet Mcp in my finance & investment workflow?
Lists the top use cases for Edinet Mcp, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/edinet-mcp/ 目录(个人级,所有项目可用),或 .claude/skills/edinet-mcp/(项目级)。重启 AI 客户端后,用 /edinet-mcp 主动调用,或让 AI 根据上下文自动发现并使用。
Edinet Mcp 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Edinet Mcp 可免费安装使用。请查阅仓库了解许可证信息。
Analyze and compare Japanese public company financial statements (BS, PL, CF) from EDINET using company name or stock code with J-GAAP, IFRS, and US-GAAP data.
Edinet Mcp 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Edinet Mcp
Identifies repetitive steps in your workflow and sets up Edinet Mcp to handle them automatically