Skip to contents

This article shows selected Spanish economic indicators using Banco de España data.

Last updated: 19-May-2026.

library(tidyBdE)
library(ggplot2)
library(dplyr)
library(tidyr)

# Set plot parameters and date range.
col <- bde_tidy_palettes(1, "bde_rose_pal")
date <- Sys.Date()
ny <- as.numeric(format(date, format = "%Y")) - 6
nd <- as.Date(paste0(ny, "-12-31"))

br <- seq(nd, Sys.Date(), "6 months")

GDP of Spain

Aggregated over the last four quarters

Figure 1: GDP of Spain — aggregated over the last four quarters

Year-on-year variation

Figure 2: GDP of Spain — year-on-year variation

GDP per capita

Figure 3: GDP per capita of Spain

Unemployment rate

Figure 4: Unemployment rate

Consumer price index

Figure 5: Consumer price index

Monthly Euribor

Figure 6: 12-month Euribor (monthly)

Population

Figure 7: Population (thousands)