Query parameters · 3
Optional filters and modifiers. Pass as URL-encoded ?key=value.
codesstringrequired
Comma-separated EDINET or securities codes (max 10)
yearsintegeroptional
Number of fiscal years to include
fiscal_yearinteger | nulloptional
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 CompareResultOut.
Envelope
dataCompareResultOut[]
Array of result objects.
metaMeta
Pagination and request metadata, including request_id, data_as_of, and ontology_version.
CompareResultOut
companyCompanyOut
Company details.
fiscal_yearinteger
Fiscal year of the comparison data.
financialsCompareFinancials
Financial data for comparison.
ratiosCompareRatios
Financial ratios for comparison.
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.