☰
Login
Signup
Home
›
.Net API 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.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
797
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
407
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
May 2020
ritpatel
May 2020
sujith
Instrument Invalid Error
ritpatel
May 2020
in
.Net API client
Can someone help with below error....
DEBUG: POST
https://api.kite.trade/orders/regular
exchange=NFO&tradingsymbol=NIFTY20May9100PE&transaction_type=BUY&quantity=2&price=200.15&product=MIS&order_type=LIMIT
DEBUG: Content-Type: application/x-www-form-urlencoded
DEBUG: User-Agent: KiteConnect.Net/3.0.3.0
DEBUG: X-Kite-Version: 3
DEBUG: 400 {"status":"error","message":"Instrument is invalid.","data":null,"error_type":"InputException"}
Instrument is invalid.
Tagged:
#instrumentError #.net
sujith
May 2020
You seem to be sending a wrong tradingsymbol. You can refer the
instruments master
to get the correct tradingsymbol.
ritpatel
May 2020
edited May 2020
@sujith
thanks for response. Seems like issues is with monthly nifty contract. I am trying to send NIFTY20MAY9100PE instrument which is there in Instrument Master. Can you check and help where it is going wrong.
sujith
May 2020
NIFTY20MAY9100PE
is the correct tradingsymbol.
ritpatel
May 2020
@sujith
if NIFTY20MAY9100PE correct symbol, why there is "Instrument is invalid" error?
sujith
May 2020
It is case sensitive.
ritpatel
May 2020
@sujith
ohh...Ok. Let me try that. Thanks a lot sir for prompt response.
Sign In
or
Register
to comment.