Default
Institutional Portfolio
Get the holdings/portfolio data of institutional investors from 13-F filings. Limit to 1 year of data at a time. You can get a list of supported CIK <a href="/api/v1/institutional/list?token=" target="_blank">here</a>.
get/institutional/portfolio
Query parameters
cikstring required
Fund's CIK.
fromstring required
From date <code>YYYY-MM-DD</code>.
tostring required
To date <code>YYYY-MM-DD</code>.
Response
successful operation
Example response
{
"cik": "cik",
"data": [
{
"reportDate": "reportDate",
"filingDate": "filingDate",
"portfolio": [
{
"noVoting": 6.0274563,
"sharedVoting": 5.637377,
"symbol": "symbol",
"cusip": "cusip",
"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,
"symbol": "symbol",
"cusip": "cusip",
"change": 0.8008282,
"percentage": 1.4658129,
"name": "name",
"share": 5.962134,
"soleVoting": 2.302136,
"value": 7.0614014,
"putCall": "putCall"
}
]
},
{
"reportDate": "reportDate",
"filingDate": "filingDate",
"portfolio": [
{
"noVoting": 6.0274563,
"sharedVoting": 5.637377,
"symbol": "symbol",
"cusip": "cusip",
"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,
"symbol": "symbol",
"cusip": "cusip",
"change": 0.8008282,
"percentage": 1.4658129,
"name": "name",
"share": 5.962134,
"soleVoting": 2.302136,
"value": 7.0614014,
"putCall": "putCall"
}
]
}
],
"name": "name"
}