GET /v2/companies/:market/:code
Company profile and latest fundamentals for a Japanese listed company in an EDGAR-style unified schema. Data from annual securities reports filed with EDINET (Japan FSA), normalized to English snake_case fields with a currency tag instead of JPY suffixes. Returns sector, fiscal year end, 34 financial indicators (revenue, operating income, net income, total assets, equity, cash flows, capex, R&D), ratios (ROE, ROA, margins, equity ratio) and employee headcount and average salary.
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
| market | string (jp) | ✓ | Market segment. "jp" = Japan (EDINET). US (EDGAR) planned. |
| code | string | ✓ | Company code within the market: for "jp" the securities code, e.g. "7203" (Toyota) or "130A". |
Example request
curl -H "X-API-Key: kkp_..." \ "https://api.kakerapetit.dev/v2/companies/jp/2212"
Response fields
| Name | Type | Example |
|---|---|---|
| company.market | string | "jp" |
| company.code | string | "2212" |
| company.edinet_code | string | "E00375" |
| company.name | string | "山崎製パン株式会社" |
| company.name_en | string | "YAMAZAKI BAKING CO., LTD." |
| company.sector | string | "食料品" |
| company.fiscal_year_end | string | "12-31" |
| company.status | null | null |
| filing.doc_id | string | "S100XQ5C" |
| filing.type | string | "annual_securities_report" |
| filing.period_start | string | "2025-01-01" |
| filing.period_end | string | "2025-12-31" |
| filing.filed_at | string | "2026-03-24 15:00" |
| filing.standard | string | "JGAAP" |
| filing.currency | string | "JPY" |
| latest.period_end | string | "2025-12-31" |
| latest.fiscal_year | string | "FY2025" |
| latest.period_start | string | "2025-01-01" |
| latest.period_months | number | 12 |
| latest.consolidated | boolean | true |
| latest.standard | string | "JGAAP" |
| latest.currency | string | "JPY" |
| latest.total_assets | number | 931878000000 |
| latest.current_assets | number | 365470000000 |
| latest.cash_and_deposits | number | 163820000000 |
| latest.trade_receivables | number | 149740000000 |
| latest.inventories | number | 35176000000 |
| latest.ppe | number | 371564000000 |
| latest.intangibles | number | 18112000000 |
| latest.total_liabilities | number | 421050000000 |
| latest.current_liabilities | number | 274156000000 |
| latest.interest_bearing_debt | number | 95432000000 |
| latest.net_assets | number | 510828000000 |
| latest.equity_owners | number | 459880000000 |
| latest.treasury_shares | number | -55517000000 |
| latest.revenue | number | 1311430000000 |
| latest.cost_of_sales | number | 883025000000 |
| latest.gross_profit | number | 428404000000 |
| latest.sga | number | 367263000000 |
| latest.operating_income | number | 61141000000 |
| latest.ordinary_income | number | 64314000000 |
| latest.pretax_income | number | 61569000000 |
| latest.income_taxes | number | 18111000000 |
| latest.net_income | number | 43458000000 |
| latest.net_income_owners | number | 40893000000 |
| latest.eps_basic | number | 206.78 |
| latest.eps_diluted | null | null |
| latest.rnd_expense | number | 9447000000 |
| latest.cf_operating | number | 78870000000 |
| latest.cf_investing | number | -55859000000 |
| latest.cf_financing | number | -14126000000 |
| latest.capex | number | -53294000000 |
| latest.capex_disclosure | number | 59942000000 |
| latest.depreciation | number | 43644000000 |
| latest.dividends_paid | number | -8922000000 |
| latest.cash_end | number | 155423000000 |
| latest.revenue_source | string | "statement" |
| latest.roe_pct | number | 8.89 |
| latest.roa_pct | number | 4.39 |
| latest.operating_margin_pct | number | 4.66 |
| latest.net_margin_pct | number | 3.12 |
| latest.equity_ratio_pct | number | 49.35 |
| latest.current_ratio_pct | number | 133.31 |
| latest.de_ratio | number | 0.2075 |
| latest.asset_turnover | number | 1.4073 |
| latest.fcf | number | 25576000000 |
| latest.doc_id | string | "S100XQ5C" |
| latest.filed_at | string | "2026-03-24 15:00" |
| employees.consolidated | number | 33545 |
| employees.parent | number | 19175 |
| employees.average_annual_salary | null | null |
| employees.average_age_years | null | null |
| employees.average_tenure_years | null | null |
| employees.currency | string | "JPY" |
| source.attribution | string | "出典:EDINET閲覧(提出)サイト(https://disclosure2dl… |
| source.attribution_en | string | "Source: EDINET, Financial Services Agenc… |
| source.doc_id | string | "S100XQ5C" |
| source.filed_at | string | "2026-03-24 15:00" |
Example response
{
"company": {
"market": "jp",
"code": "2212",
"edinet_code": "E00375",
"name": "山崎製パン株式会社",
"name_en": "YAMAZAKI BAKING CO., LTD.",
"sector": "食料品",
"fiscal_year_end": "12-31",
"status": null
},
"filing": {
"doc_id": "S100XQ5C",
"type": "annual_securities_report",
"period_start": "2025-01-01",
"period_end": "2025-12-31",
"filed_at": "2026-03-24 15:00",
"standard": "JGAAP",
"currency": "JPY"
},
"latest": {
"period_end": "2025-12-31",
"fiscal_year": "FY2025",
"period_start": "2025-01-01",
"period_months": 12,
"consolidated": true,
"standard": "JGAAP",
"currency": "JPY",
"total_assets": 931878000000,
"current_assets": 365470000000,
"cash_and_deposits": 163820000000,
"trade_receivables": 149740000000,
"inventories": 35176000000,
"ppe": 371564000000,
"intangibles": 18112000000,
"total_liabilities": 421050000000,
"current_liabilities": 274156000000,
"interest_bearing_debt": 95432000000,
"net_assets": 510828000000,
"equity_owners": 459880000000,
"treasury_shares": -55517000000,
"revenue": 1311430000000,
"cost_of_sales": 883025000000,
"gross_profit": 428404000000,
"sga": 367263000000,
"operating_income": 61141000000,
"ordinary_income": 64314000000,
"pretax_income": 61569000000,
"income_taxes": 18111000000,
"net_income": 43458000000,
"net_income_owners": 40893000000,
"eps_basic": 206.78,
"eps_diluted": null,
"rnd_expense": 9447000000,
"cf_operating": 78870000000,
"cf_investing": -55859000000,
"cf_financing": -14126000000,
"capex": -53294000000,
"capex_disclosure": 59942000000,
"depreciation": 43644000000,
"dividends_paid": -8922000000,
"cash_end": 155423000000,
"revenue_source": "statement",
"roe_pct": 8.89,
"roa_pct": 4.39,
"operating_margin_pct": 4.66,
"net_margin_pct": 3.12,
"equity_ratio_pct": 49.35,
"current_ratio_pct": 133.31,
"de_ratio": 0.2075,
"asset_turnover": 1.4073,
"fcf": 25576000000,
"doc_id": "S100XQ5C",
"filed_at": "2026-03-24 15:00"
},
"employees": {
"consolidated": 33545,
"parent": 19175,
"average_annual_salary": null,
"average_age_years": null,
"average_tenure_years": null,
"currency": "JPY"
},
"source": {
"attribution": "出典:EDINET閲覧(提出)サイト(https://disclosure2dl.edinet-fsa.go.jp/)、PDL1.0",
"attribution_en": "Source: EDINET, Financial Services Agency of Japan (PDL 1.0). Processed and normalized by api.kakerapetit.dev.",
"doc_id": "S100XQ5C",
"filed_at": "2026-03-24 15:00"
}
}