Financial Indicators API for Developers

Pre-calculated RSI, MACD, Bollinger Bands & more. One API call, JSON response. No math libraries needed.

Indicator
Response Preview
{
  "symbol": "AAPL",
  "indicator": "RSI",
  "period": 14,
  "interval": "daily",
  "data": [
    {
      "date": "2025-01-30",
      "value": 64.23
    },
    {
      "date": "2025-01-29",
      "value": 58.91
    },
    {
      "date": "2025-01-28",
      "value": 45.30
    }
  ],
  "meta": {
    "cached": true,
    "latency_ms": 12
  }
}
500 free calls/dayNo credit cardJSON & CSV

Sound familiar?

Getting reliable financial indicators shouldn't be this hard.

Alpha Vantage cut their free tier to 25 calls/day

Most free APIs are too restrictive for real development and testing workflows.

Twelve Data starts at $79/mo — too expensive for side projects

Premium pricing locks out indie developers and small teams who need reliable data.

GOOGLEFINANCE() has zero technical indicators

Spreadsheet users are stuck with basic price data — no RSI, MACD, or Bollinger Bands.

Calculating indicators from raw OHLCV? Error-prone and tedious

Building your own indicator library means debugging math, managing edge cases, and maintaining code you didn't want to write.

There's a better way. indictr is the affordable, developer-friendly alternative.

Three ways to access your data

Whether you're building a trading bot, analyzing in a spreadsheet, or managing a portfolio — we've got you covered.

REST API

Pre-calculated indicators via simple GET requests. JSON & CSV responses. 9+ indicators at launch, 25+ on paid plans.

Google Sheets Add-on

=INDICTR("AAPL", "RSI", 14) directly in your spreadsheet. Works like GOOGLEFINANCE() but for technical indicators.

Airtable Integration

Pull indicators into your Airtable bases. Pre-built templates for watchlists and portfolio trackers.

Indicators at your fingertips

9 core indicators on the free plan. 25+ on paid plans — including exclusive momentum strategy signals you won't find anywhere else.

SMA

Simple Moving Average

Moving Averages

EMA

Exponential Moving Average

Moving Averages

RSI

Relative Strength Index

Oscillators

MACD

Moving Average Convergence Divergence

Oscillators

STOCH

Stochastic Oscillator

Oscillators

BBANDS

Bollinger Bands

Volatility

ATR

Average True Range

Volatility

ADX

Average Directional Index

Trend

OBV

On-Balance Volume

Volume

Exclusive

GEM

Global Equity Momentum

Strategy Signals

Exclusive

Canary

Canary Signal

Strategy Signals

Exclusive

Breadth

Market Breadth Signal

Strategy Signals

Integrate in minutes,
not days.

Our API is designed to be intuitive. Whether you're using cURL, Python, JavaScript, or just a spreadsheet — getting the data you need takes a single call.

  • Consistent JSON structure across all endpoints
  • Detailed error messages for easy debugging
  • 99.9% uptime SLA for production workloads
curl "https://api.indictr.com/v1/indicators/rsi?symbol=AAPL&period=14" \
  -H "X-API-Key: ind_live_abc123..."

// Sample Output

{"rsi": 64.23, "signal": "neutral"}

Simple, transparent pricing

Start for free, scale as you grow.

Free

$0/forever

Perfect for experimenting and small side projects.

  • 500 calls/day (20x Alpha Vantage)
  • 9 core indicators
  • 1 year historical data
  • JSON & CSV
  • 1 API key
Get Started Free

Starter

$9/mo

For active side projects and indie developers.

  • 5,000 calls/day
  • 25+ indicators (Tier 1 + 2)
  • Full historical data
  • Email support
  • Up to 3 API keys
Start Starter
Popular

Pro

$39/mo

For serious traders and application developers.

  • 50,000 calls/day
  • All indicators incl. strategy signals
  • Bulk multi-symbol requests
  • Priority support
  • Up to 10 API keys
Go Pro

Business

Custom

Custom limits, SLA, and dedicated support.

  • Custom call limits
  • All indicators
  • Dedicated support
  • SLA guarantee
  • Unlimited API keys
Contact Us

How we stack up

FeatureindictrAlpha VantageTwelve DataEODHD
Free tier500/day25/day800/day20/day
Starter price$9/mo$49/mo$79/mo€20/mo
Pre-calculated indicators
Google Sheets✅ ($)✅ ($)
Momentum signals
CSV export

How it works

From sign-up to data in your app — three simple steps.

Step 1

Get your API key

Sign up free, get your key in seconds. No credit card required.

Step 2

Make a request

Simple GET request with your symbol and indicator. That's it.

Step 3

Use the data

JSON response ready for your app, spreadsheet, or analysis pipeline.

Frequently asked questions