$0.002
per call · USD Coin on Base
EDINET filing calendar: annual securities reports (yukashoken hokokusho) filed by Japanese listed companies in a date range. Returns company code, EDINET document ID, fiscal period, accounting standard (JGAAP/IFRS/USGAAP) and the exact filing timestamp for each report — track new disclosures, trigger data pipelines, or find which Japanese stocks just reported. Query: /v2/calendar?from=2026-06-20&to=2026-06-30 (max 92 days per request).
Endpoint
GET https://api.kakerapetit.dev/v2/calendar4
Calls / 30d
1
Unique payers / 30d
Sep 7
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://api.kakerapetit.dev/v2/calendar", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.kakerapetit.dev/v2/calendar?from=2026-06-20&to=2026-06-30" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"count": 2,
"filings": [
{
"code": "8334",
"currency": "JPY",
"doc_id": "S100Y8O1",
"filed_at": "2026-06-20 15:00",
"market": "jp",
"period_end": "2026-03-31",
"period_start": "2025-04-01",
"standard": "JGAAP",
"type": "annual_securities_report"
},
{
"code": "7974",
"currency": "JPY",
"doc_id": "S100Y9NX",
"filed_at": "2026-06-25 15:30",
"market": "jp",
"period_end": "2026-03-31",
"period_start": "2025-04-01",
"standard": "JGAAP",
"type": "annual_securities_report"
}
],
"from": "2026-06-20",
"source": {
"attribution": "出典:EDINET閲覧(提出)サイト(https://disclosure2dl.edinet-fsa.go.jp/)、PDL1.0",
"attribution_en": "Source: EDINET, Financial Services Agency of Japan (PDL 1.0). Processed and normalized by api.kakerapetit.dev."
},
"to": "2026-06-30"
}Payment details
0x3a43fdf92b1596b22ddf719d5b528c537da4237dUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from Kakerapetit Japan Company Data & similar services
Kakerapetit Japan Company Data · Rankings
api.kakerapetit.dev
Rank Japanese listed companies by any financial metric from EDINET annual reports: roe, roa, revenue, operating_income, net_income, total_assets, equity_ratio, fcf and 30+ more. Returns the top or bottom N companies on the latest fiscal year, each with the full normalized indicator row and filing provenance. Example: /v2/rankings?metric=roe&order=desc&limit=10. League tables and factor screens for Japanese stocks in an EDGAR-style unified schema.
Kakerapetit Japan Company Data · Screener
api.kakerapetit.dev
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.
Kakerapetit Japan Company Data · JP Company Governance
api.kakerapetit.dev
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.