Accounts
Manage trading accounts, balances, and portfolio history.
Get Accounts
Get Account By ID
Patch Account By ID
Get Account Balances
Get Portfolio History
ModelsExpand Collapse
class Account:
Represents a trading account
class AccountBalances:
Represents the balance details for a trading account
String dailyUnrealizedPnl
Total unrealized profit or loss across all positions relative to prior close.
MarginType marginType
The applicable margin model for the account
Margin-account-only details.
long dayTradeCount
The number of day trades executed over the 5 most recent trading days.
Optional<String> dayTradeBuyingPowerUsage
The amount of day-trade buying power used during the current trading day.
class MarginDetails:
long dayTradeCount
The number of day trades executed over the 5 most recent trading days.
Optional<String> dayTradeBuyingPowerUsage
The amount of day-trade buying power used during the current trading day.
class PortfolioHistoryResponse:
List<PortfolioHistorySegment> segments
Optional<String> dayPnl
Sum of the profit and loss from intraday trading activities for the trading day.
Optional<String> netPnl
P&L after netting all realized and unrealized P&L, adjustments, dividends, change in accruals, income and expenses
class PortfolioHistorySegment:
Optional<String> dayPnl
Sum of the profit and loss from intraday trading activities for the trading day.
Optional<String> netPnl
P&L after netting all realized and unrealized P&L, adjustments, dividends, change in accruals, income and expenses