Skip to content

kite charges

Compute charges for a list of executed orders (a “virtual contract note”). Read-only — no --yes, no --dry-run.

Command Purpose
kite charges orders --file <json> Compute charges for an order list.
Field Required Notes
order_id Yes Kite order id
exchange Yes Example: NSE
tradingsymbol Yes Example: INFY
transaction_type Yes Usually BUY or SELL
quantity Yes Numeric
average_price Yes Numeric
product Yes Example: CNC, MIS, NRML
order_type Yes Example: MARKET, LIMIT, SL, SL-M
variety No Defaults to regular
[
{
"order_id": "123456789",
"exchange": "NSE",
"tradingsymbol": "INFY",
"transaction_type": "BUY",
"quantity": 1,
"average_price": 1500,
"product": "CNC",
"order_type": "LIMIT",
"variety": "regular"
}
]
Terminal window
kite charges orders --file ./charges.json --json --no-color