Skip to main content
GET
/
v1
/
institutional
/
portfolio
Get Institutional Portfolio
curl --request GET \
  --url https://api.aries.com/v1/institutional/portfolio \
  --header 'Authorization: Bearer <token>'
{
  "holdings": [
    {
      "symbol": "IFRX",
      "cusip": "N44821101",
      "name": "INFLARX NV",
      "share": 0,
      "change": -73860,
      "value": 0,
      "putCall": ""
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

cik
string
required

CIK number.

from
string

Start date (YYYY-MM-DD, optional).

to
string

End date (YYYY-MM-DD, optional).

Response

200 - application/json

Institutional portfolio holdings.

holdings
object[]

List of holdings in an institutional investor's portfolio