| fr_gdp | R Documentation |
Quarterly France Real Gross Domestic Product from the Federal Reserve Bank of St. Louis (FRED) public data API (series CLVMNACSCAB1GQFR), expressed in millions of chained 2015 EUR, seasonally adjusted. Original source: Eurostat/OECD National Accounts via FRED.
fr_gdp
A data.table with one row per quarter and three columns:
dateDate. Quarter start date (e.g. 2000-01-01 = 2000 Q1).
gdp_realnumeric. Real GDP level, millions of chained 2015 EUR.
gdp_lognumeric. Natural logarithm of gdp_real, pre-computed
for convenience.
France experienced a sharp COVID-19 contraction of approximately
-14\% quarter-on-quarter in 2020 Q2, followed by a rapid V-shaped
recovery. Together with Spain (es_gdp), the two series serve as a
demanding stress test for trend filters in the introduction vignette.
Federal Reserve Bank of St. Louis — FRED Economic Data,
series CLVMNACSCAB1GQFR. Downloaded via the public CSV endpoint
https://fred.stlouisfed.org/graph/fredgraph.csv?id=CLVMNACSCAB1GQFR.
See data-raw/intl_gdp.R for the reproducible download script.
data("fr_gdp", package = "MacroFilters")
head(fr_gdp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.