Skip to contents

A collection of real-time datasets.

Usage

gdp

Details

  • gdp: Quarterly Vintages (Billions of real dollars, seasonally adjusted)

  • Timeframe: Q1 1980 - Q4 2024

  • Real-Time Vintages: Q4 2002 - Q4 2024

  • Frequency: Quarterly

  • Format: A tibble with quarterly observations and 3 variables:

    • time: Date of the observation.

    • pub_date: Publication date of the vintage

    • values: Numeric, real GDP (seasonally adjusted).

    • id: Country code

Sources

  • All the data is from the realtime database of Indergand and Leist (2014). Countries:

  • CHE:

    • Switzerland

    • Source: SECO

  • US:

    • United States

    • Sources: FRED, OECD

  • EA:

    • Euro Area

    • Sources: Eurostat, OECD

  • JP:

    • Japan

    • Sources: Cabinet Office (Japan), OECD

References

Indergand, R., Leist, S. A Real-Time Data Set for Switzerland. Swiss J Economics Statistics 150, 331–352 (2014). https://doi.org/10.1007/BF03399410

Examples

# Load [gdp] dataset
data(gdp)