Default

Ownership

Get a full list of shareholders 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/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",
      "change": 6,
      "name": "name",
      "share": 0
    },
    {
      "filingDate": "2000-01-23",
      "change": 6,
      "name": "name",
      "share": 0
    }
  ]
}

Changes

Changed in 3 of the 35 revisions of this API.15

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property // to the response with the status

      response-optional-property-added

    This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 146 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog