v8

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-1283152389.2 KB
buybacks

List Company Buybacks

Get share buyback reports for a company.

Returns monthly buyback status filings from EDINET (doc type 220), ordered newest first. Each record shows authorized limits, shares acquired in the month, cumulative progress, and treasury share holdings.

get/v1/companies/{code}/buybacks

Path parameters

codestring required

EDINET code (e.g. 'E02497') or securities code (e.g. '8001')

EDINET code (e.g. 'E02497') or securities code (e.g. '8001')

Query parameters

date_fromstring date nullable

Filter: reporting period ends on or after this date (YYYY-MM-DD)

Filter: reporting period ends on or after this date (YYYY-MM-DD)

date_tostring date nullable

Filter: reporting period ends on or before this date (YYYY-MM-DD)

Filter: reporting period ends on or before this date (YYYY-MM-DD)

limitinteger

Results per page

Results per page

offsetinteger

Results to skip (ignored when cursor is set)

Results to skip (ignored when cursor is set)

cursorstring nullable

Opaque cursor for keyset pagination

Opaque cursor for keyset pagination

Response

Successful Response