☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14.2K
All Categories
0
Incidents
158
Node JS client
45
Go client
801
.Net API client
386
Kite Publisher
538
.Net / VBA / Excel (3rd party)
466
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
350
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
March 2018
sujith
kiteconnect.exceptions.InputException: Unknown instrument
Ashok121
March 2018
in
Python client
I am getting following error while executing in python:
Traceback (most recent call last):
File "tm1.py", line 32, in
place_order=kite.place_order('bo','NSE','TATAMOTORS','BUY',22,product='MIS',order_type='SL',price=KT1,trigger_price=KT,stoploss=SL1,squareoff=10
0)
File "/home/Tisha1806/.virtualenvs/kite3/local/lib/python3.6/site-packages/kiteconnect/connect.py", line 322, in place_order
return self._post("order.place", params)["order_id"]
File "/home/Tisha1806/.virtualenvs/kite3/local/lib/python3.6/site-packages/kiteconnect/connect.py", line 697, in _post
return self._request(route, "POST", params)
File "/home/Tisha1806/.virtualenvs/kite3/local/lib/python3.6/site-packages/kiteconnect/connect.py", line 762, in _request
raise exp(data["message"], code=r.status_code)
kiteconnect.exceptions.InputException: Unknown instrument
sujith
March 2018
@Ashok121
,
Please follow up
here
.
This discussion has been closed.
Please follow up here.