API · /trendindicators-api

Trend Indicators API

healthy 4,094 Subscribers

Live trend and direction indicators that traders run to gauge whether a market is trending and which way, computed on demand from the OHLC candles you pass in — no key, no cache, nothing stored. The adx endpoint returns the ADX (Average Directional Index) with the +DI and -DI lines using Wilder's method, so you get both the strength of a trend (a reading above 25 signals a real trend) and its direction. The psar endpoint returns the Parabolic SAR — the trailing stop-and-reverse level that sits below price in an uptrend and above it in a downtrend, and flips when price crosses it — together with the current trend. The donchian endpoint returns the Donchian Channel: the highest high and lowest low over the lookback with the midline, and whether the last close has broken out of the channel. These indicators all need the full high, low and close, and they answer a different question than momentum oscillators, closes-only indicators or volatility tools: is there a trend, and which way is it going. Works for any market — forex, stocks, crypto or commodities. Computed locally and deterministically, so it is instant and private. Ideal for trend-following bots, breakout screeners, trailing-stop logic and trading dashboards. ADX needs 2 x period + 1 candles. Live, nothing stored. 3 compute endpoints. For RSI/MACD use a technical-indicators API; for Stochastic/CCI use an oscillators API.

api.oanor.com/trendindicators-api
Get an API key Try in playground → Contact provider

Machine-readable spec so AI agents can integrate this API.

/api/trendindicators-api/openapi.json
/api/trendindicators-api/llms.txt

Discovery: GET /api/index.json lists every API.

API health

healthy
Uptime
100.00%
Server probes · 24h
Avg latency
91 ms
Server probes · 24h
Subscribers
4,094
active
Total calls
4
last 7 days
status Full status page → · 8 probes/24h

Pricing

Pick a tier — billed monthly, cancel anytime.

Free

Free

  • 4,250 calls / month
  • 2 requests / second
  • Hard cap (429 above quota, no overage)
  • 4,250 calls/month
  • 2 req/sec
  • ADX + Parabolic SAR + Donchian
  • No credit card
Sign in to subscribe

Starter

€7.90 /month

  • 86,500 calls / month
  • 6 requests / second
  • Hard cap (429 above quota, no overage)
  • 86,500 calls/month
  • 6 req/sec
  • Trend strength & direction
  • Email support
Sign in to subscribe

Pro

€22.60 /month

  • 448,000 calls / month
  • 18 requests / second
  • Hard cap (429 above quota, no overage)
  • 448,000 calls/month
  • 18 req/sec
  • Trend-following & breakout pipelines
  • Priority support
Sign in to subscribe

Business

€52.00 /month

  • 2,810,000 calls / month
  • 45 requests / second
  • Hard cap (429 above quota, no overage)
  • 2,810,000 calls/month
  • 45 req/sec
  • Bot & dashboard scale
  • Dedicated SLA
Sign in to subscribe

Built by

Related APIs

Other APIs with overlapping tags.

SuperTrend & Trend-Following API

Live trend-following indicators that traders run to ride a trend and time its turn, computed on demand from the OHLC candles you pass in — no key, no cache, nothing stored. The supertrend endpoint returns the SuperTrend line, the ATR-banded trailing level that sits below price in an uptrend (acting as support) and above it in a downtrend (acting as resistance) and flips when a close crosses it, with the current trend. The aroon endpoint returns Aroon Up, Aroon Down and the Aroon Oscillator, which measure how recently the highest high and lowest low were made — a reading of 100 means it just happened — to tell you how fresh and strong the trend is. The vortex endpoint returns the Vortex Indicator's VI+ and VI- lines, whose crossover is a classic trend-change signal. These are trend-following indicators, deliberately distinct from the ADX, Parabolic SAR and Donchian set and from momentum, volatility and volume tools: they each use the high, low and close to follow a trend and flag its reversal with their own formula. Works for any market — forex, stocks, crypto or commodities — because you supply the candles. Computed locally and deterministically, so it is instant and private. Ideal for trend-following bots, signal dashboards and back-tests. SuperTrend defaults to period 10 multiplier 3; Aroon to 25; Vortex to 14. Live, nothing stored. 3 compute endpoints. For ADX/Parabolic-SAR/Donchian use a trend-indicators API; for RSI/MACD use a technical-indicators API.

api.oanor.com/supertrend-api

Volume Indicators API

