cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/analytics/program-by-program \ --header 'Authorization: Bearer <token>'
{ "dimension": "<string>", "filters": {}, "items": [ { "extra": {}, "key": "<string>", "trade_count": 123, "commission": 123, "pnl": 123, "win_rate": 123 } ] }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Executions grouped by program id
Wrapper for grouped analytics (strategy/account/symbol/operation/trigger/factor).
Show child attributes
Was this page helpful?