# `kiwoomcli domestic accounts valuation`

```text
usage: kiwoomcli domestic accounts valuation [-h] --include-delisted {yes,no}
                                             --exchange {KRX,NXT}
                                             [--pages PAGES]
                                             [--format {pretty,json,jsonl,yaml}]
                                             [--profile PROFILE]
                                             [--mode {real,demo}]

options:
  -h, --help            show this help message and exit
  --include-delisted {yes,no}
                        상장폐지조회구분
  --exchange {KRX,NXT}  국내거래소구분
  --pages PAGES         연속조회 페이지 수입니다 (기본 1, 0은 서버가 제공하는 모든 페이지).
  --format {pretty,json,jsonl,yaml}
                        출력 형식
  --profile PROFILE     사용할 계좌 별칭입니다. --mode/KIWOOM_MODE가 없을 때 생략하면 현재 계좌 별칭을
                        사용합니다.
  --mode {real,demo}    계좌 별칭 대신 모드를 직접 지정합니다.

Summary:
  계좌평가현황요청.

Behavior:
  계좌 조회 명령입니다. 출력에는 공통 계좌번호 redaction 정책이 적용됩니다.

Examples:
  kiwoomcli domestic accounts valuation --include-delisted yes --exchange KRX

OpenAPI mapping:
  API ID: kt00004
  Request: POST /api/dostk/acnt
  --include-delisted -> qry_tp (required)
      yes = 0
      no = 1
  --exchange -> dmst_stex_tp (required)
```
