For funds, platforms & builders

The entire forecast engine.
One API call.

Every symbol, every timeframe, every candle β€” with direction probability and calibrated confidence β€” served as clean JSON, refreshed every 15 minutes. Plug PRISM into your terminal, your strategy, your product.

PRISM forecast API
REQUEST
GET /v1/forecast?symbol=XAUUSD&timeframe=H1
RESPONSE Β· 200
{
  "symbol": "XAUUSD",
  "timeframe": "H1",
  "anchor_utc": "2026-07-02T16:00:00Z",
  "horizon_hours": 48,
  "candles": [
    { "t": "2026-07-02T16:00:00Z", "kind": "forming",
      "o": 4139.72, "h": 4148.10, "l": 4131.65, "c": 4137.62,
      "dir_prob": 0.46, "sigma": 8.41 },
    { "t": "2026-07-02T17:00:00Z", "kind": "future",
      "o": 4137.62, "h": 4145.98, "l": 4129.90, "c": 4135.11,
      "dir_prob": 0.44, "sigma": 9.12 },
    "… 46 more candles …"
  ],
  "summary": { "bias_pct": -0.52, "p_up_end": 0.29, "confidence_sigma": 4.12 }
}

Want working code instead of docs? 🐍 Download the Python example β†’ β€” one function, full forecast, CSV export.

What the API serves

Everything the model knows.

🌐11 markets

Metals, FX majors, US indices, WTI and Bitcoin β€” one authentication, the whole board.

πŸ•’4 timeframes, 254 candles

192 Γ— M15 Β· 48 Γ— H1 Β· 12 Γ— H4 Β· 2 Γ— D1 per symbol β€” all exactly consistent, all in one payload if you want it.

πŸ“ŠDirection & confidence per candle

Every candle carries P(up) and Β±Οƒ β€” signal strength and risk sizing in the same object.

⟳15-minute refresh

Forecasts re-anchor on every new quarter-hour candle. Poll or webhook β€” your choice.

🧾JSON or CSV

REST endpoints with clean JSON, or flat CSV exports for research pipelines and spreadsheets.

πŸ”‘Simple key auth

Per-key rate limits and usage reporting. Sandbox keys for evaluation.

Request access

Get an API key.

Tell us about your use-case β€” trading desk, platform integration, research. We'll reach out with documentation, sandbox credentials and pricing.

PRISM in your pocket

Forecasts wherever you trade.

Install the PRISM app on your phone β€” full-screen live charts, your own icon, one tap from the home screen. Free, no store account needed.