Docs/Reference/Buybacks/Get Buyback Analysis Endpoint
GET/v1/companies/{code}/buybacks/analysisTier · Developer

Get Buyback Analysis Endpoint

Get buyback execution analysis for a company.

Returns per-program completion rates and execution pace metrics.

Path parameters · 1

Variables interpolated into the URL path.

codestringrequired

EDINET code or securities code

Request headers · 1

Authentication.

Authorizationstringrequired

Production API key. Pass it as Bearer ax_live_…

Returns · 200

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

Envelope

dataBuybackAnalysisOut

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>

BuybackAnalysisOut

edinet_codestring

EDINET code

total_programsinteger

Number of buyback programs

programsBuybackProgramOut[]

Per-program analysis

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.