Get the 13F portfolio of any institutional investment manager, by SEC CIK.
Documentation Index
Fetch the complete documentation index at: https://docs.financialdatasets.ai/llms.txt
Use this file to discover all available pages before exploring further.
subsidiaries array on the position.
You can use this data to:
filer_cik, not by name. To discover a CIK, hit the helper endpoint:
?name=PREFIX to filter to filers whose names start with that prefix (case-insensitive). Without name, the endpoint returns the first 100 filers alphabetically.
CIKs can change over time. The SEC sometimes renames or restructures filer entities, so an investor’s CIK may not be stable across years. The /investors lookup always returns the active CIK for the entity currently filing under that name, so prefer it over hard-coding CIKs from old documents.
filer_cik is required. By default, the response is the filer’s most recent 13F. To see history, add report_period filters:
report_period_ltereport_period_ltreport_period_gtereport_period_gtreport_periodreport_period_gte=2024-01-01&report_period_lte=2025-12-31 returns every position the filer reported across that window.
By default, limit is 10 (max 200).
subsidiaries array preserves each underlying row. The subsidiaries field is omitted when there is only one underlying row.
API key for authentication.
The 10-digit zero-padded SEC CIK of the institutional filer. Mutually exclusive with ticker.
The held security's ticker symbol. Mutually exclusive with filer_cik. Without a report_period filter, returns one position per institutional filer whose most recent 13F currently includes this ticker.
The maximum number of positions to return (default: 10, max: 200).
x <= 200Filter by exact report period date in YYYY-MM-DD format.
Filter by report period greater than or equal to date in YYYY-MM-DD format.
Filter by report period less than or equal to date in YYYY-MM-DD format.
Filter by report period greater than date in YYYY-MM-DD format.
Filter by report period less than date in YYYY-MM-DD format.
Institutional holdings response