Getting the Error When Passing the order through python api

saurabh123
I'm getting the error when i'm trying to place the order through python api

HTTPSConnectionPool(host='api.kite.trade', port=443): Read timed out. (read timeout=7)

order_id = zerodha_kite_obj.place_order(tradingsymbol='INOXGREEN',
exchange='NSE',
transaction_type=zerodha_kite_obj.TRANSACTION_TYPE_BUY,
quantity=quantity,
variety=zerodha_kite_obj.VARIETY_REGULAR,
order_type=order_type,
product=product,
validity=zerodha_kite_obj.VALIDITY_DAY,
price=None,
trigger_price=None
)

this is my sample code for placing the order

please give me solution asap
  • sujith
    Can you enabled pykiteconnect debug logs and share the complete stack trace here? Make sure to remove app and client specific tokens.
Sign In or Register to comment.