---
title: "Get Growth"
method: GET
path: "/v1/companies/{code}/growth"
tags: ["companies"]
---

# Get Growth

`GET /v1/companies/{code}/growth`

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

## Path parameters

- `code` string, required

## Query parameters

- `years` integer
- `split_adjusted` boolean — Adjust EPS for detected stock splits before computing growth. Set to false for raw unadjusted values.

## Response `200`

Successful Response

- SingleResponseGrowthOut
  - `data` GrowthOut, required
    - `yoy` YoyEntry[], required — Year-over-year growth rates for each fiscal year.
      - `fiscal_year` integer, required — Fiscal year.
      - `period_end` string, nullable — Last day of the fiscal period (ISO 8601).
      - `growth` GrowthMetrics, required
        - `revenue` number, nullable — Revenue growth rate (%). Positive means growth.
        - `gross_profit` number, nullable — Gross profit growth rate (%).
        - `net_income` number, nullable — Net income growth rate (%).
        - `operating_income` number, nullable — Operating income growth rate (%).
        - `eps` number, nullable — EPS growth rate (%).
        - `total_assets` number, nullable — Total assets growth rate (%).
    - `cagr` CagrOut, required
      - `3yr` GrowthMetrics
        - `revenue` number, nullable — Revenue growth rate (%). Positive means growth.
        - `gross_profit` number, nullable — Gross profit growth rate (%).
        - `net_income` number, nullable — Net income growth rate (%).
        - `operating_income` number, nullable — Operating income growth rate (%).
        - `eps` number, nullable — EPS growth rate (%).
        - `total_assets` number, nullable — Total assets growth rate (%).
      - `5yr` GrowthMetrics
        - `revenue` number, nullable — Revenue growth rate (%). Positive means growth.
        - `gross_profit` number, nullable — Gross profit growth rate (%).
        - `net_income` number, nullable — Net income growth rate (%).
        - `operating_income` number, nullable — Operating income growth rate (%).
        - `eps` number, nullable — EPS growth rate (%).
        - `total_assets` number, nullable — Total assets growth rate (%).
  - `meta` Meta, required
    - `total` integer, nullable — Total number of matching records (list endpoints only).
    - `limit` integer, nullable — Maximum records returned per page.
    - `offset` integer, nullable — Number of records skipped (offset-based pagination).
    - `next_cursor` string, nullable — Opaque cursor for the next page (keyset pagination). Null on the last page.
    - `request_id` string, required — Unique request identifier for tracing and support (e.g. 'req_abc123').

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-31** `debdd9fbc570` — 1 warning, 1 info
  - for the `path` request parameter `code`, the maxLength was set to `20`
  - added the new optional `query` request parameter `split_adjusted`
- **2026-02-25** `5bdc8f1d1f3e` — 3 info
  - added the optional property `data/cagr/3yr/anyOf[subschema #1: GrowthMetrics]/gross_profit` to the response with the `200` status
  - added the optional property `data/cagr/5yr/anyOf[subschema #1: GrowthMetrics]/gross_profit` to the response with the `200` status
  - added the optional property `data/yoy/items/growth/gross_profit` to the response with the `200` status

[Change history](https://skmtc.dev/axioradev/apis/axiora-api/changes/v1/companies/:code/growth/get.md)

---

[API](https://skmtc.dev/axioradev/apis/axiora-api.md) · [All operations](https://skmtc.dev/axioradev/apis/axiora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/axioradev/axiora-api/revisions/b8bf48556541/schema)
