Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by dragon1086 • APIs & Integration
An MCP server providing KOSPI/KOSDAQ stock data using FastMCP.
Access KOSPI and KOSDAQ stock market data.
Retrieve stock tickers, OHLCV, market cap, and more.
An MCP server to interface with stock data efficiently.
The KOSPI-KOSDAQ Stock Server is an MCP server that offers a comprehensive suite of tools for accessing KOSPI and KOSDAQ stock data. It includes features for retrieving ticker symbols, OHLCV data, market capitalization, fundamental data, and trading volumes by investor type. Designed for agents that need to work with South Korean stock market data, its functionality is optimized through FastMCP for efficient data handling.
Loads all ticker symbols and names for KOSPI and KOSDAQ into memory. Returns: Dict[str, str]: A dictionary mapping tickers to stock names. Example: {"005930": "삼성전자", "035720": "카카오", ...}
Retrieves OHLCV (Open/High/Low/Close/Volume) data for a specific stock. Args: fromdate (str): Start date for retrieval (YYYYMMDD) todate (str): End date for retrieval (YYYYMMDD) ticker (str): Stock ticker symbol adjusted (bool, optional): Whether to use adjusted prices. Defaults to True. Returns: Dict with date keys containing OHLCV data. Columns: Open, High, Low, Close, Volume, Amount, MarketCap
Retrieves market capitalization data for a specific stock. Args: fromdate (str): Start date for retrieval (YYYYMMDD) todate (str): End date for retrieval (YYYYMMDD) ticker (str): Stock ticker symbol Returns: Dict with date keys containing MarketCap, Volume, Amount.
Retrieves fundamental data (PER/PBR/Dividend Yield) for a specific stock. Args: fromdate (str): Start date for retrieval (YYYYMMDD) todate (str): End date for retrieval (YYYYMMDD) ticker (str): Stock ticker symbol Returns: Dict with date keys containing BPS, PER, PBR, EPS, DIV, DPS.
Retrieves trading volume by investor type for a specific stock. Args: fromdate (str): Start date for retrieval (YYYYMMDD) todate (str): End date for retrieval (YYYYMMDD) ticker (str): Stock ticker symbol detail (bool): If True, returns 12 investor types. If False, returns 5 types. False: 기관합계, 기타법인, 개인, 외국인합계, 전체 True: 금융투자, 보험, 투신, 사모, 은행, 기타금융, 연기금, 기타법인, 개인, 외국인, 기타외국인, 전체 Returns: Dict with date keys containing investor type net trading volumes.
Prompt template for searching stock data.
Prompt template for retrieving stock data.
Retrieves the stored ticker symbol-name mapping information.
Provides a guide for date format and ticker symbol input.
Provides a list of frequently queried ticker symbols.
현재 사용 중인 데이터 소스 정보
지수 티커 목록
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.