☰
Login
Signup
Home
›
General
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
14K
All Categories
0
Incidents
157
Node JS client
40
Go client
794
.Net API client
383
Kite Publisher
537
.Net / VBA / Excel (3rd party)
462
Algorithms and Strategies
1K
Java client
1.1K
API clients
406
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
July 2021
sujith
July 2021
Vinnce
Futures Order Issue 'cause of trading symbol
Vinnce
July 2021
in
General
from mis & instruments list tradingsymbol I received is NIFTY21JULFUT but i am not able to place order using this symbol
please guide whats an issue here
Tagged:
orders
future and option
Vinnce
July 2021
order post url and parameters used
https://api.kite.trade/orders/regular
{tradingsymbol=NIFTY21JULFUT&exchange=NSE&transaction_type=BUY&order_type=MARKET&quantity=50&product=MIS&validity=DAY&tag=algo-v29}
retuned error
{"status":"error","message":"Unknown `tradingsymbol`.","data":null,"error_type":"InputException"}
sujith
July 2021
The exchange value for NSE futures and options symbols are
NFO
Vinnce
July 2021
Thanks
This discussion has been closed.
https://api.kite.trade/orders/regular
{tradingsymbol=NIFTY21JULFUT&exchange=NSE&transaction_type=BUY&order_type=MARKET&quantity=50&product=MIS&validity=DAY&tag=algo-v29}
retuned error
{"status":"error","message":"Unknown `tradingsymbol`.","data":null,"error_type":"InputException"}