can I get technical indicators like VWAP and all via api call or I need to calculate them on my own with the data I have ?
I have come across a few free services that provide Technical Indicator APIs -
But these have limited support for Indian stocks. Fmp Cloud only supports NSE stocks and solely provides EMA indicator for the intraday time periods. It also provides RSI, ADX, and some other indicators but that is only for the daily time period. Alpha Vantage provides a lot of indicators (including VWAP) but doesn’t seem to work for Indian stocks (it does support BSE stocks but the technical indicators API doesn’t work for them).
A better alternative might be to calculate these indicators on your own with the data you have. For getting started, this thread on the Kite Connect Developer Forum would be helpful -