es_gdp: Spain Real GDP — FRED Vintage

es_gdpR Documentation

Spain Real GDP — FRED Vintage

Description

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.

Usage

es_gdp

Format

A data.table with one row per quarter and three columns:

date

Date. Quarter start date (e.g. 2000-01-01 = 2000 Q1).

gdp_real

numeric. Real GDP level, millions of chained 2015 EUR.

gdp_log

numeric. Natural logarithm of gdp_real, pre-computed for convenience.

Details

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.

Source

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.

Examples

data("es_gdp", package = "MacroFilters")
head(es_gdp)

MacroFilters documentation built on June 12, 2026, 1:06 a.m.