kis_place_domestic_order
Submit cash buy or sell orders for Korean domestic stocks. Choose demo for simulation or real for actual trading.
Instructions
국내주식 현금 매수/매도 주문을 제출합니다. env='real'이면 실제 자금이 사용됩니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | 'demo'(모의, 기본값) 또는 'real'(실전, 실제 자금 사용 주의!) | demo |
| side | Yes | 'buy'(매수) 또는 'sell'(매도) | |
| price | Yes | 주문단가 (예: '75000', 시장가이면 '0') | |
| exchange | No | 거래소: 'KRX'(기본값), 'NXT' | KRX |
| quantity | Yes | 주문수량 (예: '10') | |
| account_no | No | 계좌번호 앞 8자리 | |
| order_type | No | 주문구분: '00'(지정가, 기본값), '01'(시장가) | 00 |
| stock_code | Yes | 종목코드 6자리 (예: '005930') | |
| account_prod | No | 계좌상품코드 2자리 |