custody/accounts/{id}/positions

Fetch the positions for a given custody account

Response Structure

{
  "statusCode": "101",
  "statusDesc": "Ok",
  "positions": [
    {
      "id": "02587DM96",
      "date": "2019-03-20",
      "units": "27"
    },
    {
      "id": "40434YGR2",
      "date": "2019-03-21",
      "units": "1"
    },
    {
      "id": "38148JA92",
      "date": "2019-03-22",
      "units": "1"
    },
    {
      "id": "DELL12",
      "date": "2019-03-20",
      "units": "10"
    }
  ]
}
PropertyDescriptionExample
idthe unique identifier of the security02587DM96
datethe most recent date on which activity occurred2019-03-20
unitsthe total number of units held by the account27
Language
Click Try It! to start a request and see the response here!