Retrieve institutional fund holdings for a specified stock, based on the latest SEC 13F filings. The endpoint returns top holders with their current market value, share count, quarterly change, and estimated capital flow. This allows users to identify leading institutional investors, track changes in ownership, and analyze fund activity trends such as increases or reductions in positions.
Schema for the request to the public API.
Object specifying which identifier you are using to request the company profile. You must supply one type and its corresponding value.
Object specifying the filters to apply to the request.
{ "quarter": 2, "year": 2023 }