☰
Login
Signup
Home
›
Kite Publisher
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
12.1K
All Categories
91
Node JS client
32
Go client
706
.Net API client
338
Kite Publisher
526
.Net / VBA / Excel (3rd party)
402
Algorithms and Strategies
901
Java client
918
API clients
386
PHP client
3.4K
Python client
314
Mobile and Desktop apps
1.2K
Market data (WebSockets)
2.9K
General
In this Discussion
February 2019
raaghulr
December 2018
rakeshr
Issue With BankNifty Weekly Expire
saivinaymohan
December 2018
in
Kite Publisher
Hi I am trying to place banknifty weekly expiry order through kite publisher but i am getting an error like
status error,message : no vlaid orders found in payload, data:null,error_type:input exception
Please find my input request:
KiteConnect.ready(function() {var kite = new KiteConnect('APIKEY');kite.add({'exchange': 'NFO','tradingsymbol': 'BANKNIFTY18122022800CE','quantity': 20,'transaction_type': 'BUY','order_type': 'MARKET','product': 'NRML'});kite.finished(function(status, request_token) {window.location = '
https://www.redircturl---/'+status
;});kite.renderButton('#default-button');kite.link('#custom-button');});$( document ).ready(function(){document.getElementById('custom-button').click();});
Tagged:
orders
kite publisher
rakeshr
December 2018
@saivinaymohan
Can you recheck, the trading symbol you are sending?
You can get
full instrument list here
.
raaghulr
February 2019
@saivinaymohan
have you got the solution, if so can you share the code
Sign In
or
Register
to comment.
Can you recheck, the trading symbol you are sending?
You can get full instrument list here.