'NSE' & 'BSE' segments not enabled

NewTrader
Hi,
I am new to algo trading. I wish to get my hands dirty by starting with intra day trading on stocks listed in NSE & BSE.
I have noticed that when I execute "kite.profile()" 'NSE' and 'BSE' are not listed in the exchange list (Note: that I have trading only account without DMAT).
Following is the response that I get:

{'user_id': '****',
'user_type': 'individual',
'email': '****@gmail.com',
'user_name': '****',
'user_shortname': '****',
'broker': 'ZERODHA',
'exchanges': ['NFO', 'BFO', 'CDS'],
'products': ['CNC', 'NRML', 'MIS', 'BO', 'CO'],
'order_types': ['MARKET', 'LIMIT', 'SL', 'SL-M'],
'avatar_url': '',
'meta': {'demat_consent': 'unavailable'}}

Can anyone let me know if I can still place intraday MIS orders using kite_connect API
  • rakeshr
    Can anyone let me know if I can still place intraday MIS orders using kite_connect API
    You can place an MIS order only in this exchange ['NFO', 'BFO', 'CDS'].
    NSE' and 'BSE' are not listed in the exchange list
    Yes, you would be able to place order only on ['NFO', 'BFO', 'CDS'] not NSE and BSE.
    For more detail, you need to write here.
Sign In or Register to comment.