Backtesting
Get backtest run
Returns run metrics and performance telemetry, including the Deflated Sharpe Ratio (DSR).
GET
Get backtest run
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns run metrics and performance telemetry, including the Deflated Sharpe Ratio (DSR).
curl --request GET \
--url https://api.quantdesk.app/api/v2/backtest/runs/{id}{
"success": true,
"data": {
"run_id": "b4f1c2a0-6d3e-4f7a-9c1b-0a2d3e4f5a6b",
"status": "completed",
"sharpe": 1.84,
"dsr": 0.72,
"max_drawdown": -0.14
}
}curl --request GET \
--url https://api.quantdesk.app/api/v2/backtest/runs/{id}{
"success": true,
"data": {
"run_id": "b4f1c2a0-6d3e-4f7a-9c1b-0a2d3e4f5a6b",
"status": "completed",
"sharpe": 1.84,
"dsr": 0.72,
"max_drawdown": -0.14
}
}