A NestJS module wrapper for Kiwoom Securities (키움증권) REST API. Version 0.117.0 provides easy integration with NestJS's module system and dependency injection. It supports account management, short selling, institutional/foreign investor data, stock lending, rankings, market prices, credit orders, sectors, stock info, charts, themes, ELW, and ETF. Data is fetched via API calls with TypeScript type definitions and error handling. This module is specifically targeted at Korean developers using Kiwoom's REST API and is not a general-purpose library. Releases are ongoing with future plans for real-time quotes and order placement.
npm install nest-wrapper-kiwoomNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Registers the KiwoomModule asynchronously using NestJS ConfigModule for secure API key handling.
Use only for historical data and account information for now. Monitor package updates for real-time features.
Ensure you have a Kiwoom account and API credentials.
Download the API documentation from Kiwoom's open API center.
Use 'as any' as fallback or contribute types to the package.
Run 'npm install nest-wrapper-kiwoom' and ensure 'tsconfig.json' includes 'node_modules' in type roots.
Check the documentation: use 'KiwoomModule.forRoot({ apiKey, secretKey })' synchronously if forRootAsync is not exported.Set 'KIWOOM_API_KEY' and 'KIWOOM_SECRET_KEY' in your .env file or pass them directly.
No dependency data recorded yet.