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.
GET /v1/forecast?symbol=XAUUSD&timeframe=H1
{
"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.
Metals, FX majors, US indices, WTI and Bitcoin β one authentication, the whole board.
192 Γ M15 Β· 48 Γ H1 Β· 12 Γ H4 Β· 2 Γ D1 per symbol β all exactly consistent, all in one payload if you want it.
Every candle carries P(up) and Β±Ο β signal strength and risk sizing in the same object.
Forecasts re-anchor on every new quarter-hour candle. Poll or webhook β your choice.
REST endpoints with clean JSON, or flat CSV exports for research pipelines and spreadsheets.
Per-key rate limits and usage reporting. Sandbox keys for evaluation.
Tell us about your use-case β trading desk, platform integration, research. We'll reach out with documentation, sandbox credentials and pricing.
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.