Placing trades for futures in NFO exchange and calculating brokerages

ayush_001
If I am placing an order for the futures of a company (say RELIANCE SEPT FUT), will the same place_order() function from kiteconnect (python client) work? As per my understanding,
1) Exchange should be kite.EXCHANGE_NFO.
2) Quantity should be a multiple of the lot size (which I can get from kite.instruments())
3) Product will be kite.PRODUCT_MIS (since I want to trade these futures in intraday mode)

My second doubt is how to calculate the brokerages for NFO exchange? I checked zerodha calculator and in the futures section, only NSE and BSE support is provided. I believe they are for INDICES based futures traded on NSE. What about NFO?
Sign In or Register to comment.