TickAtlas

Multi-Indicator API — Every Number, One Call

GET /v1/indicators returns the full 42-indicator snapshot for a symbol + timeframe. Build dashboards and AI agents without making 42 round-trips.

No credit card. $2.50 PAYG credit on sign up.

EURUSD H1 — All Indicators
RSI_14 62.48 MACD +0.00124 ADX_14 28.4 ATR_14 0.00089 BB_width 0.00312 EMA_20 1.08312 Stoch_K 72.1 MFI_14 71.3 CCI_14 88.2 SAR 1.08142 WilliamsR -28.4 Momentum 102.48 DeMarker 0.218 Alligator_J 1.08142 StdDev 0.00142 + SMA_20 · DEMA_20 · TEMA_20 · OBV · AD · BB_upper · BB_lower · Stoch_D + Ichimoku_Tenkan · Ichimoku_Kijun · Ichimoku_SenkouA · Ichimoku_SenkouB + MACD_signal · MACD_hist · Alligator_teeth · Alligator_lips · ... 42 total GET /v1/indicators?symbol=EURUSD&timeframe=H1 200 OK
42 indicators returned Single request Updated 2s ago

What is the Multi-Indicator API?

The GET /v1/indicators endpoint returns all 42 pre-calculated technical indicators for a given symbol and timeframe in a single JSON response. Instead of making individual calls for RSI, MACD, Bollinger Bands, ADX, and others, you get everything at once. This is ideal for AI agents that need full market context, dashboard applications, and multi-indicator confluence strategies that need to evaluate many signals simultaneously.

One Request. Instant Data.

REQUEST
curl -X GET \
  "https://tickatlas.com/v1/indicators?symbol=EURUSD&timeframe=H1" \
  -H "X-API-Key: YOUR_API_KEY"

Why Use TickAtlas?

Pre-Calculated, Sub-100ms

Indicator values are computed server-side on every new candle. Your app queries the result — no TA library, no candle history needed.

7 Timeframes

M1, M5, M15, M30, H1, H4, D1 — the same endpoint serves scalpers and position traders alike.

Forex, Crypto, Commodities

EURUSD, GBPUSD, XAUUSD, BTCUSD, USDJPY — data available for all symbols active on connected broker terminals.

Plug into any stack

  • ChatGPT Custom GPTs
  • Claude Tools
  • Python / pandas
  • Node.js
  • Discord bots
  • Slack webhooks
  • n8n
  • Zapier
  • Google Sheets

All 42 Indicators Included

RSI_14
MACD_line
MACD_signal
MACD_hist
BB_upper
BB_lower
BB_middle
BB_width
ADX_14
ATR_14
EMA_20
SMA_20
DEMA_20
TEMA_20
Stoch_K
Stoch_D
CCI_14
MFI_14
OBV
WilliamsR_14
Momentum_14
DeMarker_14
SAR
StdDev_20
AD
Alligator_jaw
Alligator_teeth
Alligator_lips
Ichimoku_Tenkan
Ichimoku_Kijun
Ichimoku_SenkouA
Ichimoku_SenkouB
Ichimoku_Chikou
SMA_50
SMA_200
EMA_50
EMA_200
VWAP
Pivot_High
Pivot_Low
Spread
Close_Change

Frequently Asked Questions

What is the difference between /v1/indicator and /v1/indicators?

/v1/indicator (singular) returns a single named indicator — e.g., RSI_14 — for precise, low-cost queries. /v1/indicators (plural) returns all 42 indicators at once, ideal for dashboards and AI agents that need complete context.

Does the multi-indicator endpoint cost more per request?

Yes — a request to /v1/indicators counts as more than a single indicator request since it returns 42 indicators in one call. Exact pricing is shown in your account dashboard. For most use cases, it is more cost-efficient than making 42 separate calls.

Can I use this with a ChatGPT Custom GPT?

Yes. Add /v1/indicators as a Custom Action in your GPT. When a user asks about market conditions, the GPT can call the endpoint and receive all 42 indicator values in one response — giving it comprehensive context to reason about trend, momentum, volatility, and volume simultaneously.

How often is the multi-indicator response updated?

Each indicator in the response uses the same 2-second cache refresh as individual indicator calls. On new bar close, all indicators are recalculated simultaneously, so the multi-indicator response is always internally consistent for a given timestamp.

Start Building in 5 Minutes

Sign up, grab your API key, make your first request.

Every new account gets $2.50 in free PAYG credits. No card required.