AttributeError: 'KiteConnect' object has no attribute 'place_order'

kapilacad
Dear Sir,
After successful authorization, I am unable to place order.
>>> kite.place_order(tradingsymbol="SBIN",quantity=1,exchange="NSE",order_type="MARKET",transaction_type="BUY",product="CNC")
Traceback (most recent call last):
File "", line 1, in
kite.place_order(tradingsymbol="SBIN",quantity=1,exchange="NSE",order_type="MARKET",transaction_type="BUY",product="CNC")
AttributeError: 'KiteConnect' object has no attribute 'place_order'

Please advise.
  • kapilacad
    The discussion can be closed, issue sorted.

    I was using older version of kiteconnect i.e. kiteconnect-3.6.2.tar in which place_order was missing. Now installed new version pykiteconnect-kite3. and its working fine.

    Thanks to the development team.

This discussion has been closed.