v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Institutional Ownership

Get a list institutional investors' positions for a particular stock overtime. Data from 13-F filings. Limit to 1 year of data at a time.

get/institutional/ownership

Query parameters

symbolstring required

Filter by symbol.

cusipstring required

Filter by CUSIP.

fromstring required

From date <code>YYYY-MM-DD</code>.

tostring required

To date <code>YYYY-MM-DD</code>.

Response

successful operation

symbolstring

Symbol.

cusipstring

Cusip.

Example response

{
  "symbol": "symbol",
  "cusip": "cusip",
  "data": [
    {
      "reportDate": "reportDate",
      "ownership": [
        {
          "noVoting": 6.0274563,
          "sharedVoting": 5.637377,
          "cik": "cik",
          "change": 0.8008282,
          "percentage": 1.4658129,
          "name": "name",
          "share": 5.962134,
          "soleVoting": 2.302136,
          "value": 7.0614014,
          "putCall": "putCall"
        },
        {
          "noVoting": 6.0274563,
          "sharedVoting": 5.637377,
          "cik": "cik",
          "change": 0.8008282,
          "percentage": 1.4658129,
          "name": "name",
          "share": 5.962134,
          "soleVoting": 2.302136,
          "value": 7.0614014,
          "putCall": "putCall"
        }
      ]
    },
    {
      "reportDate": "reportDate",
      "ownership": [
        {
          "noVoting": 6.0274563,
          "sharedVoting": 5.637377,
          "cik": "cik",
          "change": 0.8008282,
          "percentage": 1.4658129,
          "name": "name",
          "share": 5.962134,
          "soleVoting": 2.302136,
          "value": 7.0614014,
          "putCall": "putCall"
        },
        {
          "noVoting": 6.0274563,
          "sharedVoting": 5.637377,
          "cik": "cik",
          "change": 0.8008282,
          "percentage": 1.4658129,
          "name": "name",
          "share": 5.962134,
          "soleVoting": 2.302136,
          "value": 7.0614014,
          "putCall": "putCall"
        }
      ]
    }
  ]
}