Stocks
List stocks
Return a user's list of provider stocks.
get/v3/aggregation/stocks
Query parameters
limitnumber
Number of records to return
sincestring date-time
Example:2025-07-13T00:00:00.000Z
Limit to stocks updated after the specified timestamp
account_idnumber
Example:5468789123
Filter stocks by account
Response
List stocks
Example response
{
"resources": [
{
"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"
}
]
}