inquery-stock-ask
Retrieve the stock ask price for a specified symbol using Korea Investment & Securities (KIS) REST API. Perfect for real-time price monitoring and trading decisions.
Instructions
Get stock ask price 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_askArguments",
"type": "object"
}