place_order
Execute stock and mutual fund trades on Zerodha by specifying symbol, exchange, transaction type, quantity, product, and order parameters.
Instructions
Place an order on Zerodha
Args: tradingsymbol: Trading symbol (e.g., 'INFY') exchange: Exchange (NSE, BSE, NFO, etc.) transaction_type: BUY or SELL quantity: Number of shares/units product: Product code (CNC, MIS, NRML) order_type: Order type (MARKET, LIMIT, SL, SL-M) price: Price for LIMIT orders trigger_price: Trigger price for SL orders
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tradingsymbol | Yes | ||
| exchange | Yes | ||
| transaction_type | Yes | ||
| quantity | Yes | ||
| product | Yes | ||
| order_type | Yes | ||
| price | No | ||
| trigger_price | No |