It looks like you're new here. If you want to get involved, click one of these buttons!
kite.place_order(
variety=kite.VARIETY_REGULAR,
exchange=kite.EXCHANGE_NSE,
tradingsymbol='ONGC',
transaction_type=kite.TRANSACTION_TYPE_BUY,
quantity=1,
product=kite.PRODUCT_MIS,
order_type=kite.ORDER_TYPE_LIMIT,
price=126,
validity=kite.VALIDITY_DAY
)
where kite = KiteConnect(api_key)
Above ltp. ltp at that time was hovering around 125.4
> Can you give orderbook response here?
Where do I find it?