if old data is still being got for many seconds, it is not a logic issue it is mostly the specific server from which your getting the latest stock data, that server could be hanging due to server issue or data from exchange could be delayed or some …
Can you take a Demo from me instead of making big acquisitions I will show you with actual proof since folks are new to APIs of Zerodha does not mean they have lack of experience doing great Algorithms, so what is your query and acquisitions is not…
You can sleep for 55 milliseconds also so the number of requests reduces.
try
{
Thread.sleep(55);
}
catch (InterruptedException e)
{
e.printStackTrace();
}
I agree it gets, but for BankNifty since it is an Index it wont give the volume value. But at a particular contract price like BankNifty23Feb09413000CE how do I find the volume ? Since getPositions is not getting the volume for a Contract.
The same symbol name BANKNIFTY was working fine last week, only this week I am facing this problem can you throw light what is symbol name issue? The format is same as suggested here.
Thank you I was looking for this format NFO:NIFTY{YY}{M}{DD}17800CE..
I see that in the earlier query I had, the folks did not give the right information and just closed and blocked from posting. Thank You Abhuudaya
I tried to buy for the below instrument
NFO:NIFTY22OCT17000CE
but I am getting the error:-
The instrument you are placing an order for has either expired or does not exist
full instrument list you mentioned above.
In above this I see you can get Equity name, price,etc
but how do I find name of options contract like NIFTYOCT17700CE?
You respond very quickly with ought understanding the context, it is not happening for many other stocks only for BSOFT.
a) You can very much sell shares in the APP which you bought in the morning, open the positions tab in the app and sell for t…
You mean even if I sell from after retrieving from API (get orders) and use the same order ID provided by Orders API but holdings will be sold? My Understanding Orders API will give only day orders and once you sell with the orders ID provided by Or…
You mean even if I sell from after retrieving from API (get orders) and use the same order ID provided by Orders API but holdings will be sold? My Understanding Orders API will give only day orders and once you sell with the orders ID provided by Or…
You mean even if I sell from orders API and get orders and use the same order ID of Orders API but holdings will be sold, My Understanding Orders API will give only day orders and once you sell with the orders ID provided by Orders API it will sell…
This is turning out to be serious today again I sold from orders but I see 39 BSOFT shares were sold from holdings, I did not use holdings API, this is serious, I am not clear how to solve this now. I did not sell even a single share from my holding…
This is turning out to be serious today again I sold from orders but I see 39 BSOFT shares were sold from holdings, I did not use holdings API, this is serious, I am not clear how to solve this now.
Please you can reach out to me at 9980763496. Please note all strategies will work only for a period and cannot be sucessful always. Reach out to me for for a 99%full proof strategy.
Below is the code it is clearly orders I am selling along with orderID and Tag
OrderParams orderParams = new OrderParams();
//orderParams.or
orderParams.parentOrderId=orderID;
//orderParams.parentOrderId
orderParams…
It is very much a technical query, when I have bought 3 BSOFT VIA API at 336 and Later sold at 339 the 3 orders for that Order ID via API again, then later when I sold again VIA API the order (not holdings) EXCHANGE Should Reject it , rather it sold…
I saw that answer it does not answer my point, it is talking about selling from Holdings and buying it back,etc. The point I am making here is that I have not sold anything from holdings via API, but only via Orders (which I executed via API for buy…
I agree it should give orders with the right API and we sell orders when in profit, but I am seeing an issue you can correct if my understanding is wrong. I have BSOFT in my holdings and orders. Below is my point:-
a) I bought BSOFT in the morning…
I have done all the above and I am aware of TPIN and I login everyday via TPIN and also my request token I have refreshed in the morning. Still it is occurring.
My APP got deleted by the team and they have asked me to recreate it., So in the new app I see the API key from https://developers.kite.trade/ but were can I find the secret key I dont see secret key in the App page only API key
I wrote to them and they are not ready to give money back, how do we escalate this? I told them I accidently paid for many months extra since I was thinking it will be credit card payment but later realized it will go from account and I accidently c…
As a benefit of doubt I tried NFO:NIFTY_AUTO along with getQuote API but it failed, can some one let me know which API to use to get Index Latest data like Auto Index, bank nifty index,etc.
I tired that it works for Normal Stocks, but for Index it does not work. For example if I need Nifty50 index which API to use? quotes API does not work.
PLEASE NOTE getQuote API is providing only for normal Stocks like Reliance,etc but not for Index. My question is which API to use for this? HOPE I AM LOUD AND CLEAR. Please clarify if any queries. since I dont think you understand the question in th…
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.