From a508cf0a83358c850c219cb56e1ef11b4001ee5d Mon Sep 17 00:00:00 2001 From: EDINET DB Date: Sat, 28 Mar 2026 22:12:03 +0900 Subject: [PATCH] Add EDINET DB to Data Sources (#301) EDINET DB (edinetdb.com) provides a free API and MCP server for Japanese company financials, normalizing EDINET XBRL across JP-GAAP, IFRS, and US-GAAP for 3,800+ listed companies. Co-authored-by: RIKU KOIKE --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 95a0e90..91f011d 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [pybbg](https://github.com/bpsmith/pybbg) - Python interface to Bloomberg COM APIs. - [ccy](https://github.com/lsbardel/ccy) - Python module for currencies. - [tushare](https://pypi.org/project/tushare/) - A utility for crawling historical and Real-time Quotes data of China stocks. (Last updated: 2024-08-27) +- [edinetdb](https://edinetdb.com/) - Free API and MCP server for Japanese company financials. Normalizes EDINET XBRL across JP-GAAP, IFRS, and US-GAAP for 3,800+ listed companies with 90 metrics, screening, and securities report text. - [edinet-mcp](https://github.com/ajtgjmdjp/edinet-mcp) - Parse Japanese XBRL financial statements from EDINET with 161 normalized labels, 26 financial metrics, and multi-company screening. - [estat-mcp](https://github.com/ajtgjmdjp/estat-mcp) - Access Japanese government statistics (e-Stat) covering population, GDP, CPI, labor, and trade data with MCP integration and Polars export. - [tdnet-disclosure-mcp](https://github.com/ajtgjmdjp/tdnet-disclosure-mcp) - Access Japanese timely disclosures (TDNet) via MCP. Retrieve earnings, dividends, forecasts, buybacks, and other filings for 4,000+ listed companies. No API key required.