Hello Team
For tick by tick need update currently we have api for LTP , required other details api like Volume , OI, OI change, Greeks, etcc..
Regards
Jagadeesan D
Hello Team
For tick by tick need update currently we have api for LTP , required other details api like Volume , OI, OI change, Greeks, etcc..
Regards
Jagadeesan D
Hii @Uma_Jagadeesan
We do have an API available for the option chain where you’ll get volume, OI, greeks and even previous day OI, which you can use to calculate OI change. You can check it here: https://dhanhq.co/docs/v2/option-chain/#option-chain_1
If you wish to fetch the data continuously, you may run it in a loop with a small 3-second gap between each option chain API call for smooth usage.
Thanks for response
For continuous can we use 1 sec for looping
Hi @Uma_Jagadeesan ,
Specifically for option chain API , you need to maintain a 3 seconds loop.