MFI API — Volume-Weighted RSI Alternative
Money Flow Index combines price and volume to signal real money pressure. Values above 80 = overbought with volume; below 20 = oversold with volume.
No credit card. $2.50 PAYG credit on sign up.
What is the MFI API?
The Money Flow Index (MFI) is a volume-weighted RSI that oscillates between 0 and 100. Unlike pure price momentum indicators, MFI factors in trading volume — making it more sensitive to institutional accumulation and distribution. Our API delivers pre-calculated MFI(14) for any symbol and timeframe so your bot gets the signal, not the raw data.
One Request. Instant Data.
curl -X GET \
"https://tickatlas.com/v1/indicator?symbol=EURUSD&indicator=MFI_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
What period does MFI use?
We calculate MFI with a 14-period lookback (MFI_14), the standard setting. The calculation uses typical price × volume for each candle sourced from broker terminal data.
How is MFI different from RSI?
RSI uses only price changes. MFI incorporates tick volume, making it a volume-weighted oscillator. When price rises on low volume, MFI climbs less aggressively than RSI — helping distinguish genuine momentum from weak moves.
Can I get historical MFI values?
Yes — use GET /v1/indicator/history with indicator=MFI_14. Starter plan provides up to 30 days on H1+; Pro and Enterprise extend to 45 days.
Which symbols are available?
All symbols active on connected broker terminals — 50+ Forex pairs, XAUUSD, XAGUSD, BTCUSD, and select indices. Query GET /v1/symbols for the live list.
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.