GET/v1/filings/{doc_id}Tier · Free

Get Filing

One filing by EDINET doc_id.

Returns the filing's full envelope: issuer, doc_type, fiscal period, filing date, accounting standard, and consolidated flag. The doc_id is the canonical identifier across all our row-level references: every shareholding, financial, or signal row that cites this filing carries the same value.

Path parameters · 1

Variables interpolated into the URL path.

doc_idstringrequired

Request headers · 1

Authentication.

Authorizationstringrequired

Production API key. Pass it as Bearer ax_live_…

Returns · 200

The standard { data, meta } envelope. data contains FilingOut.

Envelope

dataFilingOut

A single result object.

metaMeta

Pagination and request metadata, including request_id, data_as_of, and ontology_version.

ontology_version 2.1.0replay meta.as_of · ?as_of=<token>

FilingOut

doc_idstring

EDINET document ID (e.g. 'S100ABCD'). Globally unique.

edinet_codestring

EDINET submitter code of the filing company.

doc_typestring

EDINET doc type code. 120=annual, 130=semi-annual, 140=quarterly, 150=extraordinary.

doc_type_labelstring | null

Japanese label for doc_type (e.g. '有価証券報告書').

fiscal_yearinteger

Fiscal year the filing covers.

period_startstring · date

First day of the reporting period.

format date
period_endstring · date

Last day of the reporting period.

format date
accounting_standardstring

Accounting standard used: 'Japan GAAP', 'IFRS', or 'US GAAP'.

filed_atstring · date-time | null

When the filing was submitted to EDINET. Null if not available.

format date-time
received_atstring · date-time

When Axiora ingested this filing from EDINET.

format date-time
doc_descriptionstring | null

Description from EDINET (e.g. '有価証券報告書 第120期').

created_atstring · date-time

When this record was created in Axiora.

format date-time

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.