Skip to main content

Data Vintages

Macroeconomic data gets revised. GDP numbers published today will be revised next month and again the month after. If you’re backtesting a trading strategy or validating a model, you need the data as it existed at a specific point in time, not the latest revised version.

Vintage capability by provider

Using vintages in API calls

Pass a vintage object when fetching observations or running forecasts:
If the provider doesn’t support vintages, you still get data back, but the response’s vintage audit object will have vintageCapability: "unavailable" and a fallbackReason explaining what happened.

Audit metadata

Every response that touches vintage data includes a vintage audit block:
Use vintageCapability to decide how much to trust the data for backtesting:
  • "native" - exact point-in-time data from the provider
  • "simulated" - reconstructed from revision history
  • "unavailable" - current snapshot, not a true vintage