/analyses/{account_id}/monthly-symbols
Returns symbol statistics per day for an individual account, letting you know how many times a specific symbol is traded on that day.
{
"result": "success",
"status": 200,
"meta": {
"count": 6,
"limit": 1000,
"order": "desc",
"last_id": 60
},
"data": [
{
"id": 465,
"created_at": "2021-03-17T11:06:04.000000Z",
"updated_at": "2021-03-17T11:06:04.000000Z",
"date": "2021-03-01",
"symbol": "EURGBP",
"count": 13
},
{
"id": 466,
"created_at": "2021-03-17T11:06:04.000000Z",
"updated_at": "2021-03-17T11:06:04.000000Z",
"date": "2021-03-01",
"symbol": "EURUSD",
"count": 2
},
]
}
Sign up to our newsletter to keep up-to-date.