Returns the monthly analysis of a certain symbol.
/analyses/{account_id}/monthly-symbols
{
"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": 1
},
.....more monthly symbols.....
]
}
Sign up to our newsletter to keep up-to-date.