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).