This endpoint allows to retrieve the most recent positions within a given account.

Positions Headers
Authorization requiredThe access token.
Positions Parameters
account_id string, requiredID of the account.
page integerDesired page number, default is 0.
page_size integerDesired number of entries per page, defaults is 100, max value is 1000.
Positions Response Object Fields
id string, requiredThe ID of the position.
cusip string, requiredCUSIP Identifier
symbol string, requiredSymbol
description stringSecurity Description
long_short_indicator stringThe long/short indicator.
currency_code string, requiredthe international 3-digit currency code (upon ISO 4217). For example, USD.
quantity number, requiredThe total quantity of the position.
as_of_date string, requiredThe latest date of an update.
security_type stringSecurity type.
Possible values
ETF
FI
OPTION
TBILL
INDEX
EQ
WARRANT
CASH
MBS
MUTUAL
CD
EQUITY
UNIT
OTHER
market_value numberThe total value of the position.

This endpoint gets a list of the most recent positions for/within a given account.

Positions Headers
Authorization requiredThe access token.
Positions Parameters
account_id string, requiredID of the account.
page integerDesired page number, default is 0.
page_size integerDesired number of entries per page, defaults is 100, max value is 1000.
Positions Response Object Fields
id string, requiredThe ID of the position.
cusip string, requiredCUSIP Identifier
symbol string, requiredSymbol
description stringSecurity Description
security_type stringSecurity Type.
Possible values
ETF
FI
OPTION
TBILL
INDEX
EQ
WARRANT
CASH
MBS
MUTUAL
CD
EQUITY
UNIT
OTHER
currency_code string, requiredthe international 3-digit currency code (upon ISO 4217). For example, USD.
quantity number, requiredThe total quantity of the position.
market_value numberThe total value of the position.
as_of_date string, requiredDate of the record.

What’s Next