---
title: "Get Company Capital Allocation"
method: GET
path: "/v1/companies/{code}/capital-allocation"
tags: ["ownership"]
---

# Get Company Capital Allocation

`GET /v1/companies/{code}/capital-allocation`

Get capital allocation classification for a company.

## Path parameters

- `code` string, required — Securities or EDINET code

## Response `200`

Successful Response

- SingleResponseCapitalAllocationOut
  - `data` CapitalAllocationOut, required
    - `edinet_code` string, required — EDINET code
    - `securities_code` string, nullable — Securities code
    - `name` string, nullable — Company name
    - `sector` string, nullable — Sector
    - `fiscal_year` integer, nullable — Fiscal year analyzed
    - `classification` string, required — Returner, Hoarder, Reinvestor, Mixed, or Insufficient Data
    - `fcf` number, nullable — Free cash flow (JPY)
    - `total_returns` number, nullable — Dividends + buybacks (JPY)
    - `return_ratio` number, nullable — Total returns / FCF
    - `capex_revenue_ratio` number, nullable — Capex / Revenue ratio
  - `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/versions/b8bf48556541/schema)
