How data revisions and vintages work in fredapi
masterEconomic data series often undergo revisions. fredapi leverages ALFRED (Archival Federal Reserve Economic Data) to handle point-in-time data.
Each observation in ALFRED is associated with three dates:
date: The actual date the value refers to.realtime_start: The first date the value was valid.realtime_end: The last date the value was valid.
For example, a single GDP value for '2014-01-01' might have multiple entries with different realtime_start and realtime_end values, representing how the data was revised over time.