---
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

---

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