Kakerapetit Japan Company Data
GET api.kakerapetit.dev/v2/screener
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Screen Japanese listed companies by fundamentals from EDINET annual reports. Filter any of 40+ normalized metrics with _gte/_lte query params — revenue, operating income, net income, total assets, roe, roa, operating_margin, equity_ratio (ratio thresholds in percent) — plus sector and accounting standard (JGAAP/IFRS/USGAAP). Returns the latest fiscal year per company with all indicators and ratios. Example: /v2/screener?roe_gte=8&revenue_gte=100000000000. Japan stock screener for agents.
Resource: api.kakerapetit.dev/v2/screener
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x3a43FdF92B1596B22DDF719d5b528c537Da4237d
Payment methods: — · Last validation: 2026-09-13 22:55:54.33+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"maximum": 100,
"minimum": 1,
"description": "Max rows (default 50, max 100)."
},
"market": {
"enum": [
"jp"
],
"type": "string",
"description": "Market segment (default: all; only jp today)."
},
"offset": {
"type": "integer",
"minimum": 0,
"description": "Pagination offset."
},
"sector": {
"type": "string",
"description": "EDINET sector label, e.g. 輸送用機器 (transport equipment)."
},
"roe_gte": {
"type": "number",
"description": "Example metric filter: ROE >= value in percent. Any indicator or ratio column works with a _gte/_lte suffix (revenue_gte, operating_margin_gte, equity_ratio_gte, total_assets_lte, …); ratio thresholds are percent, money thresholds are currency units."
},
"standard": {
"enum": [
"JGAAP",
"IFRS",
"USGAAP"
],
"type": "string",
"description": "Accounting standard."
},
"revenue_gte": {
"type": "number",
"description": "Example metric filter: revenue >= value in JPY."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x3a43FdF92B1596B22DDF719d5b528c537Da4237d",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x3a43FdF92B1596B22DDF719d5b528c537Da4237d",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "20000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.