Docs/Reference/Ownership/List Capital Allocation Ranking
GET/v1/capital-allocation/rankingTier · Institutional

List Capital Allocation Ranking

Get capital allocation ranking across companies.

Sorted by return ratio (highest returners first by default).

Query parameters · 5

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

classificationstring | nulloptional

Filter: Returner, Hoarder, Reinvestor, Mixed

sectorstring | nulloptional

Filter by sector

limitintegeroptional

Results per page

default 50
offsetintegeroptional

Results to skip (ignored when cursor is set)

default 0
cursorstring | nulloptional

Opaque cursor for keyset pagination

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

Envelope

dataCapitalAllocationOut[]

Array of result objects.

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>

CapitalAllocationOut

edinet_codestring

EDINET code

securities_codestring | null

Securities code

namestring | null

Company name

sectorstring | null

Sector

fiscal_yearinteger | null

Fiscal year analyzed

classificationstring

Returner, Hoarder, Reinvestor, Mixed, or Insufficient Data

fcfnumber | null

Free cash flow (JPY)

total_returnsnumber | null

Dividends + buybacks (JPY)

return_rationumber | null

Total returns / FCF

capex_revenue_rationumber | null

Capex / Revenue ratio

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.