Free Forex API — 14-Day Trial
1,000 requests/day for 14 days. Real-time forex data, 42 technical indicators, OHLCV candles, and more. No credit card. Start making API calls in 60 seconds.
Free Trial Includes
- 1,000 API requests per day
- 30 requests per minute rate limit
- 1 API key
- Real-time OHLCV data
- All 42 technical indicators
- 7 days historical data
- Tick data and spreads
- Market sessions
- No credit card required
- No automatic billing
Upgrade for More
- Starter ($29/mo): 10,000 req/day, 120/min
- Pro ($79/mo): 100,000 req/day, 600/min
- Enterprise ($349/mo): 1M req/day, 6000/min
- AI market summaries (Pro+)
- Market screener
- Extended historical data
- Multiple API keys
- Priority support
- Pay with 100+ cryptocurrencies
- SLA guarantee (Enterprise)
Start in 60 Seconds
# 1. Sign up at tickatlas.com — get your API key instantly
# 2. Make your first request
curl -H "X-API-Key: YOUR_FREE_KEY" \
"https://tickatlas.com/v1/indicator?symbol=EURUSD&name=rsi&timeframe=H1"
# 3. Response (under 50ms):
{
"success": true,
"data": {
"symbol": "EURUSD",
"indicator": "rsi",
"timeframe": "H1",
"value": 62.4
}
}
# That's it. Real-time RSI for EURUSD in one line. Free Trial Endpoints
| Endpoint | Free Trial | Paid Plans |
|---|---|---|
/v1/indicator | ||
/v1/indicators | ||
/v1/ohlcv | ||
/v1/symbols | ||
/v1/spread | ||
/v1/sessions | ||
/v1/summary | — | Pro+ |
/v1/screener | — | Starter+ |
/v1/ticks |
Frequently Asked Questions
Is the forex API really free?
The 14-day trial is completely free with 1,000 requests per day, 30 requests per minute, and access to basic endpoints. No credit card required. After the trial, paid plans start at $29/month.
What can I do with 1,000 free requests per day?
Enough to build and test a simple trading bot, prototype a dashboard, or evaluate the API for your project. At 1,000 requests you can check indicators for 50 symbols across 20 timeframes daily.
Do I need a credit card for the free trial?
No. Sign up, get your API key instantly, and start making requests. When you are ready to upgrade, you can pay with crypto (100+ coins) or fiat.
What endpoints are available in the free trial?
The trial includes basic endpoints: /v1/indicator, /v1/indicators, /v1/ohlcv, /v1/symbols, /v1/spread, and /v1/sessions. Premium endpoints like /v1/summary and /v1/screener are available on paid plans.
What happens after the 14-day trial?
Your API key stops working. No charges, no automatic billing. If you upgrade to a paid plan, your key is reactivated with higher limits.
Try the API Free for 14 Days
No credit card. No commitment. Get your API key in 60 seconds and start building.