Hi, I'm receiving the following exception on placing an order (currency futures : USDINR20NOVFUT) Scrip: USDINR20NOVFUT exception: Unknown `tradingsymbol`.
Is there anything changed?
I could see a mismatch in the name in instruments data(http://api.kite.trade/instruments) and the one I see in kite web watchlist. For all the futures contract for the current year, "20" is removed from instrument name ex : USDINRNOVFUT instead of USDINR20NOVFUT.
Not allowing any new order now, time exceeds. What params you need? Exception clearly says "Unknown trading symbol". Can you please clear the name conflict mentioned above?
You need to send a correct tradingsymbol as mentioned in the instruments master file. The kite app and web modify symbols to make it more readable. It has nothing to do with Kite Connect.
Kite Connect is working fine and it is being used on many production apps without any issues. You need to give us exact params in order to investigate the issue.
symbol: USDINR20NOVFUT Entry: 74.17 Target: 74.07 SL: 74.22 Order-Type: MARKET Order-Variety: co Transaction Type: SELL got the same exception: Unknown `tradingsymbol`.
For your kind information i'm using the same code to place orders more than 2 years, never faced any issue. Tried currency futures order for the first time yesterday.
The kite app and web modify symbols to make it more readable. It has nothing to do with Kite Connect.
instrument_token,exchange_token,tradingsymbol,name,last_price,expiry,strike,tick_size,lot_size,instrument_type,segment,exchange
268356614,1048268,USDINR20NOVFUT,"USDINR",0,2020-11-25,0,0.0025,1,FUT,BCD-FUT,BCD
Entry: 74.17
Target: 74.07
SL: 74.22
Order-Type: MARKET
Order-Variety: co
Transaction Type: SELL
got the same exception: Unknown `tradingsymbol`.
For your kind information i'm using the same code to place orders more than 2 years, never faced any issue. Tried currency futures order for the first time yesterday.
Please check and revert if need more details.