Live volume-based technical indicators that traders run to confirm a move with the volume behind it, computed on demand from the OHLCV candles you pass in — no key, no cache, nothing stored. The mfi endpoint returns the Money Flow Index, a volume-weighted version of RSI that swings from 0 to 100, with an overbought reading above 80 and oversold below 20. The obv endpoint returns On-Balance Volume, the running total that adds a candle's volume on an up close and subtracts it on a down close, together with whether it is rising or falling — rising OBV confirms buying pressure. The cmf endpoint returns the Chaikin Money Flow, which sums money-flow volume over the lookback to show whether buyers or sellers are in control. These indicators all need the volume of each candle, which makes them a fundamentally different tool from price-only indicators like RSI, MACD, Stochastic and ADX: they answer whether volume is confirming the price move or diverging from it. Works for any market — forex, stocks, crypto or commodities — because you supply the candles with volume. Computed locally and deterministically, so it is instant and private. Ideal for trading bots, divergence screeners, breakout confirmation and trading dashboards. Candles are open:high:low:close:volume. Live, nothing stored. 3 compute endpoints. For price-only indicators use a technical-indicators, oscillators or trend-indicators API.

api.oanor.com/volumeindicators-api

Technical Indicators API

Live technical-analysis indicators that traders and trading bots run on a price series, computed on demand from the closes you pass in — no key, nothing cached. Get Wilder's RSI; the MACD line, signal line and histogram; the upper, middle and lower Bollinger Bands with bandwidth and %B; and simple or exponential moving averages. Every value is computed live from your input and works for any market — forex, stocks, crypto or commodities. A technical-indicator engine, distinct from raw price feeds and from pivot/fibonacci level tools: it turns a series of prices into the momentum, trend and volatility indicators a strategy acts on.

api.oanor.com/technicals-api

UN SDG API

The United Nations Sustainable Development Goals as an API, powered by the official UN Statistics Division SDG API. The SDGs are the world's shared plan — 17 goals, 169 targets and 200+ indicators — to end poverty and hunger, ensure good health and quality education, achieve gender equality, provide clean water and affordable energy, drive decent work and economic growth, build sustainable cities, take climate action and protect life on land and below water, all by 2030. Browse the 17 goals with their full titles and descriptions; open any goal to see every target and the indicators that measure it; list the statistical data series behind an indicator (with their machine codes and descriptions); pull a series' complete time-series for any country — each data point with its year, value, unit, breakdown dimensions (sex, age, location, …) and source; and look up countries, regions and the world with their UN M49 numeric area codes. Ideal for development research, NGO and policy dashboards, journalism, ESG and sustainability reporting, and education. Indicator codes come from the goal endpoint, series codes from the series endpoint, and area codes from the areas endpoint (276 = Germany, 826 = United Kingdom, 1 = World). Data from the UN Statistics Division Global SDG Indicators Database.

api.oanor.com/sdg-api

Frequently asked questions

Quick answers about pricing, quotas, and integration.

How do I get an API key for Trend Indicators API?
Sign up for free at oanor.com, generate an API key from the developer dashboard, and call Trend Indicators API with the x-oanor-key header. No credit card needed for the free tier.
What's the rate limit for Trend Indicators API?
Free tier allows 1 request per second. Paid plans scale up to 50 requests per second on the Mega tier. Hard limits return HTTP 429 above the quota — no surprise overage charges.
How much does Trend Indicators API cost?
Trend Indicators API has a free tier with 100 calls / month. Paid plans start at €7.90 / month with higher quotas and faster rate limits.
Can I cancel my subscription anytime?
Yes. Plans are billed monthly and you can cancel anytime from your billing dashboard. No long-term contracts and no cancellation fee.
Is Trend Indicators API GDPR-compliant?
All requests to Trend Indicators API go through our EU-based gateway. Your upstream API key never leaves our server and no personal data is shared with the upstream provider beyond the request you send.

Pick an endpoint from the list on the left to see its details and try it.

Code snippets

Sign up to get an API key, then call any path under your slug.

curl https://api.oanor.com/trendindicators-api/SOME_PATH \
  -H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/trendindicators-api/SOME_PATH", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/trendindicators-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
    "https://api.oanor.com/trendindicators-api/SOME_PATH",
    headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())

Ratings

Sign in to rate.

No reviews yet.

Discussion

Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.

Sign in to start a thread or reply.

Sign in

New thread

/ 4000

📌 Pinned 🔒 Locked

·

· ·

/ 4000

🔒 This thread is locked — no new replies.

  • No threads yet — start the discussion.

Support

Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.

Sign in to open a support ticket.

Sign in

Open new ticket

Describe what you need help with. The provider team gets an email and replies on the ticket page.

  • No tickets yet for this API.

Subscription active — calls can start immediately.

Send your first request —

Subscription active — copy a snippet and fire off your first call.