This MCP server provides real-time access to KOSPI and KOSDAQ stock market data. Developed by Sangrok Mun, it integrates with the pykrx library to offer tools for retrieving ticker symbols, OHLCV data, market capitalization, fundamental metrics, and trading volumes. The implementation is designed for financial analysts, traders, and researchers who need up-to-date South Korean stock market information. It stands out by offering a streamlined interface to complex financial data through simple MCP tools, making it particularly useful for AI assistants and automated trading systems that require quick access to Korean market insights.
Loads all ticker symbols and names for KOSPI and KOSDAQ into memory. No arguments.
Retrieves OHLCV (Open/High/Low/Close/Volume) data for a specific stock. Parameters: fromdate (string, required), todate (string, required), ticker (string, required), adjusted (boolean, optional).
Retrieves market capitalization data for a specific stock. Parameters: fromdate (string, required), todate (string, required), ticker (string, required).
Retrieves fundamental data (PER/PBR/Dividend Yield) for a specific stock. Parameters: fromdate (string, required), todate (string, required), ticker (string, required).
Retrieves trading volume by investor type for a specific stock. Parameters: fromdate (string, required), todate (string, required), ticker (string, required).
No reviews yet. Be the first to review!
Sign in to join the conversation