kis_place_overseas_order
Place overseas stock buy or sell orders for exchanges like NASDAQ, NYSE, and Hong Kong. Supports demo mode for testing and real mode with actual funds.
Instructions
해외주식 매수/매도 주문을 제출합니다. env='real'이면 실제 자금이 사용됩니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | 'demo'(모의, 기본값) 또는 'real'(실전, 실제 자금 사용 주의!) | demo |
| side | Yes | 'buy'(매수) 또는 'sell'(매도) | |
| price | Yes | 주문단가 (시장가이면 '0') | |
| symbol | Yes | 종목코드 (예: 'AAPL') | |
| exchange | Yes | 거래소코드: NASD(나스닥), NYSE(뉴욕), AMEX, SEHK(홍콩), SHAA, SZAA, TKSE, HASE, VNSE | |
| quantity | Yes | 주문수량 | |
| account_no | No | 계좌번호 앞 8자리 | |
| order_type | No | 주문구분: '00'(지정가, 기본값) | 00 |
| account_prod | No | 계좌상품코드 |