☰
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
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
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.