place_order
Execute buy or sell orders for Indian stocks on Zerodha Kite, supporting regular and after-market orders with customizable parameters.
Instructions
Place a buy or sell order. Returns order ID on success. Use variety='regular' for normal orders, 'amo' for after-market orders.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tradingsymbol | Yes | ||
| exchange | Yes | ||
| transaction_type | Yes | ||
| quantity | Yes | ||
| order_type | Yes | ||
| product | Yes | ||
| price | No | ||
| trigger_price | No | ||
| variety | No | regular |