Skip to content

BacktestReport

QuantConnect.Api.BacktestReport

BacktestReport()

Bases: RestResponse

Backtest Report Response wrapper

JSON Constructor

report

report: str

HTML data of the report with embedded base64 images

success

success: bool

Indicate if the API request was successful.

errors

errors: List[str]

List of errors with the API call.

to_string

to_string() -> str

Returns the string representation of this object