Vintl
Public Beta — free tier available

Macro data with a time machine

Treasury yields, economic indicators, and insider trades — all through one API. Add ?as_of=DATE to see what the market knew on any historical date.

no credit card needed
GET/v1/series/GDPC1/observations

Today's value:

{ "value": "22,840.989", "date": "2023-07-01" }
+ ?as_of=2023-10-26
{ "value": "22,491.567", "date": "2023-07-01" }

Advance estimate — what markets saw that day

Three APIs, one key

All endpoints return decimal strings — no floating-point drift.

Treasury Yields

Daily yield curves from 1990 to today. Par and TIPS curves, any maturity, any spread.

/v1/treasury/yields/v1/treasury/yields/curve/v1/treasury/yields/spread

Economic Indicators

21 FRED series with full revision history. GDP, CPI, unemployment, and more — with point-in-time queries.

/v1/series/v1/series/{id}/observations/v1/series/{id}/revisions

Insider Trading

SEC Form 4 filings with auto-detected buying clusters. Know when 3+ executives are buying the same stock.

/v1/insider/filings/v1/insider/clusters

The revision problem, solved

Economic data gets revised for years after release. GDP Q3 2023 was first reported at $22,491B — today it reads $22,840B. If your backtest uses today's number, your model is cheating. ?as_of fixes that.

Without as_of

GET /v1/series/GDPC1/observations
value: "22,840.989"

Latest revised value — look-ahead bias

With as_of

GET /v1/series/GDPC1/observations?as_of=2023-10-26
value: "22,491.567"

Advance estimate — what markets priced in

Simple pricing

Start free. Upgrade when you need point-in-time data.

Free

Latest data for exploration

$0/mo
  • 1,000 requests/month
  • 10 req/min rate limit
  • Latest observations only
  • All endpoints except ?as_of
Start Free
most popular ↓

Pro

Point-in-time for serious work

$49/mo
  • 50,000 requests/month
  • 60 req/min rate limit
  • Full ?as_of vintage access
  • Revision history endpoint
  • Priority support
Coming Soon

Enterprise

For teams and infrastructure

Custom
  • Unlimited requests
  • Custom rate limits
  • Dedicated support
  • SLA guarantee
  • Bulk data exports
Coming Soon