IndicatorApi
A reliable API for calculating indicator values based on your own data. You provide the data, the API makes calculations necessary, you get the result. Currently supported indicators: Simple moving average (SMA) In development: Exponential moving average (EMA), Moving average convergence/divergence (MACD), Relative strength index (RSI)
IndicatorApi endpoints
| Method | Endpoint | Description |
|---|---|---|
| Sma | ||
| POST |
GetSma /sma |
|
| Ema | ||
| POST |
GetEma /ema |
|
| Macd | ||
| POST |
GetMacd /macd |
|
| Rsi | ||
| POST |
GetRsi /rsi |
|
| Other endpoints | ||
| POST |
GetSma /sma |
|
| POST |
GetEma /ema |
|
| POST |
GetSma /sma |
|
| POST |
GetEma /ema |
|
| POST |
GetSma /sma |
|
| POST |
GetMacd /macd |
|
IndicatorApi pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1000 / hour |
|
| PRO | $2 / month | 5000 / hour |
|
| ULTRA Recommended | $5 / month | 10000 / hour |
|