# JP Data Enrich API — EDINET Filings Lookup

> JP Data Enrich API — EDINET Filings Lookup is a paid API for AI agents from jp-data-enrich.kasanegi123.workers.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Retrieves EDINET (Japanese securities disclosure) filing records for a Japanese company via its EDINET code or corporate identifier

## Facts

- Endpoint: GET https://jp-data-enrich.kasanegi123.workers.dev/api/enrich/edinet-filings
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jp-data-enrich-api-edinet-filings-lookup-1c37094f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6sdee1SnmyNtEWQmUmLnP

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability jp-data-enrich-api-edinet-filings-lookup-1c37094f
```

Example prompt: Pull the EDINET filings for Toyota Motor Corporation — I need to see their recent securities disclosures and submission history for a KYB check.

## When to prefer this

Use this endpoint when you need EDINET-specific securities disclosure filings for a Japanese listed company — particularly for due diligence, KYB, or financial research requiring regulatory submission records. Prefer over general Japanese corporate lookup endpoints when the target is a publicly listed entity with securities filings.

## Known failure modes

- Unknown or invalid EDINET code returns 404 or empty result
- Company not listed on EDINET (non-public or private company) returns no filings
- Payment failure via x402 micropayment protocol blocks request
- Rate limiting or upstream EDINET API unavailability causes 503
- Malformed query parameter returns 400 bad request

## How this service works

Japanese corporate enrichment API for AI agents / B2B sales / supplier research / KYB support. gBizINFO + Kanpou + EDINET aggregation. x402 micropayments on Base. No API key.

## Output

Returns a JSON object containing EDINET filing records for the queried Japanese company, including submission metadata, document types, filing dates, and disclosure document references aggregated from EDINET (Japan's securities disclosure database).

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "mimeType": "application/json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jp-data-enrich-api-edinet-filings-lookup-1c37094f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from jp-data-enrich.kasanegi123.workers.dev](https://www.zero.xyz/host/jp-data-enrich.kasanegi123.workers.dev/llms.txt)
