Japan Corporate KPI API
# Japan Corporate KPI API Comprehensive financial KPI data for **11,000+ Japanese publicly listed companies**, automatically extracted from EDINET (Financial Services Agency) XBRL filings. ## Data Coverage - **Companies**: ~11,000 (all TSE-listed companies) - **History**: 5+ years (FY2020-present) - **KPIs**: 30+ financial metrics - **Update**: Daily (new filings processed automatically) ##…
Japan Corporate KPI API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
root__get / |
|
| GET |
list_companies_v1_companies_get /v1/companies |
List all tracked companies with optional filters. |
| GET |
get_company_v1_companies__edinet_code__get /v1/companies/{edinet_code} |
Get details for a specific company. |
| GET |
get_company_kpis_v1_kpis__edinet_code__get /v1/kpis/{edinet_code} |
Get financial KPIs for a specific company. |
| GET |
get_latest_kpi_v1_kpis__edinet_code__latest_get /v1/kpis/{edinet_code}/latest |
Get the most recent KPI data for a company. |
| GET |
list_sectors_v1_sectors_get /v1/sectors |
List all sectors/industries with company counts. |
| GET |
get_sector_rankings_v1_sectors__sector__rankings_get /v1/sectors/{sector}/rankings |
Rank companies in a sector by a specific metric. |
| GET |
get_sector_summary_v1_sectors__sector__summary_get /v1/sectors/{sector}/summary |
Get aggregated KPI summary for a sector or industry. |
| GET |
health_check_v1_health_get /v1/health |
System health check. |