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

# Summary Of Available Funds

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

Provides a summary specific for avilable funds giving more depth than the standard /summary endpoint.

## Path parameters

- `accountId` string, required

## Response `200`

Indicates a successful return of available funds.

- AvailableFundsResponse — Contains a combined overview of Commidity, Security and Crypto fund values.
  - `total` AvailableFundsResponseTotal — total values
    - `current_available` string — Describes currently avialable funds in your account for trading.
    - `current_excess` string — Describes total value of the account.
    - `Prdctd Pst-xpry Excss` string — Displays predicted post-expiration account value.
    - `Lk Ahd Avlbl Fnds` string — This value reflects your available funds at the next margin change.
    - `Lk Ahd Excss Lqdty` string — * `Securities` - Equity with loan value. Look ahead maintenance margin. * `Commodities` - Net Liquidation value. Look ahead maintenance margin.
    - `overnight_available` string — Describes available funds for overnight trading.
    - `overnight_excess` string — Overnight refers to the window of time after the local market trading day is closed. * `Securities` - Equivalent to regular trading hours. * `Commodities` - Commodities Net Liquidation value. Overnight Maintenance margin.
    - `buying_power` string — Describes the total buying power of the account including existing balance with margin.
    - `leverage` string — Describes the total combined leverage.
    - `Lk Ahd Nxt Chng` string — Describes when the next 'Look Ahead' calculation will take place.
    - `day_trades_left` string — Describes the number of trades remaining before flagging the Pattern Day Trader status. "Unlimited" is used for existing Pattern Day Traders.
  - `Crypto at Paxos` Funds — Contains commodities specific fund values.
    - `current_available` string — Describes currently avialable funds in your account for trading.
    - `current_excess` string — Describes total value of the account.
    - `Prdctd Pst-xpry Excss` string — Displays predicted post-expiration account value.
    - `Lk Ahd Avlbl Fnds` string — This value reflects your available funds at the next margin change.
    - `overnight_available` string — Describes available funds for overnight trading.
    - `overnight_excess` string — Overnight refers to the window of time after the local market trading day is closed. * `Securities` - Equivalent to regular trading hours. * `Commodities` - Commodities Net Liquidation value. Overnight Maintenance margin.
  - `commodities` Funds — Contains commodities specific fund values.
    - `current_available` string — Describes currently avialable funds in your account for trading.
    - `current_excess` string — Describes total value of the account.
    - `Prdctd Pst-xpry Excss` string — Displays predicted post-expiration account value.
    - `Lk Ahd Avlbl Fnds` string — This value reflects your available funds at the next margin change.
    - `overnight_available` string — Describes available funds for overnight trading.
    - `overnight_excess` string — Overnight refers to the window of time after the local market trading day is closed. * `Securities` - Equivalent to regular trading hours. * `Commodities` - Commodities Net Liquidation value. Overnight Maintenance margin.
  - `securities` AvailableFundsResponseSecurities — Contains an overview of Security specific fund values.
    - `current_available` string — Describes currently avialable funds in your account for trading.
    - `current_excess` string — Describes total value of the account.
    - `Prdctd Pst-xpry Excss` string — Displays predicted post-expiration account value.
    - `SMA` string
    - `Lk Ahd Avlbl Fnds` string — This value reflects your available funds at the next margin change.
    - `Lk Ahd Excss Lqdty` string — * `Securities` - Equity with loan value. Look ahead maintenance margin. * `Commodities` - Net Liquidation value. Look ahead maintenance margin.
    - `overnight_available` string — Describes available funds for overnight trading.
    - `overnight_excess` string — Overnight refers to the window of time after the local market trading day is closed. * `Securities` - Equivalent to regular trading hours. * `Commodities` - Commodities Net Liquidation value. Overnight Maintenance margin.
    - `leverage` string — Describes the total combined leverage.

## 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)
