I'm using Zerodha's API to get historical OHLC data for stocks and creating different technical indicators using that. For example: RSI, PVT, SMA, EMA, Bollinger Bands etc. Then I'm creating filters for example: give alert when RSI crosses above 50 AND PVT crosses above PVT EMA.
Can I expose my APIs publicly available for others to use ?
Sorry. That's not what I meant. I have created grpc service for RSI, PVT, EMA etc. I'm planning to expose these APIs for others or maybe even charge them for using my APIs.
So I wanted to check if thats even allowed.