Hi Sujith - let me clarify - as per what Nikhil suggested, I've taken the latest contract for GoldGuinea as of today (which works out to be GOLDGUINEA18JUNFUT expiring on 29th June, 2018) and then tried to do a six month lookup on that.
API is not…
That works - but there seem to be lot of data holes. As an example for instrument_code 53779463 which represents the latest contract for GOLDGUINEA, no data exists between 2017-11-09 and 2017-12-28.
Also, any idea on when currencies (CDS-FUT) will …
@sujith @nithin Reliability of your platform has been a significant challenge last couple of days. Q is anyway extremely temperamental and one sees the NGINX errors almost all the time. Kite web has been problematic and unfortunately even the API's …
@itsram90 its pretty trivial to iterate through all the square off child orders and amend prices on them programmatically. The modify_order is a bit of a pain because it needs almost all parameters to be repeated but works well with BO as well. You …
Hi @Krisys - can you elaborate on what you are talking about ? Not quite understood on how a second app can help substitution of a API staging platform.
@sreeni_28 Assume you mean historical data sourced from Candles API here. Historical data contains the last trade price (usually) expressed in terms of OHLC. What do you mean here by 'not able to get buy or sell orders' ?
@hpahel A fairly simple approach is to add a flag to a redis list along with a timestamp. Have a separate 'watch' process keep a blocking get (in a loop) on the redis queue with a finite timeout watching for this flag, and if the 'monitor' blocking …
Might be a bit unfair to pin Zerodha folks on this as they are just the overlay platform and have to balance next generation use cases with what the exchange binds them to do.
In general though, my personal read is that most regulatory concerns are…
Check 2016-12-07 minute response from the Candles API as an example (starting epoch 1481082300) for UNITECH NSE.
Almost every OHLC entry has numbers like 4.XY where Y is not 0 or 5 as should be the case.
works absolutely fine for me. Just tried it a few minutes back to get that big response containing all instruments. - it is a 6 Mb+ plus file when saved to disk so might just be a latency issue in your connectivity.
Hi @sujith ,
Both the Websockets & Candles API return non-tick rounded off Data.
Take a look at Unitech. You will see lots of closing entry for *.06/*.07 etc.
What gives ?
Regards,
Rahul
There is significant variation during the volatile opening session within a 60 second period. I had done a bit of analysis and the swing was averaging around 0.5% intra-minute during the 2nd half after the initial circus has ended - it is more durin…