Stocks
Get a single stock
Retrieve the details of a single stock
get/v3/aggregation/stocks/{id}
Path parameters
idnumber required
Example:4556879789
Response
Stock
Example response
{
"id": 1510467,
"account_id": 16717622,
"label": "Facebook",
"ticker": "AAPL",
"marketplace": "null",
"isin": "US30303M1027",
"stock_key": "US30303M1027-FACEBOOK--USD",
"current_price": 124.96,
"currency_code": "USD",
"quantity": 8,
"total_value": 999.68,
"average_purchase_price": 94.12,
"value_date": "2015-08-23",
"created_at": "2024-10-16T07:59:11.785Z",
"updated_at": "2024-10-16T07:59:11.785Z"
}