| es_gdp | R Documentation |
Quarterly Spain Real Gross Domestic Product from the Federal Reserve Bank of St. Louis (FRED) public data API (series CLVMNACSCAB1GQES), expressed in millions of chained 2015 EUR, seasonally adjusted. Original source: Eurostat/OECD National Accounts via FRED.
es_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.
Spain experienced one of the sharpest COVID-19 contractions in the EU:
approximately -18\% quarter-on-quarter in 2020 Q2, followed by a
strong V-shaped recovery in 2020 Q3. The series starts in 1995 Q1 under
ESA 2010 methodology.
Federal Reserve Bank of St. Louis — FRED Economic Data,
series CLVMNACSCAB1GQES. Downloaded via the public CSV endpoint
https://fred.stlouisfed.org/graph/fredgraph.csv?id=CLVMNACSCAB1GQES.
See data-raw/intl_gdp.R for the reproducible download script.
data("es_gdp", package = "MacroFilters")
head(es_gdp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.