QUERY-A ====== Do u have any near future plans to add following important history datas in API ? 1. OI and Change in OI (as available in nseindia.com) 2. Delivery Percentrage 3. Instituintional Turnover Statistics
QUERY-B ====== Also, new API where person can query minute data for multiple stocks for current data for particular minute So instead of asking for: All minutes data for current day for one stock Query would be: Minute data for minute-X(or some range of minutes) for current day for stocks X, Y, Z
QUERY-B: ======== This way of querying particular minute data would be really useful if someone want to build minute candle chart in real time. With current API: At 9:16am I will fetch data for 1 minute At 9:17am I will fetch data for 2 minutes At 9:18am I will fetch data for 3 minutes At 9:19am I will fetch data for 4 minutes At 9:20am I will fetch data for 5 minutes . . .
which is very in-efficient especially if I am doing for multiple stocks.
@sameer QUERY-A - We do have a plan to add more info but currently we are not working on it so it might take some time. QUERY-B - Yeah seems to be valid feature request - will forward this to our data team.
========
This way of querying particular minute data would be really useful if someone want to build minute candle chart in real time.
With current API:
At 9:16am I will fetch data for 1 minute
At 9:17am I will fetch data for 2 minutes
At 9:18am I will fetch data for 3 minutes
At 9:19am I will fetch data for 4 minutes
At 9:20am I will fetch data for 5 minutes
.
.
.
which is very in-efficient especially if I am doing for multiple stocks.
QUERY-B - Yeah seems to be valid feature request - will forward this to our data team.