get https://bo-api.drivewealth.io/back-office/accounts//summary/positions
Retrives a list of Account Positions by accountID
Response
Retrives a list of Account Positions by accountID
xxxxxxxxxx
curl --request GET \
--url https://bo-api.drivewealth.io/back-office/accounts/accountID/summary/positions \
--header 'accept: application/json' \
--header 'dw-client-app-key: {{yourAppKey}}'
xxxxxxxxxx
78}
{
"accountID": "cc07f91b-7ee1-4868-b8fc-823c70a1b932.1407775317759",
"accountNo": "DWBG000052",
"tradingType": "CASH",
"updated": "2017-06-16T15:35:30.617Z",
"equityValue": 34275565.44,
"optionsValue": 12345.67,
"debtValue": 12345.67,
"positionsValue": 34287911.11,
"equityPositions": [
{
"symbol": "MS",
"instrumentID": "3fb1e8a9-f7d5-4d90-95e2-43e7326b5636",
"ISIN": "US023135BX34",
"instrumentType": "EQUITY",
"openQty": 31.65120151,
"costBasis": 975.98,
"marketValue": 4540.36,
"side": "B",
"priorClose": 144.29,
"availableForTradingQty": 31.65120151,
"avgPrice": 30.84,
"mktPrice": 143.45,
"unrealizedPL": 3564.38,
"unrealizedDayPLPercent": -0.58,