Corporate governance data for a Japanese listed company from its latest annual securities
Corporate governance data for a Japanese listed company from its latest annual securities report filed with EDINET, Japan FSA. Look up by stock ticker (e.g. 7203) or EDINET code. Returns executive compensation by officer category (fixed, bonus, performance-based, stock awards), individual director pay over 100 million yen, top-10 major shareholders with ownership ratios, and cross-shareholdings (policy-held stocks) with issuer, shares and value. For governance screening, proxy and ESG research.
10000 (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": "10000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:137",
"payTo": "0x3a43FdF92B1596B22DDF719d5b528c537Da4237d",
"asset": "0xE7C3D8C9a439feDe00D2600032D5dB0Be71C3c29",
"amount": "1500000000000000000",
"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"
},
"crossShareholdings": {
"listedCarryingAmountJpy": 3237498000000,
"listedIssueCount": 34,
"top": [
{
"balanceSheetValueJpy": 989627000000,
"issuer": "KDDI㈱",
"purpose": "自動車関連(情報)取引の維持・発展[株式数が変動した理由]株式分割、一部売却のため",
"shares": 363365900
},
{
"balanceSheetValueJpy": 317447000000,
"issuer": "NTT㈱",
"purpose": "自動車関連(情報)取引の維持・発展",
"shares": 2019385000
}
],
"unlistedCarryingAmountJpy": 71851000000,
"unlistedIssueCount": 80
},
"filing": {
"docId": "S100Y8NY",
"submittedAt": "2026-06-10",
"type": "annual_securities_report"
},
"majorShareholders": [
{
"name": "日本マスタートラスト信託銀行㈱",
"rank": 1,
"ratioPct": 12.8,
"sharesHeld": 1667971000
},
{
"name": "㈱豊田自動織機",
"rank": 2,
"ratioPct": 9.15,
"sharesHeld": 1192331000
},
{
"name": "㈱日本カストディ銀行",
"rank": 3,
"ratioPct": 6.1,
"sharesHeld": 794894000
}
],
"officerRemuneration": {
"byCategory": [
{
"bonusJpy": 1206000000,
"category": "MembersOfTheBoardOfDirectorsExclDirectorsWhoAreAuditAndSupervisoryCommitteeMembers",
"fixedJpy": 932000000,
"isExtensionMember": true,
"isOfWhichBreakdown": false,
"member": "jpcrp030000-asr_E02144-000MembersOfTheBoardOfDirectorsExclDirectorsWhoAreAuditAndSupervisoryCommitteeMembersMember",
"nonMonetaryJpy": null,
"officerCount": 12,
"performanceBasedJpy": null,
"restrictedShareAwardsJpy": null,
"shareAwardsJpy": 1993000000,
"totalJpy": 4131000000
},
{
"bonusJpy": null,
"category": "社外監査役",
"fixedJpy": 28000000,
"isExtensionMember": false,
"isOfWhichBreakdown": false,
"member": "OutsideCorporateAuditorsMember",
"nonMonetaryJpy": null,
"officerCount": 3,
"performanceBasedJpy": null,
"restrictedShareAwardsJpy": null,
"shareAwardsJpy": null,
"totalJpy": 28000000
}
],
"individuals": [
{
"name": "豊 田 章 男",
"role": "取締役会長(代表取締役)",
"totalJpy": 2113000000
},
{
"name": "佐 藤 恒 治",
"role": "取締役副会長(代表取締役)",
"totalJpy": 803000000
}
]
},
"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/governance" # -> 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/governance");
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/governance")
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/3132.json, and this resource appears in /discovery/resources and /discovery/search.