Documentation
Everything you need to integrate TickAtlas's 42 technical indicators into your application
New here? Start with the Quick Start guide
Get your first API response in under 5 minutes
Getting started
Authentication, quotas, and how to talk to the API correctly.
Core reference
Client libraries, change log, and what to check when something looks off.
Specialized endpoints
Endpoint-specific deep dives beyond the standard REST shape.
Integrations
Drop the API into a low/no-code automation pipeline.
Popular Endpoints
GET /v1/indicator Single indicator value GET /v1/indicators All indicators for symbol GET /v1/summary AI market analysis GET /v1/ohlc OHLCV candlestick data GET /v1/screener Market screening GET /v1/multi Multi-symbol batch GET /v1/calendar Economic calendar events GET /v1/quote Live bid/ask prices GET /v1/spread Spread analysis GET /v1/ticks Raw tick data GET /v1/heatmap Currency strength GET /v1/sessions Market session status GET /v1/symbols Available instruments Try It Now
bash
curl -H "X-API-Key: YOUR_API_KEY" \
"https://tickatlas.com/v1/indicator?symbol=EURUSD&indicator=RSI_14&timeframe=H1" Don't have an API key yet? Get started for free.