Query parameters · 8
Optional filters and modifiers. Pass as URL-encoded ?key=value.
Start date (inclusive)
End date (inclusive)
EDINET or securities code
Document type code
Return filings received after this timestamp (ISO 8601). Use the sync_token from a previous response.
Results per page
Results to skip (ignored when cursor is set)
Opaque cursor for keyset pagination
Request headers · 1
Authentication.
Production API key. Pass it as Bearer ax_live_…
Returns · 200
The standard { data, meta } envelope. data contains an array of FilingOut.
Envelope
Array of result objects.
Pagination and request metadata, including request_id, data_as_of, and ontology_version.
FilingOut
EDINET document ID (e.g. 'S100ABCD'). Globally unique.
EDINET submitter code of the filing company.
EDINET doc type code. 120=annual, 130=semi-annual, 140=quarterly, 150=extraordinary.
Japanese label for doc_type (e.g. '有価証券報告書').
Fiscal year the filing covers.
First day of the reporting period.
Last day of the reporting period.
Accounting standard used: 'Japan GAAP', 'IFRS', or 'US GAAP'.
When the filing was submitted to EDINET. Null if not available.
When Axiora ingested this filing from EDINET.
Description from EDINET (e.g. '有価証券報告書 第120期').
When this record was created in Axiora.
Errors
Standard HTTP status codes plus a typed error.code in the { error: { code, message } } envelope.
Every endpoint returns the same typed error envelope ({ error: { code, message } }). For the full list of codes, see the Errors reference.