Query parameters · 2
Optional filters and modifiers. Pass as URL-encoded ?key=value.
signal_typestring | nulloptional
limitintegeroptional
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 EarningsSignalOut.
Envelope
dataEarningsSignalOut[]
Array of result objects.
metaMeta
Pagination and request metadata, including request_id, data_as_of, and ontology_version.
EarningsSignalOut
signal_typestring | null
securities_codestring | null
company_namestring | null
detected_datestring | null
tdnet_pdf_urlstring | null
URL of the source 決算短信 PDF that triggered this signal.
fiscal_year_endstring | null
period_typestring | null
metricstring | null
actual_valuenumber | null
expected_valuenumber | null
surprise_pctnumber | null
metadataobject | null
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.