Docs/リファレンス/株主構造/特定投資家の保有推移の取得
GET/v1/companies/{code}/ownership/trajectories/{filer_code}プラン · Institutional

特定投資家の保有推移の取得

特定の投資家の保有推移と詳細なポイント履歴を返します。

各報告書ごとの保有比率・変動幅を時系列で取得可能。

パスパラメータ · 2

URLパスに展開される変数。

codestring必須

EDINETコードまたは証券コード

filer_codestring必須

提出者のEDINETコード(例: E03606)。

クエリパラメータ · 1

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

as_ofstring | null任意

Freeze the response to a specific point in time. Pass a value previously returned in meta.as_of to replay the exact same answer.

リクエストヘッダー · 1

認証ヘッダー。

Authorizationstring必須

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

返り値 · 200

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

エンベロープ

dataTrajectoryOut[]

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

metaMeta

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

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

TrajectoryOut

issuer_security_codestring

対象企業の証券コード。

issuer_namestring | null

対象企業名。

filer_canonical_codestring | null

提出者の正規EDINETコード。

filer_namestring | null

提出者名。

latest_holding_ratio_pctnumber | null

直近の保有比率。

latest_group_ratio_pctnumber | null

Latest observation. The combined stake declared for every holder on the same filing, as reported by the filer. Joint-holder accounting permits overlapping positions, so this figure may differ from the sum of the individual holders' stakes, and on a small number of filings it disagrees with them outright. Where the two disagree, holding_ratio_pct is the holder's own reported position and is the figure to screen on. Null when the filing carries no combined total.

latest_co_holder_countinteger | null

On the latest filing. Number of holders declaring together on that filing. 1 means a solo filer.

delta_90d_pctnumber | null

90日間の変動幅。

delta_180d_pctnumber | null

180日間の変動幅。

delta_1y_pctnumber | null

1年間の変動幅。

trajectory_typestring

accumulating、exiting、stable、new_position。

streak_lengthinteger

同方向の連続報告書数。

velocity_pp_per_monthnumber

月間変動ペース(pp/月)。

purpose_categorystring | null

直近の保有目的分類。

first_base_datestring · date | null

最初の報告基準日。

format date
last_base_datestring · date | null

直近の報告基準日。

format date
filing_countinteger

総提出件数。

pointsTrajectoryPointOut[] | null

全軌跡データポイント(詳細エンドポイントのみ)。

エラー

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

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