Get monthly symbol analysis .

GET

Request

/analyses/{account_id}/monthly-symbols

Response

{
    "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.....
    ]
}

Stay in the loop..

Sign up to our newsletter to keep up-to-date.