FNO segment is not enabled

RG2586

hi i tried to place an order on FNO segment

order_id = kite.order_place(
tradingsymbol="NIFTY16SEP8900CE",
exchange="NFO",
quantity=75,
transaction_type="BUY",
order_type="LIMIT",
price=21,
product="NRML",
validity="DAY",
)


the output is


File "C:\Python27\lib\site-packages\kiteconnect\__init__.py", line 265, in order_place
return self._post("orders.place", params)["order_id"]
File "C:\Python27\lib\site-packages\kiteconnect\__init__.py", line 446, in _post
return self._request(route, "POST", params)
File "C:\Python27\lib\site-packages\kiteconnect\__init__.py", line 528, in _request
raise(exp(data["message"], code=r.status_code))
kiteconnect.exceptions.OrderException: Exchange NFO is not enabled for this account


my kite api paramertes

{u'product': [u'BO', u'CO', u'CNC', u'MIS', u'NRML'], u'user_id': ', u'order_type': [u'LIMIT', u'MARKET', u'SL', u'SL-M'], u'exchange': [u'BSE', u'CDS', u'NSE'], u'access_token': u'XXXX', u'password_reset': False, u'member_id': u'ZERODHA', u'user_type': u'investor', u'broker': u'ZERODHA', u'public_token': u'XXXX', u'user_name': XXXXX, u'email': [email protected]', u'login_time': u'2016-09-22 23:14:53'}


how can i also have FNO ? thanks for help
This discussion has been closed.