---
title: "Get Buyback Analysis Endpoint"
method: GET
path: "/v1/companies/{code}/buybacks/analysis"
tags: ["buybacks"]
---

# Get Buyback Analysis Endpoint

`GET /v1/companies/{code}/buybacks/analysis`

Get buyback execution analysis for a company.

Returns per-program completion rates, pace metrics, and acceleration data.

## Path parameters

- `code` string, required — EDINET code or securities code

## Response `200`

Successful Response

- SingleResponseBuybackAnalysisOut
  - `data` BuybackAnalysisOut, required
    - `edinet_code` string, required — EDINET code
    - `total_programs` integer, required — Number of buyback programs
    - `programs` BuybackProgramOut[], required — Per-program analysis
      - `resolution_type` string, nullable — Resolution type
      - `authorized_shares` integer, nullable — Authorized shares to buy back
      - `authorized_amount` integer, nullable — Authorized amount (JPY)
      - `cumulative_shares` integer, nullable — Shares bought so far
      - `cumulative_amount` integer, nullable — Amount spent so far (JPY)
      - `completion_pct` number, nullable — Completion percentage (0-100)
      - `first_period` string, nullable — First reporting period (ISO date)
      - `last_period` string, nullable — Last reporting period (ISO date)
      - `report_count` integer, nullable — Number of monthly reports filed
      - `months_active` integer, nullable — Duration in months
      - `pace_pct_per_month` number, nullable — Completion % per month
  - `meta` Meta, required
    - `total` integer, nullable — Total number of matching records (list endpoints only).
    - `limit` integer, nullable — Maximum records returned per page.
    - `offset` integer, nullable — Number of records skipped (offset-based pagination).
    - `next_cursor` string, nullable — Opaque cursor for the next page (keyset pagination). Null on the last page.
    - `request_id` string, required — Unique request identifier for tracing and support (e.g. 'req_abc123').

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/axioradev/apis/axiora-api.md) · [All operations](https://skmtc.net/axioradev/apis/axiora-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/axioradev/axiora-api/revisions/b8bf48556541/schema)
