Fundamentals of a Japanese listed company from its latest annual securities report (yukash
Fundamentals of a Japanese listed company from its latest annual securities report (yukashoken hokokusho) filed with EDINET, Japan FSA's disclosure system. Look up by Tokyo Stock Exchange ticker (e.g. 7203) or EDINET code. Returns company profile, IFRS/JGAAP financials — revenue, operating income, net income, total assets, equity, operating cash flow, EPS, ROE — with 5-year history, plus employee headcount, average salary, age and tenure. For fundamentals research and Japan stock screening.
5000 (raw units)
price
4
calls / 30d
1
unique payers
2026-09-14
updated
Provider
api.kakerapetit.dev · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x3a43FdF92B1596B22DDF719d5b528c537Da4237d",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "5000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:137",
"payTo": "0x3a43FdF92B1596B22DDF719d5b528c537Da4237d",
"asset": "0xE7C3D8C9a439feDe00D2600032D5dB0Be71C3c29",
"amount": "750000000000000000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"code": "7203"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"company": {
"accountingStandard": "IFRS",
"edinetCode": "E02144",
"fiscalYearEnd": "2026-03-31",
"name": "トヨタ自動車株式会社",
"nameEn": "TOYOTA MOTOR CORPORATION",
"ticker": "7203"
},
"employees": {
"averageAgeYears": 40.5,
"averageAnnualSalaryJpy": 10060464,
"averageTenureYears": 15.1,
"consolidated": 390927,
"parent": 73133
},
"filing": {
"docId": "S100Y8NY",
"submittedAt": "2026-06-10",
"type": "annual_securities_report"
},
"metrics": {
"epsJpy": 295.25,
"equityJpy": 39918854000000,
"fiscalYear": "FY2025",
"history": [
{
"epsJpy": 359.56,
"equityJpy": 35924826000000,
"fiscalYear": "FY2024",
"netIncomeJpy": 4765086000000,
"operatingCashFlowJpy": 3696934000000,
"operatingIncomeJpy": 4795586000000,
"ordinaryIncomeJpy": null,
"periodEnd": "2025-03-31",
"profitBeforeTaxJpy": 6414590000000,
"revenueJpy": 48036704000000,
"roePct": 13.6,
"totalAssetsJpy": 93601350000000
},
{
"epsJpy": 365.94,
"equityJpy": 34220991000000,
"fiscalYear": "FY2023",
"netIncomeJpy": 4944933000000,
"operatingCashFlowJpy": 4206373000000,
"operatingIncomeJpy": null,
"ordinaryIncomeJpy": null,
"periodEnd": "2024-03-31",
"profitBeforeTaxJpy": 6965085000000,
"revenueJpy": 45095325000000,
"roePct": 15.8,
"totalAssetsJpy": 90114296000000
}
],
"netIncomeJpy": 3848098000000,
"operatingCashFlowJpy": 5472920000000,
"operatingIncomeJpy": 3766216000000,
"ordinaryIncomeJpy": null,
"periodEnd": "2026-03-31",
"profitBeforeTaxJpy": 5152996000000,
"revenueJpy": 50684952000000,
"roePct": 10.1,
"totalAssetsJpy": 105522331000000
},
"source": {
"attribution": "出典:EDINET閲覧(提出)サイト(https://disclosure2dl.edinet-fsa.go.jp/)、PDL1.0",
"attributionEn": "Source: EDINET, Financial Services Agency of Japan (PDL 1.0). Processed and normalized by api.kakerapetit.dev.",
"docId": "S100Y8NY",
"submittedAt": "2026-06-10"
}
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"code": {
"description": "Japanese company code: 4-digit securities code (e.g. \"7203\"), 5-digit securities code (\"72030\"), or EDINET code (\"E02144\").",
"type": "string"
}
},
"required": [
"code"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://api.kakerapetit.dev/v1/jp-company/snapshot" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://api.kakerapetit.dev/v1/jp-company/snapshot");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://api.kakerapetit.dev/v1/jp-company/snapshot")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/3133.json, and this resource appears in /discovery/resources and /discovery/search.