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.
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.
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
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.