Path parameters · 1
Variables interpolated into the URL path.
Query parameters · 3
Optional filters and modifiers. Pass as URL-encoded ?key=value.
Comma-separated sub-resources to include: financials, ratios, growth, peers, segments, translations, health_score. Use 'all' for everything.
Max peers to return (default 10)
Request headers · 1
Authentication.
Production API key. Pass it as Bearer ax_live_…
Returns · 200
The standard { data, meta } envelope. data contains CompanyExpandedOut.
Envelope
A single result object.
Pagination and request metadata, including request_id, data_as_of, and ontology_version.
CompanyExpandedOut
EDINET submitter code assigned by FSA (e.g. 'E02144'). Primary identifier.
TSE securities code, 4 digits (e.g. '7203').
Company name in Japanese (e.g. 'トヨタ自動車株式会社').
Company name in English. Null if not provided in filings.
Audit tag for name_en. One of: 'verified' (from an authoritative external registry), 'derived' (deterministic extraction or high-confidence public-registry match), 'machine' (model-generated, lowest confidence). Null when no English name has been resolved yet.
Timestamp name_en was last resolved. Use to detect staleness.
TSE 33-sector classification in Japanese (e.g. '輸送用機器').
TSE 33-sector in English. Auto-translated.
Fiscal year-end month as 2-digit string (e.g. '03' for March).
TSE market segment in Japanese (e.g. 'プライム(内国株式)').
TSE market segment in English (e.g. 'Prime'). Auto-translated from listing.
Always-populated display label derived from sector + listing. TSE's 33-sector classification only applies to listed equities; unlisted filers (REITs, asset managers, foreign subs) carry no sector. This field surfaces that gap explicitly: 'Unlisted' when listing is null, 'Uncategorised' when listed but unclassified, otherwise the English sector name. Consumers needing the raw TSE classification should still read sector / sector_en.
Entity classification: 'listed_company', 'fund', or 'unlisted_filer'.
When this company record was first created in Axiora.
When this company record was last updated.
Financial data for this company (when expand=financials).
Computed ratios (when expand=ratios).
Growth rates and CAGRs (when expand=growth).
Peer companies (when expand=peers).
Business segment data (when expand=segments).
English translations (when expand=translations).
Financial health score (when expand=health_score).
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.