# `kiwoomcli domestic elws price-move`

```text
usage: kiwoomcli domestic elws price-move [-h] --direction {rise,fall}
                                          --time-unit {minute,day} --time TIME
                                          --volume {all,10k,50k,100k,300k,500k,1000k}
                                          --issuer-code ISSUER_CODE
                                          --underlying-code UNDERLYING_CODE
                                          --right-type {all,call,put,dc,dp,ex,early-call,early-put}
                                          --lp-code LP_CODE
                                          --include-ended {yes,no}
                                          [--pages PAGES]
                                          [--format {pretty,json,jsonl,yaml}]
                                          [--profile PROFILE]
                                          [--mode {real,demo}]

options:
  -h, --help            show this help message and exit
  --direction {rise,fall}
                        등락구분
  --time-unit {minute,day}
                        시간구분
  --time TIME           시간 값
  --volume {all,10k,50k,100k,300k,500k,1000k}
                        거래량구분
  --issuer-code ISSUER_CODE
                        발행사코드
  --underlying-code UNDERLYING_CODE
                        기초자산코드
  --right-type {all,call,put,dc,dp,ex,early-call,early-put}
                        권리구분
  --lp-code LP_CODE     LP코드
  --include-ended {yes,no}
                        거래종료ELW 포함 여부
  --pages PAGES         연속조회 페이지 수입니다 (기본 1, 0은 서버가 제공하는 모든 페이지).
  --format {pretty,json,jsonl,yaml}
                        출력 형식
  --profile PROFILE     사용할 계좌 별칭입니다. --mode/KIWOOM_MODE가 없을 때 생략하면 현재 계좌 별칭을
                        사용합니다.
  --mode {real,demo}    계좌 별칭 대신 모드를 직접 지정합니다.

Summary:
  ELW가격급등락요청.

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

Examples:
  kiwoomcli domestic elws price-move --direction rise --time-unit minute --time 10 --volume all --issuer-code <issuer_code> --underlying-code <underlying_code> --right-type all --lp-code <lp_code> --include-ended yes

OpenAPI mapping:
  API ID: ka30001
  Request: POST /api/dostk/elw
  --direction -> flu_tp (required)
      rise = 1
      fall = 2
  --time-unit -> tm_tp (required)
      minute = 1
      day = 2
  --time -> tm (required)
  --volume -> trde_qty_tp (required)
      all = 0
      10k = 10
      50k = 50
      100k = 100
      300k = 300
      500k = 500
      1000k = 1000
  --issuer-code -> isscomp_cd (required)
  --underlying-code -> bsis_aset_cd (required)
  --right-type -> rght_tp (required)
      all = 000
      call = 001
      put = 002
      dc = 003
      dp = 004
      ex = 005
      early-call = 006
      early-put = 007
  --lp-code -> lpcd (required)
  --include-ended -> trde_end_elwskip (required)
      yes = 0
      no = 1
```
