Skip to main content
Glama

KIS REST API MCP Server

MIT License
3
  • Apple

inquery-stock-info

Retrieve daily stock price data for specified Korean securities using KIS REST API. Input symbol, start date, and end date to access accurate stock information.

Instructions

Get daily stock price information from Korea Investment & Securities

Input Schema

NameRequiredDescriptionDefault
end_dateYes
start_dateYes
symbolYes

Input Schema (JSON Schema)

{ "properties": { "end_date": { "title": "End Date", "type": "string" }, "start_date": { "title": "Start Date", "type": "string" }, "symbol": { "title": "Symbol", "type": "string" } }, "required": [ "symbol", "start_date", "end_date" ], "title": "inquery_stock_infoArguments", "type": "object" }

Other Tools from KIS REST API MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/migusdn/KIS_MCP_Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server