Equities

Get owners of symbol

get/equity/{symbol}/owners

Path parameters

symbolstring nullable required

Response

Successful Response

messagestring nullable

A message with the response status.

Example response

{
  "data": [
    {
      "name": "SPDR S&P 500 ETF TRUST",
      "reportDate": "2024-06-30",
      "sharesHeld": 170000000,
      "changeInShares": -6473253,
      "portfolioWeight": 0.0416
    }
  ],
  "message": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.