Docs/リファレンス/自己株式取得/List Buyback Accelerations
GET/v1/buybacks/accelerations

List Buyback Accelerations

Get market-wide buyback acceleration events.

Returns companies whose buyback execution pace jumped significantly (>=10pp completion between consecutive monthly reports). Completion is recomputed from cumulative vs authorized shares, and only rows that pass the same validity gate as /buybacks/analysis are considered, so an acceleration reflects real execution rather than a parse artifact.

クエリパラメータ · 1

任意のフィルターと修飾子。URLエンコードした ?key=value で渡します。

limitinteger任意

1ページあたりの件数

default 20

リクエストヘッダー · 1

認証ヘッダー。

Authorizationstring必須

本番用のAPIキー。次の形式で渡します: Bearer ax_live_…

返り値 · 200

標準の { data, meta } エンベロープ。 data は BuybackAccelerationOut 型の配列です。

エンベロープ

dataBuybackAccelerationOut[]

結果オブジェクトの配列。

metaMeta

ページネーションとリクエストメタデータ。request_iddata_as_ofontology_version を含みます。

ontology_version 2.1.0replay meta.as_of · ?as_of=<token>

BuybackAccelerationOut

edinet_codestring

EDINET code

doc_idstring | null

EDINET doc_id of the current-period buyback report this row compares against the prior period. Use /filings/{doc_id} to fetch the source filing.

securities_codestring | null

Securities code (4-digit)

name_jpstring | null

Company name (Japanese)

name_enstring | null

Company name (English)

sectorstring | null

Sector

reporting_period_endstring | null

Reporting period end (ISO date)

resolution_typestring | null

Resolution type

authorized_sharesinteger | null

Authorized shares

prev_completion_pctnumber | null

Previous period completion %

current_completion_pctnumber | null

Current period completion %

acceleration_pctnumber | null

Increase in completion % (pp)

エラー

標準のHTTPステータスコードに加え、{ error: { code, message } } エンベロープ内で型付きの error.code を返します。

すべてのエンドポイントは共通の型付きエラーエンベロープ({ error: { code, message } })を返します。 全コードの一覧はエラーリファレンスを参照してください。