Get daily analysis .

GET

Request

/analyses/{account_id}/dailies

Response

{
    "result": "success",
    "status": 200,
    "meta": {
        "count": 4,
        "limit": 1000,
        "order": "desc",
        "last_id": 85
    },
    "data": [
        {
            "id": 89,
            "created_at": "2021-03-10T09:45:30.000000Z",
            "updated_at": "2021-03-17T11:06:04.000000Z",
            "date": "2021-03-10",
            "running_balance": 277.35,
            "profit_loss": 2.7,
            "running_profit_loss": 27.35,
            "running_growth": 10.94,
            "lots": 0.03
        },
        .....more dailies.....
    ]
}

Stay in the loop..

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