Skip to content

DataList

QuantConnect.Api.DataList

DataList()

Bases: RestResponse

Data/List response wrapper for available data

JSON Constructor

available_data

available_data: List[str]

List of all available data from this request

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