☰
Login
Signup
Home
›
Java 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
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
August 2022
naveen278
August 2022
SRIJAN
API for Futures Contract
naveen278
August 2022
in
Java client
All,
What is the API to use for Futures contract? Also Any examples will help
SRIJAN
August 2022
How many times are you going to post the same query??
https://kite.trade/forum/discussion/11632/nifty-futures
naveen278
August 2022
That was for getQuote or LTP I am asking for placing orders? Can I use PlaceOrder APIs?
naveen278
August 2022
I can use PlaceOrders API to buy Futures contract?
SRIJAN
August 2022
edited August 2022
Then why you didn't mention that your query is for order placing initially?
Do you understand anything at once?
None of the KiteConnect APIs are exclusive to any segment.
All the APIs like market quotes, websocket, historical data,place order, work for all the segments(cash, derivatives,commodity,currency).
naveen278
August 2022
that is good then, any examples of how to place futures contract using placeorder will help
SRIJAN
August 2022
Examples have been given in the official documentation.
https://github.com/zerodha/javakiteconnect/blob/836822ba12a43fe695d9b6e7ce36c437c09f3e42/sample/src/Examples.java#L83
Just remember,NFO is the exchange for equity derivatives.
naveen278
August 2022
I have seen this earlier, these seems for normal stocks but did to transact in futures and options contracts and lots I dont see any examples
naveen278
August 2022
have seen this earlier, these seems for normal stocks to buy but to transact for futures and options I dont see any examples.
SRIJAN
August 2022
edited August 2022
I told you earlier that you have to use common sense API for this.
Sign In
or
Register
to comment.
https://kite.trade/forum/discussion/11632/nifty-futures
Do you understand anything at once?
None of the KiteConnect APIs are exclusive to any segment.
All the APIs like market quotes, websocket, historical data,place order, work for all the segments(cash, derivatives,commodity,currency).
https://github.com/zerodha/javakiteconnect/blob/836822ba12a43fe695d9b6e7ce36c437c09f3e42/sample/src/Examples.java#L83
Just remember,NFO is the exchange for equity derivatives.