Docs/Reference/Ownership/List Unwinding Scoreboard
GET/v1/ownership/unwinding-scoreboardTier · Institutional

List Unwinding Scoreboard

Cross-shareholdings actively being unwound.

Cross-holdings (持ち合い株) are reciprocal stakes between two listed Japanese companies, historically used to lock in friendly shareholders. Regulatory and governance pressure since ~2018 has pushed many of these pairs to unwind.

This endpoint returns pairs where at least one side shows a clear declining trajectory, ranked by fastest decline. Use it to find forced sellers and identify potential float expansion ahead of secondary supply hitting the market.

Query parameters · 1

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

limitintegeroptional

Max results

default 20

Request headers · 1

Authentication.

Authorizationstringrequired

Production API key. Pass it as Bearer ax_live_…

Returns · 200

The standard { data, meta } envelope. data contains an array of UnwindingScoreboardOut.

Envelope

dataUnwindingScoreboardOut[]

Array of result objects.

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>

UnwindingScoreboardOut

company_a_edinet_codestring

EDINET code of company A

company_a_securities_codestring | null

Securities code of company A

company_a_namestring | null

Name of company A

company_a_name_enstring | null

Company A name (English) when available

company_b_edinet_codestring

EDINET code of company B

company_b_securities_codestring | null

Securities code of company B

company_b_namestring | null

Name of company B

company_b_name_enstring | null

Company B name (English) when available

a_holds_b_pctnumber | null

A's holding in B (%)

b_holds_a_pctnumber | null

B's holding in A (%)

a_trajectory_typestring | null

A's trajectory type

a_velocity_pp_per_monthnumber | null

A's pace (pp/month)

a_delta_90d_pctnumber | null

A's 90-day change

b_trajectory_typestring | null

B's trajectory type

b_velocity_pp_per_monthnumber | null

B's pace (pp/month)

b_delta_90d_pctnumber | null

B's 90-day change

unwinding_statusstring

mutual_unwinding, one_sided_exit, gradual_decline, monitoring

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.