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

# Summary Of Account Market Value

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

Returns a summary of an account's market value, by currency and asset class.

## Path parameters

- `accountId` string, required

## Response `200`

Indicates a successful market value request.

- SummaryMarketValueResponse
  - `currency` SummaryMarketValueResponseCurrency — Returns an object containing market value details of the currency and positions held using that currency.
    - `total_cash` string — Lists the total cash held for the given currency.
    - `settled_cash` string — Cash recognized at the time of settlement minus the purchases at time of trade, commissions, taxes, and fees.
    - `MTD Interest` string — Total Month-to-date interest.
    - `stock` string — Total cash value of stocks held.
    - `options` string — Total cash value of options held.
    - `futures` string — Total cash value of futures held.
    - `future_options` string — Total cash value of future options held.
    - `funds` string — Total cash value of funds held.
    - `dividends_receivable` string — Total cash value of receivable dividends.
    - `mutual_funds` string — Total cash value of mutual funds held.
    - `money_market` string — Total cash value of money market securities held.
    - `bonds` string — Total cash value of bonds held.
    - `Govt Bonds` string — Total cash value of goverment bonds held.
    - `t_bills` string — Total cash value of t-bill bonds held.
    - `warrants` string — Total cash value of warrants held.
    - `issuer_option` string — Total cash value of issuer options held.
    - `commodity` string — Total cash value of commodities held.
    - `Notional CFD` string — Total cash value of notional CFDs held.
    - `cfd` string — Total cash value of CFDs held.
    - `Cryptocurrency` string — Total cash value of Cryptocurrencies held.
    - `net_liquidation` string — Total cash value of your net liquidty.
    - `unrealized_pnl` string — Total daily unrealized profit and loss.
    - `realized_pnl` string — Total daily realized profit and loss.
    - `Exchange Rate` string — Exchange rate of the labeled currency to the base currency.

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