What problem does it solve?
KIS Open API integration requires managing tokens, REST calls, and WebSocket streams across real and mock trading environments. This skill consolidates setup, authentication, and usage patterns to streamline automated access to KIS services.
Core Features & Use Cases
- Token issuance and renewal for REST/WebSocket interactions in 실전투자 and 모의투자 environments.
- REST API call patterns for balance, quotations, orders, and trade history.
- WebSocket real-time price streams and TR-ID management across environments.
- Environment switching and account profile handling with robust error mapping and retry strategies.
- Use Case: Build an automated trading assistant that continuously fetches quotes, places orders, and logs trades through a consistent KIS API surface.
Quick Start
Authenticate with your app credentials to obtain a token, then start issuing REST calls and subscribing to WebSocket streams to drive automated trading.