Docs/Reference/Sections/Get Company Sections
GET/v1/companies/{code}/sectionsTier · Developer

Get Company Sections

Get text sections from a company's annual filing.

Returns the full Japanese text of each section, with English translations where available. No truncation.

Path parameters · 1

Variables interpolated into the URL path.

codestringrequired

Query parameters · 2

Optional filters and modifiers. Pass as URL-encoded ?key=value.

fiscal_yearinteger | nulloptional

Fiscal year. Defaults to latest.

sectionstring | nulloptional

Filter by section key. One of: mda, risk_factors, business_overview, strategy, sustainability, research_and_development, dividend_policy, governance, company_history, employees, critical_contracts, capital_expenditures, accounting_policy, segment_info, financial_instruments, officers, outside_directors, remuneration.

Request headers · 1

Authentication.

Authorizationstringrequired

Production API key. Pass it as Bearer ax_live_…

Returns · 200

The standard { data, meta } envelope. data contains an array of SectionOut.

Envelope

dataSectionOut[]

Array of result objects.

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>

SectionOut

sectionstring

Section key (e.g. 'mda', 'risk_factors').

label_enstring

Human-readable English label for the section.

label_jpstring

Japanese label for the section.

text_jpstring

Full Japanese text of the section. No truncation.

text_enstring | null

English translation, if available. Null when not yet translated.

char_countinteger

Character count of the Japanese text.

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.