# `kiwoomcli domestic stocks limit-move`

```text
usage: kiwoomcli domestic stocks limit-move [-h] --market {all,kospi,kosdaq}
                                            --direction {upper,rise,flat,lower,fall,prev-upper,prev-lower}
                                            --sort {code,count,change-rate}
                                            --stock-condition {all,exclude-managed,exclude-preferred,exclude-managed-preferred,exclude-margin-100,only-margin-100,only-margin-40,only-margin-30,only-margin-20,exclude-managed-preferred-alert}
                                            --volume-condition {all,10k,50k,100k,150k,200k,300k,500k,1000k}
                                            --credit-condition {all,a,b,c,d,e,all-financing}
                                            --price-condition {all,under-1k,1k-2k,2k-3k,5k-10k,over-10k,over-1k}
                                            --exchange {KRX,NXT,ALL}
                                            [--pages PAGES]
                                            [--format {pretty,json,jsonl,yaml}]
                                            [--profile PROFILE]
                                            [--mode {real,demo}]

options:
  -h, --help            show this help message and exit
  --market {all,kospi,kosdaq}
                        시장구분
  --direction {upper,rise,flat,lower,fall,prev-upper,prev-lower}
                        상하한/등락 구분
  --sort {code,count,change-rate}
                        정렬구분
  --stock-condition {all,exclude-managed,exclude-preferred,exclude-managed-preferred,exclude-margin-100,only-margin-100,only-margin-40,only-margin-30,only-margin-20,exclude-managed-preferred-alert}
                        종목조건
  --volume-condition {all,10k,50k,100k,150k,200k,300k,500k,1000k}
                        거래량조건
  --credit-condition {all,a,b,c,d,e,all-financing}
                        신용조건
  --price-condition {all,under-1k,1k-2k,2k-3k,5k-10k,over-10k,over-1k}
                        가격조건
  --exchange {KRX,NXT,ALL}
                        거래소구분
  --pages PAGES         연속조회 페이지 수입니다 (기본 1, 0은 서버가 제공하는 모든 페이지).
  --format {pretty,json,jsonl,yaml}
                        출력 형식
  --profile PROFILE     사용할 계좌 별칭입니다. --mode/KIWOOM_MODE가 없을 때 생략하면 현재 계좌 별칭을
                        사용합니다.
  --mode {real,demo}    계좌 별칭 대신 모드를 직접 지정합니다.

Summary:
  상하한가요청.

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

Examples:
  kiwoomcli domestic stocks limit-move --market all --direction upper --sort code --stock-condition all --volume-condition all --credit-condition all --price-condition all --exchange KRX

OpenAPI mapping:
  API ID: ka10017
  Request: POST /api/dostk/stkinfo
  --market -> mrkt_tp (required)
      all = 000
      kospi = 001
      kosdaq = 101
  --direction -> updown_tp (required)
      upper = 1
      rise = 2
      flat = 3
      lower = 4
      fall = 5
      prev-upper = 6
      prev-lower = 7
  --sort -> sort_tp (required)
      code = 1
      count = 2
      change-rate = 3
  --stock-condition -> stk_cnd (required)
      all = 0
      exclude-managed = 1
      exclude-preferred = 3
      exclude-managed-preferred = 4
      exclude-margin-100 = 5
      only-margin-100 = 6
      only-margin-40 = 7
      only-margin-30 = 8
      only-margin-20 = 9
      exclude-managed-preferred-alert = 10
  --volume-condition -> trde_qty_tp (required)
      all = 00000
      10k = 00010
      50k = 00050
      100k = 00100
      150k = 00150
      200k = 00200
      300k = 00300
      500k = 00500
      1000k = 01000
  --credit-condition -> crd_cnd (required)
      all = 0
      a = 1
      b = 2
      c = 3
      d = 4
      e = 7
      all-financing = 9
  --price-condition -> trde_gold_tp (required)
      all = 0
      under-1k = 1
      1k-2k = 2
      2k-3k = 3
      5k-10k = 4
      over-10k = 5
      over-1k = 8
  --exchange -> stex_tp (required)
      KRX = 1
      NXT = 2
      ALL = 3
```
