asynctradier.tradier module

class asynctradier.tradier.TradierClient(account_id: str, token: str, sandbox: bool = False)[source]

Bases: AccountClient, TradingClient, MarketDataClient, StreamingClient, WatchlistClient

A client for interacting with the Tradier API.

Parameters:
  • account_id (str) – The account ID.

  • token (str) – The API token.

  • sandbox (bool, optional) – Whether to use the sandbox environment. Defaults to False.