TickAtlas
Live Broker Data

7 Timeframes. Every Candle.

From 1-minute bars to daily candles — every timeframe includes OHLCV, bid/ask, spread, and all 42 technical indicators. Updated every ~60 seconds from live broker terminal feeds.

7

Timeframes

42

Indicators per TF

~60s

Update Frequency

45d

Max Retention

Timeframe Reference

All available timeframes with retention windows and typical use cases

Timeframe Code Candle Interval Retention Use Case Plans
Daily D1 1 day 45 days Swing trading, trend analysis All plans
4-Hour H4 4 hours 30 days Intraday trends, position trading All plans
1-Hour H1 1 hour 15 days Day trading, session analysis All plans
30-Minute M30 30 min 7 days Scalping setups, session opens All plans
15-Minute M15 15 min 3 days Short-term momentum All plans
5-Minute M5 5 min 2 days Scalping, high-frequency All plans
1-Minute M1 1 min 24 hours Ultra-short-term, tick approximation Starter+

Tick Data — Starter+ Plans

Raw bid/ask tick data is available as a separate endpoint (/v1/ticks) with 24-hour retention. Every price change is captured with a full timestamp, giving you the highest-resolution view of the market for backtesting or microstructure analysis.

Built for Every Trading Style

The right data at the right granularity, whatever your strategy

Scalpers

Capture small price moves with the lowest-latency data available.

M1 M5 M15
  • 1-minute bars updated every ~60 seconds from live broker feeds
  • Bid/ask spread on every candle for precise entry cost analysis
  • Tick data for sub-minute resolution (Starter+ plans)
  • 42 indicators pre-calculated on M1 and M5

Day Traders

Follow intraday structure across session opens and key levels.

M30 H1 H4
  • 30-minute and 1-hour bars for session-based analysis
  • Full indicator suite including VWAP, ATR, and Bollinger Bands
  • Up to 15 days of H1 history for intraday context
  • Multi-timeframe queries via /v1/multi endpoint

Swing & Position Traders

Identify trends and manage trades over days or weeks.

H4 D1
  • 45 days of daily bars for long-term trend context
  • 30 days of H4 history for swing entry precision
  • RSI, MACD, ADX, Ichimoku across higher timeframes
  • Consistent OHLCV structure for backtesting workflows

What's Included on Every Bar

Every timeframe delivers the same complete data structure

  • OHLCV

    Open, High, Low, Close, and Volume for every completed bar

  • Bid / Ask

    Live bid and ask prices attached to every candle close

  • Spread

    Calculated spread in pips for execution cost analysis

  • 42 Indicators

    All technical indicators pre-calculated and available on demand

Multi-Timeframe in One Request

Query multiple timeframes simultaneously with the /v1/multi endpoint

Request

bash
curl -H "X-API-Key: YOUR_API_KEY" \
  "https://tickatlas.com/v1/multi?symbol=EURUSD&timeframes=H1,H4,D1"
  • Single API call returns data for all requested timeframes
  • Historical bars available via /v1/ohlc and /v1/indicator/history
  • Consistent response structure across all timeframes

Response

json
{
  "success": true,
  "data": {
    "symbol": "EURUSD",
    "timeframes": {
      "H1": {
        "time": "2026-04-04T14:00:00Z",
        "open": 1.08432,
        "high": 1.08456,
        "low": 1.08421,
        "close": 1.08443,
        "volume": 12450,
        "bid": 1.08441,
        "ask": 1.08443,
        "spread": 0.2
      },
      "H4": {
        "time": "2026-04-04T12:00:00Z",
        "open": 1.0831,
        "high": 1.0851,
        "low": 1.0829,
        "close": 1.08432,
        "volume": 48900,
        "bid": 1.0843,
        "ask": 1.08433,
        "spread": 0.3
      },
      "D1": {
        "time": "2026-04-04T00:00:00Z",
        "open": 1.0798,
        "high": 1.0852,
        "low": 1.0795,
        "close": 1.08432,
        "volume": 198200,
        "bid": 1.0843,
        "ask": 1.08433,
        "spread": 0.3
      }
    }
  }
}

Access Every Timeframe Today

Start your free trial and get full access to all 7 timeframes, 42 indicators, and real-time broker data. No credit card required.

14-day free trial  •  No credit card required  •  Full API access  •  Cancel anytime