PRIORI.SH what was knowable, when
POINT-IN-TIME DATA

The future's bright.
Just not in your backtest.

Pin the world to any past instant and re-run your strategy, prompt, or screen against only what was published then. PRIORI.SH serves your agent clean, point-in-time retrieval — full provenance on every fact, and no leaked future in what we return.

Live demo · no signup 11 sources · point-in-time vintages
AS OF
Nonfarm payrolls
CPI YoY
S&P 500
← drag to scrub →
demo · captured snapshots from public sources, not live PRIORI.SH data

Replay the past. Evaluate on point-in-time inputs. One API.

Agent

Was the model wrong, or were we?

Agent and RAG evals leak: your retrieval pulls whatever's indexed today, so a "June 2022" run quietly sees 2024 filings and a passing score proves nothing. Point your agent at PRIORI.SH with an as_of and its context holds only what was published by that date — clean retrieval, every run.*

* We gate the retrieval layer, not model weights — a model can still recall facts from its own training. For strict evals, also pick a model whose training cutoff predates your test window; see the methodology note.

# MCP server
claude --mcp-server priorish \
  "What did the Fed signal in May 2023
  about persistent inflation?"
Quant

Backtest on the print they actually had

Macro releases get revised; as-reported EPS gets restated. Pin every feature to its as_of vintage and your eval sees the figure a desk actually had that day — not the value quietly revised in months later.

client.search(
  query="payrolls",
  as_of="2024-03-08",  # what the tape saw
  sources=["alfred"],
)
GUARANTEE

No leaked future in what we serve — and every fact proves where it came from.

Each result is filtered to what was published at your as_of, then stamped with a provenance chain: a BLAKE3 content hash, the source filing, and a sealed extraction lock. Open any fact and trace it back to the original document.

Trace a live provenance chain →

11 sources, one timeline.

11 sources grouped by domain · click to expand
Filings & disclosures 1
Every version, every amendment.
EDGAR
  • EDGARSEC: 10-K, 10-Q, 8-K, proxy, amendments.
Macro & central banks 8
Vintaged. The number that printed, not the latest revision.
ALFRED Fed BIS IMF World Bank IDS WGI Pink Sheet
  • ALFREDFRED archival series — every release vintage.
  • FedFOMC statements, minutes, speeches, Beige Book.
  • BISBank for International Settlements bulletins.
  • IMFWorld Economic Outlook, Article IV reports.
  • World BankWDI, country data, regional outlooks.
  • IDSInternational debt statistics.
  • WGIWorldwide Governance Indicators.
  • Pink SheetCommodity price series.
Markets & probabilities 2
Crowd consensus, dated.
Polymarket Kalshi
  • PolymarketDaily snapshots of crowd consensus.
  • KalshiRegulated markets on CPI, GDP, rates.
More sources rolling out monthly. Roadmap: alt-data registries, central-bank speech archives, equity transcripts.

Three lines from cold to first query.

REST
curl -H "X-API-Key: $KEY" \
  -d '{"query":"CPI","as_of":"2024-06-01"}' \
  https://api.priori.sh/search
Python
from priorish_sdk import PriorishClient

client = PriorishClient(api_key="...")
client.search(
  query="unemployment",
  as_of="2024-03-15",
)
MCP
# claude_desktop_config.json
{
  "mcpServers": {
    "priorish": {
      "url": "https://mcp.priori.sh"
    }
  }
}

Try free today. Upgrade when the volume makes sense.

Demo No account Free
Shared pool. No signup. Structured search only.
Shared pool · Structured search
Open the demo →
Free Sign up $0
Personal API key, history, and natural-language queries.
  • Saved queries & history
  • Structured + natural-language
  • All public sources
Create account →
Institutional · For desks & teams
For desks, asset managers, and platforms running PRIORI.SH at scale.
  • Bulk export
  • Full provenance pack
  • Custom retention
  • Priority SLA
  • On-prem / VPC
Custom
Let's talk
Talk to us →