Kospi Kosdaq Stock Server
未认领An MCP server that provides KOSPI/KOSDAQ stock data using FastMCP
安装
npx -y @smithery/cli install @dragon1086/kospi-kosdaq-stock-server --client claude工具(12 个)
adjusted
(boolean, optional): Use adjusted prices (default: True)
detail
(boolean, optional): If true, returns 12 investor types; if false (default), returns 5 aggregated types
freq
(string, optional): Frequency - "d" (daily), "m" (monthly), "y" (yearly). Default: "d"
fromdate
(string, required): Start date (YYYYMMDD)
get_index_ohlcv
Retrieves OHLCV data for market indices.
get_stock_fundamental
Retrieves fundamental data (PER/PBR/Dividend Yield) for a specific stock.
get_stock_market_cap
Retrieves market capitalization data for a specific stock.
get_stock_ohlcv
Retrieves OHLCV (Open/High/Low/Close/Volume) data for a specific stock.
get_stock_trading_volume
Retrieves trading volume by investor type for a specific stock.
load_all_tickers
Loads all ticker symbols and names for KOSPI and KOSDAQ.
ticker
(string, required): Stock ticker symbol (e.g., "005930")
todate
(string, required): End date (YYYYMMDD)