I want live data for Nifty Futures. I see your API getQuoteForSymbol is not written data for Nifty futures. Can you help me get that data? I am not looking for historical data. Hope my ask is clear? With getQuoteForSymbol I am able to get data for …
Can you elaborate what is "fetching full market quotes" ? since other information for a quote for an instrument is coming fine. I am fetching data of individual stocks via getquotes API.
I subscribed using below
long lvalue= 128053508;
tokens.add(lvalue);
tickerProvider.subscribe(tokens);
but my listerner is never getting invoked to get the quotes for setOnTickerArrivalListener
Regards,
Naveen
For Example for Infosys INFY do we have an instrument ID that is permanently fixed so I can use it in my code or it keeps varying regularly? Since the API needs tokens to be passed as an array list. I used Tokens which are long values obtained from …
It is giving this error for placing order
INFO: {"status":"error","message":"TOTP is mandatory to place orders on third-party apps. Learn how to set up TOTP for your account [here](https://support.zerodha.com/category/your-zerodha-account/login-cre…
I got this by reading documentation
https://api.kite.trade/quote/ltp?i=NSE:INFY&i=BSE:SENSEX&i=NSE:NIFTY+50 -H X-Kite-Version: 3 -H Authorization: api_key:acess_token
but it is giving error
{"status":"error","message":"Invalid `api_key` …
The error is self explanatory. You can't use LIMIT orders in post-market session.This is now but earlier when the market is was open it was not the issue. will try when market is open.
I dont see any API hence I ran the url with my apikey and access token
https://api.kite.trade/quote/ltp?i=NSE:INFY&i=BSE:SENSEX&i=NSE:NIFTY+50 -H X-Kite-Version: 3 -H Authorization: api_key:acess_token
and it gives an error
{"status":"e…
This is the error
Jun 02, 2022 3:40:17 PM okhttp3.internal.platform.Platform log
INFO: --> GET https://api.kite.trade/user/margins/equity
Jun 02, 2022 3:40:17 PM okhttp3.internal.platform.Platform log
INFO: User-Agent: javakiteconnect/3.1.14
Ju…
Below is the order values set
OrderParams orderParams = new OrderParams();
orderParams.quantity = 1;
orderParams.orderType = Constants.ORDER_TYPE_LIMIT;
orderParams.tradingsymbol = "ASHOKLEY";
orderParams.product = Constants.PRO…
I have two factor authentication already but when I place orders with kiteSdk.placeOrder(orderParams, Constants.VARIETY_REGULAR);
I am getting exception and when I print the message I get
Got the kite exception message : null
I have an active account, but I managed now but taking the request token after manually login and using in my program before it expires. But how can I ensure I dont need do this manually?
I input requestoken which i got manually when I logged in along with secret in
kiteSdk.generateSession(REQ_TOKEN_VALUE, API_SECRET);
but it is giving Token Exception.
Regards,
Naveen