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 avintage object when fetching observations or running forecasts:
vintage audit object will have vintageCapability: "unavailable"
and a fallbackReason explaining what happened.
Audit metadata
Every response that touches vintage data includes avintage audit block:
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