Get institutional ownership by investor or ticker. Requires either investor or ticker parameter, but not both.
GET
request to:
https://api.financialdatasets.ai/institutional-ownership/investors/
X-API-KEY
.investor
and limit
to filter the data.investor
, limit
, and report_period
.
Note: investor
is required required. By default, limit
is 10
and report_period
is null
.
The limit
parameter is used to specify the number of periods to return.
The report_period
parameter is used to specify the date of the holdings. For example, you can include filters like report_period_lte=2024-09-30
and report_period_gte=2024-01-01
to get holdings between January 1, 2024 and September 30, 2024.
The available report_period
operations are:
report_period_lte
report_period_lt
report_period_gte
report_period_gt
report_period
API key for authentication.
The name of the investment manager
The ticker symbol, if queried by investor.
The maximum number of holdings to return (default: 10).
Institutional ownership response
The response is of type object
.