TickAtlas

Algorithmic Trading API — Everything in One Place

Live OHLCV, 42 pre-calculated indicators, tick data, AI summary, screener. The complete data layer for an algorithmic trading system.

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

Multi-Symbol Scanner Loop GET /v1/indicators RSI + MACD + ADX 42 values · sub-100ms Signal Filter RSI<40 & ADX>25 Execution / Alert broker terminals · Discord · Webhook Supported indicators: RSI · MACD · BB · EMA · SMA · ADX · ATR · Ichimoku · Stochastic · CCI · OBV · MFI · SAR TEMA · DEMA · Williams %R · Alligator · Momentum · DeMarker · StdDev · A/D · BB Width · +18 more Timeframes: M1 · M5 · M15 · M30 · H1 · H4 · D1

One Request. Instant Data.

REQUEST
curl -X GET \
  "https://tickatlas.com/v1/indicator?symbol=EURUSD&indicator=RSI_14&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

Multi-Symbol Scanner Example

This pattern runs on every strategy cron tick — scan 50 symbols, find RSI + ADX confluence setups, and fire alerts or orders.

What Algo Traders Get

No Indicator Math

RSI, MACD, Bollinger Bands, ADX — all computed server-side from broker data. You get the number, not a lookback buffer to manage.

Sub-100ms Latency

Responses in under 100ms from our edge. Redis-cached data with 2-second TTL — your bot always gets the freshest available value without hammering the database.

All 42 in One Call

Use /v1/indicators (plural) to get every indicator value for a symbol + timeframe in a single HTTP request. No batching, no loop over individual endpoints.

Every new account gets $2.50 in free API credits

Pricing

Pay-As-You-Go
$2.50 free credit

~$0.001/call. Good for low-frequency strategy testing.

Start Free
Most Popular
Starter
$29 /month

Unlimited calls for bots running every 1–5 minutes across 10–20 symbols.

Get Started
Pro
$79 /month

Higher rate limits for minute-level scans across 50+ symbols simultaneously.

Get Started

FAQ

How fast is the data? Is it suitable for execution?

The API returns sub-100ms responses with data refreshed every 2 seconds from broker terminals. It's designed for signal generation and strategy logic — not for HFT tick-level execution. Use it to determine if a condition is met, then route execution through your broker's own API or broker.

Can I get tick data for backtesting?

Yes. GET /v1/ticks returns raw tick data for a symbol. For OHLCV history, GET /v1/ohlc returns up to 1000 candles per request across any supported timeframe.

What symbols are available?

50+ symbols including major and minor Forex pairs, Gold (XAUUSD), Silver (XAGUSD), indices, and crypto. Use GET /v1/symbols for the full list. New symbols are added as broker terminal coverage expands.

Frequently Asked Questions

How fast is the data? Is it suitable for execution?

The API returns sub-100ms responses with data refreshed every 2 seconds from broker terminals. It's designed for signal generation and strategy logic — not for HFT tick-level execution. Use it to determine if a condition is met, then route execution through your broker's own API or trading terminal.

Can I get tick data for backtesting?

Yes. GET /v1/ticks returns raw tick data for a symbol. For OHLCV history, GET /v1/ohlc returns up to 1000 candles per request across any supported timeframe.

What symbols are available?

50+ symbols including major and minor Forex pairs, Gold (XAUUSD), Silver (XAGUSD), indices, and crypto. Use GET /v1/symbols for the full list. New symbols are added as broker terminal coverage expands.

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.