/analyses
Returns analysis statistics for all the accounts.
{
"result": "success",
"status": 200,
"meta": {
"count": 2,
"limit": 1000,
"order": "desc",
"last_id": 1241451
},
"data": [
{
"id": 1242495,
"created_at": "2025-04-25T14:16:32Z",
"updated_at": "2025-04-25T14:16:32Z",
"started_at": null,
"profit_loss": 0,
"growth": 0,
"total_deposits": 0,
"total_withdrawals": 0,
"total_lots": 0,
"total_commission": 0,
"total_swap": 0,
"total_trades": 0,
"total_longs": 0,
"total_shorts": 0,
"total_trades_won": 0,
"total_trades_lost": 0,
"average_win": 0,
"average_loss": 0,
"best_trade": 0,
"best_trade_date": null,
"worst_trade": 0,
"worst_trade_date": null,
"longs_won": 0,
"shorts_won": 0
},
{
"id": 1241451,
"created_at": "2025-04-23T14:12:47Z",
"updated_at": "2025-04-24T15:49:17Z",
"started_at": "2025-04-24T15:00:01Z",
"profit_loss": 0.74,
"growth": 0.00074,
"total_deposits": 100000,
"total_withdrawals": 0,
"total_lots": 0.04,
"total_commission": 0,
"total_swap": 0,
"total_trades": 4,
"total_longs": 4,
"total_shorts": 0,
"total_trades_won": 2,
"total_trades_lost": 2,
"average_win": 0.935,
"average_loss": -0.565,
"best_trade": 1.28,
"best_trade_date": "2025-04-24",
"worst_trade": -0.6,
"worst_trade_date": "2025-04-24",
"longs_won": 2,
"shorts_won": 0
}
]
}
Key | Value | Description |
---|---|---|
account_id | single integer | Find a specific account |
account_ids | comma separated list of integers | Find multiple accounts |
Sign up to our newsletter to keep up-to-date.