☰
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.8K
All Categories
112
Node JS client
35
Go client
750
.Net API client
352
Kite Publisher
530
.Net / VBA / Excel (3rd party)
420
Algorithms and Strategies
946
Java client
983
API clients
392
PHP client
3.6K
Python client
324
Mobile and Desktop apps
1.3K
Market data (WebSockets)
3.1K
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.