inquery-stock-price
Retrieve real-time stock price data from Korea Investment & Securities using a specified stock symbol. Designed for trading and financial analysis on the KIS REST API MCP Server.
Instructions
Get current stock price information from Korea Investment & Securities
Input Schema
Name | Required | Description | Default |
---|---|---|---|
symbol | Yes |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"title": "Symbol",
"type": "string"
}
},
"required": [
"symbol"
],
"title": "inquery_stock_priceArguments",
"type": "object"
}