Is there a way I can purchase or get the Technical Indicator's data using the Zerodha APIs? e.g. I want to get the live 20 days moving average of a Nifty? Please let me if you needed further information to get my requirements calrified.
No,Zerodha provides only raw data. If you want any indicators,you will have to calculate them yourselves. If you use python,use talib or pandas talib libraries.