Account#

The account endpoint allow you to retrieve information about your account.

Get Account Details#

TradingClient.get_account() Union[TradeAccount, Dict[str, Any]]#

Returns account details. Contains information like buying power, number of day trades, and account status.

Returns:

The account details

Return type:

alpaca.trading.models.TradeAccount