get_index_ohlcv
Retrieves OHLCV data for market indices.
How to use it
get_index_ohlcv is exposed by the Kospi Kosdaq Stock Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the get_index_ohlcv tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Kospi Kosdaq Stock Server
npx -y @smithery/cli install @dragon1086/kospi-kosdaq-stock-server --client claudeOther tools in Kospi Kosdaq Stock Server (11)
(boolean, optional): Use adjusted prices (default: True)
(boolean, optional): If true, returns 12 investor types; if false (default), returns 5 aggregated types
(string, optional): Frequency - "d" (daily), "m" (monthly), "y" (yearly). Default: "d"
(string, required): Start date (YYYYMMDD)
Retrieves fundamental data (PER/PBR/Dividend Yield) for a specific stock.
Retrieves market capitalization data for a specific stock.
Retrieves OHLCV (Open/High/Low/Close/Volume) data for a specific stock.
Retrieves trading volume by investor type for a specific stock.
Loads all ticker symbols and names for KOSPI and KOSDAQ.
(string, required): Stock ticker symbol (e.g., "005930")
(string, required): End date (YYYYMMDD)