Unknown 'tradingsymbol' for AMO Order

developer
Getting an Unknown 'tradingsymbol' for AMO Order , FCSSOFT is avaible for trade on Mobile APP.
kite.add({
'exchange': 'NSE',
'tradingsymbol': 'FCSSOFT',
'quantity': 87,
'transaction_type': 'BUY',
'order_type': 'MARKET',
'variety': 'amo',
'tag': '2284',
'readonly': true
});
  • sujith
    You need to use the tradingsymbol that is mentioned in the current day's instruments dump.
    It is moved to T2T segment so the tradingsymbol is FCSSOFT-BE
  • developer
    How do we get the dump , will it change daily?
  • rakeshr
    How do we get the dump
    You can get full instrument file from here.
    will it change daily?
    Yes. So, it's recommended to fetch full instrument at start of the trading day.
Sign In or Register to comment.