- get_account_info()
- get_positions()
- get_stock_quote(symbol)
- get_stock_bars(symbol, days)
- get_orders(status, limit)
- place_market_order(symbol, side, quantity)
- place_limit_order(symbol, side, quantity, limit_price)
- cancel_all_orders()
- close_all_positions(cancel_orders)