Skip to content

Account

QuantConnect.Api.Account

Account()

Bases: RestResponse

Account information for an organization

JSON Constructor

organization_id

organization_id: str

The organization Id

credit_balance

credit_balance: float

The current account balance

card

card: Card

The current organizations credit card

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