---
title: "Beneficial ownership history"
method: GET
path: "/api/ownership/beneficial-owners/history"
tags: ["Ownership"]
---

# Beneficial ownership history

`GET /api/ownership/beneficial-owners/history`

![Stock](https://img.shields.io/badge/Stock-f97316) ![Pro](https://img.shields.io/badge/Pro-8b5cf6)

Returns all Schedule 13D/13G filings for a stock, including historical entries.
Unlike `/api/ownership/beneficial-owners` (which shows only the latest filing per owner), this endpoint shows every filing — useful for tracking how a beneficial owner's position has changed over time.

## Query parameters

- `symbol` string
- `cik` integer
- `cusip` string
- `composite_figi` string
- `share_class_figi` string

## Response `200`

All beneficial ownership filings sorted by date (descending)

- object[]
  - `reportingPersonName` string — Name of the beneficial owner
  - `reportingPersonCik` integer, nullable — CIK of the reporting person
  - `activist` boolean — Whether this is a 13D (activist) filer
  - `percentOfClass` number, nullable — Ownership percentage at the time of filing
  - `aggregateAmountOwned` number, nullable — Total shares owned at the time of filing
  - `reportDate` string, nullable — Filing report date (YYYY-MM-DD)
  - `accessionNumber` string, nullable — SEC accession number
  - `filingType` string, nullable — SEC form type (13G, 13D, 13G/A, 13D/A)
  - `intent` string, nullable — Classified investor intent: | Value | Meaning | |-------|---------| | active | Activist — seeks board seats, proxy fights, corporate changes | | strategic | Passive — investment purposes only |

## Other responses

- `400` — Invalid parameters or company not found
- `403` — Feature not available on current plan

---

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