0Active Forecasts
0%Avg Spread
0Resolved
0.249Brier (250)
Verified Accuracy250
events resolved and Brier scored
BRIER SCORE0.25Avg across 250 resolved
CRENE RESOLVED250Events verified & Brier scored
Updated every 6 hours
1,128 active908 resolving 30dHIGH56%
MED56%
LOW58%
Accuracy by confidence tier · 250 resolved
Calibration curve
Spread distribution
Average model probability
Data evaluated byNeudataEagle AlphaMonda
Download sample dataset
200 CRENE events · Full schema · 4 model probabilities
Methodology
Auditable pipeline, no black boxes
Every forecast follows the same structured process from event creation to verified outcome.
01
Detect
AI scans upcoming macro releases, policy decisions, and earnings dates. Questions structured with binary resolution criteria.
02
Forecast
GPT-4o-mini, Claude Haiku 4.5, Gemini 2.5 Flash Lite, and Grok 4 Fast independently predict each event. No model sees another's output.
03
Track
Every prediction timestamped with model reasoning, confidence, and belief trajectories as resolution approaches.
04
Verify
Outcomes verified against BLS, Fed, SEC filings. Every prediction gets a correct/incorrect label and Brier score.
Who this is for
Built for teams that need measurable signal
Quantitative Researchers
Structured AI belief data as an orthogonal signal. Model disagreement as a feature. Full history for backtesting and calibration analysis.
Macro Analysts
Multi-model consensus on every major economic event. Pre-computed views across CPI, NFP, FOMC, GDP, earnings, and central bank decisions.
Data Teams
Clean, schema-consistent API feed. Every field typed, every outcome resolved against authoritative sources where available, with full provenance stored per event.
APIREST + CSV EXPORT
Programmatic access to every forecast
Model reasoning, belief trajectories, resolution outcomes. Public endpoints for exploration. Authenticated for bulk export.
# Public endpoints
curl "https://api-get.crene.com/api/predictions/accuracy/"
curl "https://api-get.crene.com/api/predictions/edges/?min_edge=15"
# Prediction lifecycle
curl "https://api-get.crene.com/api/predictions/lifecycle/{question_id}/"
# Bulk export (authenticated)
curl -H "X-API-Key: crn_..." \
"https://api-get.crene.com/api/export/predictions/?output=csv"Legacy /api/predictions/ path retained for marketplace compatibility. Canonical /api/events/ aliases serve identical data.