---
title: "Summary Of Account Values"
method: GET
path: "/iserver/account/{accountId}/summary"
tags: ["tradingAccounts"]
---

# Summary Of Account Values

`GET /iserver/account/{accountId}/summary`

Provides a general overview of the account details such as balance values.

## Path parameters

- `accountId` string, required

## Response `200`

Provides a general overview of the account details such as balance values.

- AccountSummaryResponse — Successful return contianing an array of at-a-glance account details.
  - `accountType` string — Describes the unique account type. For standard individual accounts, an empty string is returned.
  - `status` string — If the account is currently non-tradeable, a status message will be dispalyed.
  - `balance` number, double — Returns the total account balance.
  - `SMA` number, double — Simple Moving Average of the account.
  - `buyingPower` number, double — Total buying power available for the account.
  - `availableFunds` number, double — The amount of equity you have available for trading. For both the Securities and Commodities segments, this is calculated as: Equity with Loan Value – Initial Margin.
  - `excessLiquidity` number, double — The amount of cash in excess of the usual requirement in your account.
  - `netLiquidationValue` number, double — The basis for determining the price of the assets in your account.
  - `equityWithLoanValue` number, double — The basis for determining whether you have the necessary assets to either initiate or maintain security assets.
  - `regTLoan` number, double — The Federal Reserve Board regulation governing the amount of credit that broker dealers may extend to clients who borrow money to buy securities on margin.
  - `securitiesGVP` number, double — Absolute value of the Long Stock Value + Short Stock Value + Long Option Value + Short Option Value + Fund Value.
  - `totalCashValue` number, double — Cash recognized at the time of trade + futures P&L. This value reflects real-time currency positions, including: * Trades executed directly through the FX market. * Trades executed as a result of automatic IB conversions, which occur when you trade a product in a non-base currency. * Trades deliberately executed to close non-base currency positions using the FXCONV destination.
  - `accruedInterest` number, double — Accrued interest is the interest accruing on a security since the previous coupon date. If a security is sold between two payment dates, the buyer usually compensates the seller for the interest accrued, either within the price or as a separate payment.
  - `regTMargin` number, double — The initial margin requirements calculated under US Regulation T rules for both the securities and commodities segment of your account.
  - `initialMargin` number, double — The available initial margin for the account.
  - `maintenanceMargin` number, double — The available maintenance margin for the account.
  - `cashBalances` AccountSummaryResponseCashBalancesItems[] — An array containing balance information for all currencies held by the account.
    - `currency` string — The currency the values represent. Base currency represented as "Total (in {BaseCurrency})"
    - `balance` number, double — The total available currency held in the account.
    - `settledCash` number, double — The available settled cash that can be withdrawn from the account.

## Other responses

- `400` — bad request; passed input cannot pass initial validation and detected right away
- `401` — Missing, invalid, or unparseable Authorization token.
- `503` — service is unavailable. For example if request takes more than 10s due to some internal service unavailability, request aborted and this status returned

---

[API](https://skmtc.net/interactivebrokers/apis/api-reference.md) · [All operations](https://skmtc.net/interactivebrokers/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interactivebrokers/api-reference/revisions/67f9f562c2c6/schema)
