inquery-order-list
Retrieve daily order lists from Korea Investment & Securities by specifying start and end dates using the KIS REST API MCP Server.
Instructions
Get daily order list from Korea Investment & Securities
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_date | Yes | ||
start_date | Yes |
Input Schema (JSON Schema)
{
"properties": {
"end_date": {
"title": "End Date",
"type": "string"
},
"start_date": {
"title": "Start Date",
"type": "string"
}
},
"required": [
"start_date",
"end_date"
],
"title": "inquery_order_listArguments",
"type": "object"
}