GET/v1/companies/{code}/growthTier · Developer

Get Growth

Year-over-year growth rates and multi-year CAGRs.

These are derived numbers, not filed ones. meta.data_as_of reports the freshness of the EDINET ingest they were computed from.

Path parameters · 1

Variables interpolated into the URL path.

codestringrequired

Query parameters · 2

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

yearsintegeroptional
default 5
split_adjustedbooleanoptional

Adjust EPS for detected stock splits before computing growth. Set to false for raw unadjusted values.

default true

Request headers · 1

Authentication.

Authorizationstringrequired

Production API key. Pass it as Bearer ax_live_…

Returns · 200

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

Envelope

dataGrowthOut

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>

GrowthOut

yoyYoyEntry[]

Year-over-year growth rates for each fiscal year.

cagrCagrOut

Compound annual growth rates (3-year and 5-year).

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.