Instrument Invalid Error

ritpatel
Can someone help with below error....

DEBUG: POST https://api.kite.trade/orders/regular
exchange=NFO&tradingsymbol=NIFTY20May9100PE&transaction_type=BUY&quantity=2&price=200.15&product=MIS&order_type=LIMIT
DEBUG: Content-Type: application/x-www-form-urlencoded
DEBUG: User-Agent: KiteConnect.Net/3.0.3.0
DEBUG: X-Kite-Version: 3
DEBUG: 400 {"status":"error","message":"Instrument is invalid.","data":null,"error_type":"InputException"}

Instrument is invalid.
  • sujith
    You seem to be sending a wrong tradingsymbol. You can refer the instruments master to get the correct tradingsymbol.
  • ritpatel
    ritpatel edited May 2020
    @sujith thanks for response. Seems like issues is with monthly nifty contract. I am trying to send NIFTY20MAY9100PE instrument which is there in Instrument Master. Can you check and help where it is going wrong.
  • sujith
    NIFTY20MAY9100PE is the correct tradingsymbol.
  • ritpatel
    @sujith if NIFTY20MAY9100PE correct symbol, why there is "Instrument is invalid" error?
  • sujith
    It is case sensitive.
  • ritpatel
    @sujith ohh...Ok. Let me try that. Thanks a lot sir for prompt response.
Sign In or Register to comment.