# `kiwoomcli domestic stocks info-list`

```text
usage: kiwoomcli domestic stocks info-list [-h]
                                           --market-type {kospi,kosdaq,kotc,konex,etn,loss-limit-etn,gold,volatility-etn,infrastructure,elw,mutual-fund,warrant,reit,warrant-certificate,etf,high-yield-fund}
                                           [--pages PAGES]
                                           [--format {pretty,json,jsonl,yaml}]
                                           [--profile PROFILE]
                                           [--mode {real,demo}]

options:
  -h, --help            show this help message and exit
  --market-type {kospi,kosdaq,kotc,konex,etn,loss-limit-etn,gold,volatility-etn,infrastructure,elw,mutual-fund,warrant,reit,warrant-certificate,etf,high-yield-fund}
                        종목정보 시장구분
  --pages PAGES         연속조회 페이지 수입니다 (기본 1, 0은 서버가 제공하는 모든 페이지).
  --format {pretty,json,jsonl,yaml}
                        출력 형식
  --profile PROFILE     사용할 계좌 별칭입니다. --mode/KIWOOM_MODE가 없을 때 생략하면 현재 계좌 별칭을
                        사용합니다.
  --mode {real,demo}    계좌 별칭 대신 모드를 직접 지정합니다.

Summary:
  종목정보 리스트.

Behavior:
  조회 전용 명령입니다. 계좌/주문 상태를 변경하지 않습니다.

Examples:
  kiwoomcli domestic stocks info-list --market-type kospi

OpenAPI mapping:
  API ID: ka10099
  Request: POST /api/dostk/stkinfo
  --market-type -> mrkt_tp (required)
      kospi = 0
      kosdaq = 10
      kotc = 30
      konex = 50
      etn = 60
      loss-limit-etn = 70
      gold = 80
      volatility-etn = 90
      infrastructure = 2
      elw = 3
      mutual-fund = 4
      warrant = 5
      reit = 6
      warrant-certificate = 7
      etf = 8
      high-yield-fund = 9
```
