Hello Sujith, Thanks for sharing! I am able to understand how to buy and sell stock Got this kite.order_place(tradingsymbol="SBI",quantity=1,exchange="NSE",order_type="MARKET",transaction_type="BUY",product="CNC")
To start with can you please help me on how I can buy a call or put using Kite connect
You need to place order for NFO as follows, kite.order_place(radingsymbol="NIFTY18JANFUT",quantity=75,exchange="NFO",order_type="MARKET",transaction_type="BUY",product="NRML")
You can check out API documentation and python documentation.
Thanks for sharing! I am able to understand how to buy and sell stock
Got this
kite.order_place(tradingsymbol="SBI",quantity=1,exchange="NSE",order_type="MARKET",transaction_type="BUY",product="CNC")
To start with can you please help me on how I can buy a call or put using Kite connect
kite.order_place(radingsymbol="NIFTY18JANFUT",quantity=75,exchange="NFO",order_type="MARKET",transaction_type="BUY",product="NRML")
You can get all trading symbols from instruments dump.
following error is coming: 'Response [200]'