org.json.JSONException: JSONObject["data"] not found.
at org.json.JSONObject.get(JSONObject.java:471)
at org.json.JSONObject.getJSONObject(JSONObject.java:636)
at com.rainmatter.models.HistoricalData.parseResponse(HistoricalData.java:24)
at com.…
Is it the same case with all brokers or is it only with Zerodha? Almost 2/3 of the stocks fail with this error. I dont want to use any leverage at all. Why is RMS stopping me?
Actually I am getting "rms:blocked for nse_cm" error. I looked into another thread and understood its Zerodha's risk management system. There should be an option to short these stocks with 100% margin. Why are you folks restricting?
Thanks Sujay.
So the day I bought stocks of "JMTAUTOLTD" it was not under BE series and today it got moved into that series. Got it. So that explains why I get so many quotes as null. So t-row if this out of BE series I should able to close.
in that case there is a serious bug in Zerodha . I open all the trades through a common code. Here is my code . So there is a no way I can open 54 trades on NSE and rest on BSE with this code.Also I don't have any reference to BSE anywhere in my cod…
Now we are getting response. But a big number of instruments are throwing "No candles found based on token and time and candleType or Server busy. ". Can you please check whether everything is fine.
I am paying to Zerodha and they have to fix. How you folks deal with third, fourth/fifth party is your business. I hope you understand the primary problem is "Historical API" is not functioning for last 3 days!!
Yes its still happening now!!
Guys don't you have some tests to monitor your apis? You expect us to find your api's problem and post errors for fixing it?. Its pathetic.
Is anyone working on it or do we need anymore escalations? Please confirm i…
Awesome. Thanks for sharing a very detailed explanation on how its calculated. Thanks Nitin. In general if I use Zerodha ticks or second by second price how close can we get to real projected price? I understand there is no definite answer. The pric…
Its working. The sample code with class name "Test" given as part of Kite Connect is very misleading. The other users could also experience the same problem as I did.
This sample code should have an request_token as an mandatory input parameter or …
This is the sample code I am executing. In the kite trade site I got API key and the secret. I am using those values in this code to connect.
// First you should get request_token, public_token using kitconnect login and then use re…