Finnhub API provides institutional-grade financial data to investors, fintech startups and investment firms. We support real-time stock price, global fundamentals and alternative data. https://finnhub.io/docs/api
https://finnhub.io/api/v1/indicator?symbol=OANDA:US30_USD&resolution=D&from=1583098857&to=1584308457&indicator=sma&timeperiod=3&token=mytoken
to get the indicator and it works nicely.
However is there a way to also get ema indicator along with smaon a single call?
Thank you for reaching out. Unfortunately, there is no way to get multiple indicators at this point. I will be sure to forward this feature request to our product team for review.
So the API dictates
https://finnhub.io/api/v1/indicator?symbol=OANDA:US30_USD&resolution=D&from=1583098857&to=1584308457&indicator=sma&timeperiod=3&token=mytoken
to get the indicator and it works nicely. However is there a way to also getema
indicator along withsma
on a single call?