v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Fund Ownership

Get a full list fund and institutional investors of a company in descending order of the number of shares held. Data is sourced from <code>13F form</code>, <code>Schedule 13D</code> and <code>13G</code> for US market, <code>UK Share Register</code> for UK market, <code>SEDI</code> for Canadian market and equivalent filings for other international markets.

get/stock/fund-ownership

Query parameters

symbolstring required

Symbol of the company: AAPL.

limitinteger

Limit number of results. Leave empty to get the full list.

Response

successful operation

symbolstring

Symbol of the company.

Example response

{
  "symbol": "symbol",
  "ownership": [
    {
      "filingDate": "2000-01-23",
      "portfolioPercent": 1.4658129,
      "change": 6,
      "name": "name",
      "share": 0
    },
    {
      "filingDate": "2000-01-23",
      "portfolioPercent": 1.4658129,
      "change": 6,
      "name": "name",
      "share": 0
    }
  ]
}