Momentum API — Acceleration in Real Time
Momentum(14) measures rate-of-change over the last 14 periods. Detect acceleration before the move shows up in other oscillators.
No credit card. $2.50 PAYG credit on sign up.
What is the Momentum API?
The Momentum indicator measures the rate of change in price over a fixed lookback period. Specifically, Momentum(14) = (Current Close / Close 14 bars ago) × 100. When the value is above 100, price is higher than 14 bars ago — bullish momentum. Below 100 means bearish. It's one of the simplest and most reliable acceleration indicators, and our API delivers the pre-calculated value so your bot acts on the signal immediately.
One Request. Instant Data.
curl -X GET \
"https://tickatlas.com/v1/indicator?symbol=EURUSD&indicator=Momentum_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
Frequently Asked Questions
How is Momentum calculated?
Momentum(14) = (Close / Close[14]) × 100. When the result is above 100, the current close is higher than 14 bars ago. When below 100, it is lower. Simple, transparent, and directly useful for detecting acceleration or exhaustion.
Is this the same as ROC (Rate of Change)?
They are closely related. ROC expresses the change as a percentage: (Close - Close[n]) / Close[n] × 100. Momentum uses the ratio form. Both measure the same underlying concept — our API returns the standard Momentum formulation.
What is a strong momentum reading?
Values significantly above or below 100 indicate strong momentum. The significance threshold depends on the symbol and timeframe — for context, compare current values against historical values using the /v1/indicator/history endpoint.
Can I detect momentum divergence with this API?
Yes. Fetch Momentum_14 history alongside price data from /v1/ohlc. If price makes a new high but Momentum makes a lower high, that is a classic bearish divergence — detectable in your own code with a few lines of comparison logic.
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.