Docs/Reference/Sectors/Get Sector Stats
GET/v1/sectors/{sector_name}Tier · Free

Get Sector Stats

Aggregate financial statistics for a sector.

Returns median, average, min, max for key metrics across all companies in the sector.

Path parameters · 1

Variables interpolated into the URL path.

sector_namestringrequired

Query parameters · 1

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

fiscal_yearinteger | nulloptional

Request headers · 1

Authentication.

Authorizationstringrequired

Production API key. Pass it as Bearer ax_live_…

Returns · 200

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

Envelope

dataSectorStatsOut

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>

SectorStatsOut

sectorstring

TSE 33-sector name in Japanese.

company_countinteger

Number of companies in this sector.

aggregatesSectorAggregates

Aggregate financial statistics.

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.