Skip to main content
POST
Post Backtest Sweep

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
strategy
Strategy · object
required

Base strategy spec (same shape as /v1/backtest). The x_axis (and y_axis if provided) override the named params; everything else stays fixed across every cell.

x_axis
SweepAxis · object
required

One axis of the parameter grid.

y_axis
SweepAxis · object | null

One axis of the parameter grid.

event_type
string | null
ticker
string | null
since
string<date-time> | null
until
string<date-time> | null
market_limit
integer
default:50
Required range: x <= 500

Response

Successful Response

job_id
string
required
status
enum<string>
required
Available options:
queued,
running,
complete,
failed
submitted_at
string<date-time>
required
strategy_template
object
required
sweep_params
object
required
universe
object
required
result
null
required
error
null
required