{
  "x402Version": 2,
  "id": 3132,
  "slug": "3132",
  "resource": "https://api.kakerapetit.dev/v1/jp-company/governance",
  "description": "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.",
  "type": "http",
  "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
    }
  ],
  "outputSchema": {
    "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": "ＫＤＤＩ㈱",
                  "purpose": "自動車関連（情報）取引の維持・発展[株式数が変動した理由]株式分割、一部売却のため",
                  "shares": 363365900
                },
                {
                  "balanceSheetValueJpy": 317447000000,
                  "issuer": "ＮＴＴ㈱",
                  "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.kakerapetit.dev",
  "lastUpdated": "2026-09-14T00:30:47.602Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-14T00:30:47.379Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.kakerapetit.dev",
    "manifest_name": "api.kakerapetit.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}