クエリパラメータ · 6
任意のフィルターと修飾子。URLエンコードした ?key=value で渡します。
daysinteger任意
遡及期間(日数)。
trajectory_typestring | null任意
軌跡タイプでフィルタ。accumulating、exiting、stable、new_position。
min_delta_pctnumber | null任意
変動幅の最小値(%、絶対値)。
limitinteger任意
1ページあたりの件数
offsetinteger任意
スキップする件数(cursor指定時は無視)
cursorstring | null任意
キーセットページネーション用カーソル
リクエストヘッダー · 1
認証ヘッダー。
Authorizationstring必須
本番用のAPIキー。次の形式で渡します: Bearer ax_live_…
返り値 · 200
標準の { data, meta } エンベロープ。 data は OwnershipMoverOut 型の配列です。
エンベロープ
dataOwnershipMoverOut[]
結果オブジェクトの配列。
metaMeta
ページネーションとリクエストメタデータ。request_id、data_as_of、ontology_version を含みます。
OwnershipMoverOut
issuer_security_codestring
対象企業の証券コード。
issuer_namestring | null
対象企業名(日本語)。
issuer_name_enstring | null
対象企業名(英語)。
filer_canonical_codestring
提出者の正規EDINETコード。
filer_namestring | null
提出者名(日本語)。
filer_name_enstring | null
提出者名(英語)。
latest_holding_ratio_pctnumber | null
直近の保有比率。
trajectory_typestring
accumulatingまたはexiting。
velocity_pp_per_monthnumber
月間変動ペース(pp/月)。
delta_90d_pctnumber | null
90日間の変動幅。
last_base_datestring · date | null
直近報告の基準日。
purpose_categorystring | null
直近の保有目的分類。
エラー
標準のHTTPステータスコードに加え、{ error: { code, message } } エンベロープ内で型付きの error.code を返します。
すべてのエンドポイントは共通の型付きエラーエンベロープ({ error: { code, message } })を返します。 全コードの一覧はエラーリファレンスを参照してください。