← All skills
Tencent SkillHub · Developer Tools

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.6.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

EDINET: Japanese Financial Statement Analysis

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.

Use Cases

Look up any Japanese public company by name or stock code (証券コード) Retrieve and compare income statements across companies Analyze balance sheet composition and trends Review cash flow patterns (operating, investing, financing) Compare financials across different accounting standards (J-GAAP/IFRS/US-GAAP) Screen multiple companies by ROE, profit margins, and other metrics

Search companies

# 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

Financial statements

# 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

Screen companies (compare metrics)

# 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

Test connectivity

edinet-mcp test

Statement types

TypeJapaneseKey itemsincome_statement損益計算書 (PL)売上高, 営業利益, 純利益balance_sheet貸借対照表 (BS)総資産, 純資産, 負債cash_flow_statementCF計算書営業CF, 投資CF, 財務CF

Workflow

edinet-mcp search <company> → find EDINET code edinet-mcp statements -c <code> -p <year> → view financial data edinet-mcp screen <code1> <code2> ... → compare multiple companies

Important

The -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. 161 normalized labels across J-GAAP / IFRS / US-GAAP. Results include 当期 (current) and 前期 (prior) periods. Rate-limited to 0.5 req/sec by default. Screening 10 companies takes ~1-2 minutes. Maximum 20 companies per screen request.

Setup

Requires EDINET_API_KEY environment variable Free API key: https://disclosure2dl.edinet-fsa.go.jp/ Python package: pip install edinet-mcp or uv tool install edinet-mcp

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc