edinet-mcp
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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ajtgjmdjp/edinet-mcpWhat This Skill Does
The edinet-mcp skill is a specialized agent capability designed to provide direct, programmatic access to Japanese public company financial information via the Financial Services Agency (FSA) EDINET system. By normalizing XBRL data across J-GAAP, IFRS, and US-GAAP standards, it translates complex securities filings into actionable financial intelligence. This tool enables OpenClaw to perform deep analysis on income statements (PL), balance sheets (BS), and cash flow statements (CF) for any company registered on the Tokyo Stock Exchange or other Japanese markets.
Installation
To integrate this skill into your OpenClaw environment, ensure you have an API key obtained from the EDINET official portal. Run the following command in your terminal:
clawhub install openclaw/skills/skills/ajtgjmdjp/edinet-mcp
Ensure that the environment variable EDINET_API_KEY is set in your system configuration before attempting to initialize the skill. You can install the underlying package via pip install edinet-mcp or uv tool install edinet-mcp.
Use Cases
- Fundamental Analysis: Retrieve precise financial statement data to calculate valuation ratios or growth trends.
- Competitive Benchmarking: Simultaneously pull data for multiple industry competitors to compare margins, ROE, and asset structures.
- Automated Financial Reporting: Generate summaries of fiscal performance directly from source filings.
- Portfolio Screening: Compare financial health metrics across a custom list of Japanese stocks to identify high-performing companies.
Example Prompts
- "Look up the stock code for Nintendo and retrieve its income statement for 2024."
- "Compare the cash flow statements of Sony (E01777) and Toyota (E02144) for the most recent filing year. What are the key differences in their operating cash flow?"
- "Screen the following companies by ROE: 7203, 6758, and 7974. Output the result in JSON format."
Tips & Limitations
- Timing: Note that the period parameter
-prefers to the filing year. Because of the Japanese fiscal calendar, companies closing in March typically file their primary reports in June of the following year (e.g., FY2023 financial reports will appear under filing year 2024). - Performance: The tool is subject to a rate limit of 0.5 requests per second. Large screening tasks (10+ companies) are performed sequentially and may take 1-2 minutes. Avoid aggressive polling to ensure API stability.
- Scope: It strictly handles public filings found on EDINET. It does not provide real-time stock price data, only historical financial statement data.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ajtgjmdjp-edinet-mcp": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
boj-mcp
Access Bank of Japan (BOJ/日本銀行) statistical data — price indices (CGPI, SPPI), flow of funds, balance of payments, BIS statistics, interest rates, money supply, exchange rates. Japan central bank monetary policy data. No API key required.
estat-mcp
Search and retrieve Japanese government statistics (人口, GDP, CPI, 貿易, 雇用) from e-Stat API — Japan's official open data portal with 3,000+ statistical tables. Population, economy, trade, employment data. Free API.
jquants-mcp
Access JPX stock market data via J-Quants API — search stocks, get daily OHLCV prices, financial summaries (revenue, profit, EPS, ROE), and earnings calendar for Tokyo Stock Exchange (TSE) listed companies. Japan stock price data.
tdnet-disclosure-mcp
Access TDNET timely disclosures (適時開示) from Tokyo Stock Exchange (JPX/TSE) — earnings reports (決算短信), dividends, buybacks, forecast revisions, governance changes. Search by company, stock code, date. Japan stock market corporate announcements. No API key required.
japanfinance-agent
Compound MCP agent combining 6 Japan finance data sources — EDINET securities filings (有価証券報告書), TDNET timely disclosures (適時開示), e-Stat government statistics (GDP/CPI/雇用), BOJ central bank data (金利/マネーサプライ), financial news, J-Quants stock prices. Company analysis, macro snapshots, earnings monitoring. Japanese financial data aggregator.