Title: | Download Data from Bank of Spain |
Version: | 0.4.0 |
Description: | Tools to download data series from 'Banco de España' ('BdE') on 'tibble' format. 'Banco de España' is the national central bank and, within the framework of the Single Supervisory Mechanism ('SSM'), the supervisor of the Spanish banking system along with the European Central Bank. This package is in no way sponsored endorsed or administered by 'Banco de España'. |
License: | GPL (≥ 3) |
URL: | https://ropenspain.github.io/tidyBdE/, https://github.com/rOpenSpain/tidyBdE |
BugReports: | https://github.com/rOpenSpain/tidyBdE/issues |
Depends: | R (≥ 3.6.0) |
Imports: | dplyr (≥ 0.7.0), ggplot2 (≥ 3.5.0), readr (≥ 1.0.0), scales (≥ 1.1.0), tibble (≥ 3.0.0), tidyr, utils |
Suggests: | knitr, lifecycle, rmarkdown, testthat (≥ 3.0.0) |
VignetteBuilder: | knitr |
Config/Needs/coverage: | covr |
Config/Needs/website: | cpp11, devtools, progress, reactable, remotes, styler, tidyverse, ropenspain/rostemplate |
Config/testthat/edition: | 3 |
Config/testthat/parallel: | true |
Copyright: | See file inst/COPYRIGHTS |
Encoding: | UTF-8 |
LazyData: | true |
RoxygenNote: | 7.3.2 |
X-schema.org-applicationCategory: | Macroeconomics |
X-schema.org-isPartOf: | https://ropenspain.es/ |
X-schema.org-keywords: | api, bde, cran, ggplot2, macroeconomics, r, r-package, ropenspain, rstats, series-data, spain |
NeedsCompilation: | no |
Packaged: | 2025-06-22 17:46:39 UTC; diego |
Author: | Diego H. Herrero |
Maintainer: | Diego H. Herrero <dev.dieghernan@gmail.com> |
Repository: | CRAN |
Date/Publication: | 2025-06-22 18:10:02 UTC |
tidyBdE: Download Data from Bank of Spain
Description
Tools to download data series from 'Banco de España' ('BdE') on 'tibble' format. 'Banco de España' is the national central bank and, within the framework of the Single Supervisory Mechanism ('SSM'), the supervisor of the Spanish banking system along with the European Central Bank. This package is in no way sponsored endorsed or administered by 'Banco de España'.
Author(s)
Maintainer: Diego H. Herrero dev.dieghernan@gmail.com (ORCID) [copyright holder]
See Also
Useful links:
Report bugs at https://github.com/rOpenSpain/tidyBdE/issues
Load BdE catalogs
Description
Load the time-series catalogs provided by BdE.
Usage
bde_catalog_load(
catalog = c("ALL", "BE", "SI", "TC", "TI", "PB"),
parse_dates = TRUE,
cache_dir = NULL,
update_cache = FALSE,
verbose = FALSE
)
Arguments
catalog |
A single value indicating the catalogs to be updated
or |
parse_dates |
Logical. If |
cache_dir |
A path to a cache directory. The directory can also be set
via options with |
update_cache |
Logical. If |
verbose |
Logical |
Details
Accepted values for catalog
are:
CODE | PUBLICATION | UPDATE FREQUENCY | FREQUENCY |
"BE" | Statistical Bulletin | Daily | Monthly |
"SI" | Summary Indicators | Daily | Daily |
"TC" | Exchange Rates | Daily | Daily |
"TI" | Interest Rates | Daily | Daily |
"PB" | Bank Lending Survey | Quarterly | Quarterly |
Use "ALL"
as a shorthand for updating all the catalogs at a glance.
If the requested catalog is not cached bde_catalog_update()
is invoked.
Value
A tibble
object.
Source
Time-series bulk data download.
See Also
Other catalog:
bde_catalog_search()
,
bde_catalog_update()
Examples
bde_catalog_load("TI", verbose = TRUE)
Search BdE catalogs
Description
Search for keywords on the time-series catalogs.
Usage
bde_catalog_search(pattern, ...)
Arguments
pattern |
|
... |
Arguments passed on to
|
Details
Note that BdE files are only provided in Spanish, for the time being. Therefore search terms should be provided in Spanish as well in order to get search results.
This function uses base::grep()
function for finding matches on
the catalogs. You can pass regular expressions to broaden
the search.
Value
A tibble
object with the results of the query.
See Also
bde_catalog_load()
, base::regex
Other catalog:
bde_catalog_load()
,
bde_catalog_update()
Examples
# Simple search (needs to be in Spanish)
# !! PIB [es] == GDP [en]
bde_catalog_search("PIB")
# More complex - Single
bde_catalog_search("Francia(.*)PIB")
# Even more complex - Double
bde_catalog_search("Francia(.*)PIB|Italia(.*)PIB|Alemania(.*)PIB")
Update BdE catalogs
Description
Update the time-series catalogs provided by BdE.
Usage
bde_catalog_update(
catalog = c("ALL", "BE", "SI", "TC", "TI", "PB"),
cache_dir = NULL,
verbose = FALSE
)
Arguments
catalog |
A vector of characters indicating the catalogs to be updated
or |
cache_dir |
A path to a cache directory. The directory can also be set
via options with |
verbose |
Logical |
Details
Accepted values for catalog
are:
CODE | PUBLICATION | UPDATE FREQUENCY | FREQUENCY |
"BE" | Statistical Bulletin | Daily | Monthly |
"SI" | Summary Indicators | Daily | Daily |
"TC" | Exchange Rates | Daily | Daily |
"TI" | Interest Rates | Daily | Daily |
"PB" | Bank Lending Survey | Quarterly | Quarterly |
Use "ALL"
as a shorthand for updating all the catalogs at a glance.
Value
None. Downloads the catalog file(s) to the local machine.
Source
Time-series bulk data download.
See Also
Other catalog:
bde_catalog_load()
,
bde_catalog_search()
Examples
bde_catalog_update("TI", verbose = TRUE)
Check access to BdE
Description
Check if R has access to resources at https://www.bde.es/webbe/en/estadisticas/recursos/descargas-completas.html.
Usage
bde_check_access()
Value
a logical.
Examples
bde_check_access()
Database of selected macroeconomic indicators
Description
Minimal metadata of the selected macroeconomic indicators included in helper
functions of tidyBdE (see bde_indicators). Full metadata can
be accessed via bde_catalog_load()
Format
A tibble
of 9 rows and
7 columns. with the following fields:
- tidyBdE_fun
Function name, see bde_indicators.
- Numero_secuencial
Series code, see
bde_series_load()
.- Descripcion_de_la_serie
Description of the series in Spanish.
- Fecha_de_la_primera_observacion
Starting date of the indicator.
- Fecha_de_la_ultima_observacion
Most recent date available.
- Fuente
Data source.
Details
tidyBdE_fun | Numero_secuencial | Descripcion_de_la_serie | Frecuencia_de_la_serie | Fecha_de_la_primera_observacion | Fecha_de_la_ultima_observacion | Fuente |
bde_ind_cpi_var | 4144807 | Índice de Precios de Consumo (IPC). Año Base 2021. Índice General. Total Nacional. Tasa de variación interanual | MENSUAL | 1962-01-01 | 2025-03-01 | INSTITUTO NACIONAL DE ESTADISTICA |
bde_ind_euribor_12m_daily | 905842 | Interest rate. EMU. Money market. Euribor. 12 months | LABORABLE | 2000-01-03 | 2025-04-15 | REFINITIV |
bde_ind_euribor_12m_monthly | 587853 | Tipo de interés. UEM. Mercado monetario. Euríbor. A 12 meses | MENSUAL | 1999-01-01 | 2025-03-01 | The European Money Market Institute (EMMI) |
bde_ind_gdp_quarterly | 4663160 | Estadísticas Generales. Cuentas Nacionales. SEC2010. Año base 2020. Precios corrientes. Producto interior bruto. Economía en su conjunto (Total de la economía) (Saldo). Datos corregidos de efectos estacionales y de calendario. TRIMESTRAL | TRIMESTRAL | 1995-03-01 | 2024-12-01 | Instituto Nacional de Estadistica |
bde_ind_gdp_var | 4663788 | Estadísticas Generales. Cuentas Nacionales. SEC2010. Año base 2020. Índices de volumen encadenados. Producto interior bruto. Economía en su conjunto (Total de la economía) (Saldo). Datos corregidos de efectos estacionales y de calendario, Tasa de variación interanual. TRIMESTRAL | TRIMESTRAL | 1996-03-01 | 2024-12-01 | Instituto Nacional de Estadistica |
bde_ind_ibex_daily | 821340 | Cotización y contratación. Acciones. Sociedad de Bolsas y Sociedad Rectora de la Bolsa de Madrid. Índice cotización. Indice IBEX 35 | LABORABLE | 1999-01-04 | 2025-04-15 | Bolsa de Madrid y Comisión Nacional del Mercado de Valores |
bde_ind_ibex_monthly | 254433 | Cotización y contratación. Acciones. Sociedad de Bolsas y Sociedad Rectora de la Bolsa de Madrid. Índice cotización. Indice IBEX 35 | MENSUAL | 1987-01-01 | 2025-02-01 | SOCIEDAD RECTORA DE LA BOLSA DE MADRID |
bde_ind_population | 4637737 | Estadísticas generales. INE. EPA. Base 2021. Total Nacional. Ambos sexos. Todas las edades. Personas. Trimestral | TRIMESTRAL | 2002-03-01 | 2024-12-01 | Instituto Nacional de Estadística |
bde_ind_unemployment_rate | 4635980 | Estadísticas generales. INE. EPA. Base 2021. Total Nacional. Tasa de paro de la población. Ambos sexos. 16 y más años. Trimestral | TRIMESTRAL | 2002-03-01 | 2024-12-01 | Instituto Nacional de Estadística |
See Also
Other indicators:
bde_indicators
Examples
data("bde_ind_db")
bde_ind_db
Relevant Indicators of Spain
Description
Set of helper functions for downloading some of the most relevant macroeconomic indicators of Spain. Metadata available in bde_ind_db.
Usage
bde_ind_gdp_var(series_label = "GDP_YoY", ...)
bde_ind_unemployment_rate(series_label = "Unemployment_Rate", ...)
bde_ind_euribor_12m_monthly(series_label = "Euribor_12M_Monthly", ...)
bde_ind_euribor_12m_daily(series_label = "Euribor_12M_Daily", ...)
bde_ind_cpi_var(series_label = "Consumer_price_index_YoY", ...)
bde_ind_ibex_monthly(series_label = "IBEX_index_month", ...)
bde_ind_ibex_daily(series_label = "IBEX_index_day", ...)
bde_ind_gdp_quarterly(series_label = "GDP_quarterly_value", ...)
bde_ind_population(series_label = "Population_Spain", ...)
Arguments
series_label |
Optional. Character vector or value. Allows to specify a
custom label for the series extracted. It should have the same length than
|
... |
Arguments passed on to
|
Details
This functions are convenient wrappers of bde_series_load()
referencing
specific series. Use verbose = TRUE, extract_metadata = TRUE
options
to see the specification and the source.
Value
A tibble
with the required series.
See Also
bde_series_load()
, bde_catalog_search()
Other indicators:
bde_ind_db
Examples
bde_ind_gdp_var()
Parse dates
Description
This function is tailored for the date formatting used on this package, so it may fail if it is used for another datasets. See Examples for checking which formats would be considered.
Date Formats
FREQUENCY | FORMAT | EXAMPLES |
Daily / Business day | DD MMMMYYYY | 02 FEB2019 |
Monthly | MMM YYYY | MAR 2020 |
Quarterly | MMM YYYY, where MMM is the first or the last month of the quarter, depending on the value of its variable OBSERVED. | For the first quarter of 2020: ENE 2020, MAR 2020 |
Half-yearly | MMM YYYY, where MMM is the first or the last month of the halfyear period, depending on the value of its variable OBSERVED. | For the first half of 2020: ENE 2020, JUN 2020 |
Annual | YYYY | 2020 |
Usage
bde_parse_dates(dates_to_parse)
Arguments
dates_to_parse |
Dates to parse |
Details
Tries to parse strings representing dates using as.Date()
Value
A Date
object.
See Also
Examples
# Formats parsed
would_parse <- c(
"02 FEB2019", "15 ABR 1890", "MAR 2020", "ENE2020",
"2020", "12-1993", "01-02-2014", "01/02/1990"
)
parsed_ok <- bde_parse_dates(would_parse)
class(parsed_ok)
tibble::tibble(raw = would_parse, parsed = parsed_ok)
#-----------------------------------
# Formats not admitted
wont_parse <- c("JAN2001", "2010-01-12", "01 APR 2017", "01/31/1990")
parsed_fail <- bde_parse_dates(wont_parse)
class(parsed_fail)
tibble::tibble(raw = wont_parse, parsed = parsed_fail)
Load BdE full time-series files
Description
Load a full time-series file provided by BdE.
Usage
bde_series_full_load(
series_csv,
parse_dates = TRUE,
parse_numeric = TRUE,
cache_dir = NULL,
update_cache = FALSE,
verbose = FALSE,
extract_metadata = FALSE
)
Arguments
series_csv |
csv file of a series, as defined in the field
|
parse_dates |
Logical. If |
parse_numeric |
Logical. If |
cache_dir |
A path to a cache directory. The directory can also be set
via options with |
update_cache |
Logical. If |
verbose |
Logical |
extract_metadata |
Logical |
Details
About BdE file naming
The series name is a positional code showing the location of the table. For example, table be_6_1 represents the Table 1, Chapter 6 of the Statistical Bulletin ("BE"). Although it is a unique value, it is subject to change (i.e. a new table is inserted before).
For that reason, the function bde_series_load()
is more suitable for
extracting specific time-series.
Value
A tibble with a field Date
and the alias of the
fields series as described on the catalogs. See bde_catalog_load()
.
Note
This function tries to coerce the columns to numbers. For some series a
warning may be displayed if the parser fails. You can override the default
behavior with parse_numeric = FALSE
See Also
Other series:
bde_series_load()
Examples
# Metadata
bde_series_full_load("TI_1_1.csv", extract_metadata = TRUE)
# Data
bde_series_full_load("TI_1_1.csv")
Load a single BdE time-series
Description
The series alias is a positional code showing the location (column and/or row) of the series in the table. However, although it is unique, it is not a good candidate to be used as the series ID, as it is subject to change. If a series changes position in the table, its alias will also change.
To ensure series can still be identified, even after these changes, they
are assigned a sequential number (series_code
on this function) which
will remain unchanged throughout the series' lifetime.
Note that a single series could be used on different tables, so it can have
several aliases. If you need to search by alias it is recommended to use
bde_series_full_load()
.
Usage
bde_series_load(
series_code,
series_label = NULL,
out_format = "wide",
parse_dates = TRUE,
parse_numeric = TRUE,
cache_dir = NULL,
update_cache = FALSE,
verbose = FALSE,
extract_metadata = FALSE
)
Arguments
series_code |
a numeric (or coercible with |
series_label |
Optional. Character vector or value. Allows to specify a
custom label for the series extracted. It should have the same length than
|
out_format |
Defines if the format must be returned as a "long" dataset
or a "wide" dataset. Possible values are |
parse_dates |
Logical. If |
parse_numeric |
Logical. If |
cache_dir |
A path to a cache directory. The directory can also be set
via options with |
update_cache |
Logical. If |
verbose |
Logical |
extract_metadata |
Logical |
Details
Load a single time-series provided by BdE.
Value
A tibble
with a field Date
and :
With
out_format = "wide"
each series is presented in a separate column with the name defined byseries_label
.With
out_format = "long"
thetibble
would have two more columns,serie_name
with the labels of each series andserie_value
with the value of the series.
"wide"
format is more suitable for exporting to a .csv
file while
"long"
format is more suitable for producing plots with
ggplot2::ggplot()
. See also tidyr::pivot_longer()
and
tidyr::pivot_wider()
.
Note
This function tries to coerce the columns to numbers. For some series a
warning may be displayed if the parser fails. You can override the default
behavior with parse_numeric = FALSE
See Also
bde_catalog_load()
,
bde_catalog_search()
, bde_indicators()
Other series:
bde_series_full_load()
Examples
# Metadata
bde_series_load(573234, verbose = TRUE, extract_metadata = TRUE)
# Data
bde_series_load(573234, extract_metadata = FALSE)
# Vectorized
bde_series_load(c(573234, 573214),
series_label = c("US/EUR", "GBP/EUR"),
extract_metadata = TRUE
)
wide <- bde_series_load(c(573234, 573214),
series_label = c("US/EUR", "GBP/EUR")
)
# Wide format
wide
# Long format
long <- bde_series_load(c(573234, 573214),
series_label = c("US/EUR", "GBP/EUR"),
out_format = "long"
)
long
# Use with ggplot
library(ggplot2)
ggplot(long, aes(Date, serie_value)) +
geom_line(aes(group = serie_name, color = serie_name)) +
scale_color_bde_d() +
theme_tidybde()
BdE color palettes
Description
Custom palettes based on the publications of BdE. These are manual palettes with a maximum of 6 colors.
Usage
bde_tidy_palettes(
n = 6,
palette = c("bde_vivid_pal", "bde_rose_pal", "bde_qual_pal"),
alpha = NULL,
rev = FALSE
)
Arguments
n |
The number of colors ( |
palette |
A valid palette name. |
alpha |
An alpha-transparency level in the range |
rev |
Logical indicating whether the ordering of the colors should be reversed. |
Value
A vector of colors.
See Also
Other bde_plot:
scales_bde
,
theme_tidybde()
Examples
# BdE vivid pal
scales::show_col(bde_tidy_palettes(palette = "bde_vivid_pal"),
labels = FALSE
)
# BdE rose pal
scales::show_col(bde_tidy_palettes(palette = "bde_rose_pal"), labels = FALSE)
# BdE qual pal
scales::show_col(bde_tidy_palettes(palette = "bde_qual_pal"), labels = FALSE)
BdE superseded palettes
Description
These functions have been superseded, see bde_tidy_palettes()
as a
replacement.
Custom palettes based on the publications of BdE.
Usage
bde_vivid_pal(...)
bde_rose_pal(...)
Arguments
... |
Further arguments of the functions. |
Value
A palette of colors.
Examples
# BdE vivid pal
scales::show_col(bde_vivid_pal()(6), labels = FALSE)
# BdE rose pal
scales::show_col(bde_rose_pal()(6), labels = FALSE)
BdE scales for ggplot2
Description
Scales to be used with the ggplot2 package. Discrete palettes are
named as scale_*_bde_d
while continuous palettes are named scale_*_bde_c
.
Usage
scale_color_bde_d(
palette = c("bde_vivid_pal", "bde_rose_pal", "bde_qual_pal"),
alpha = NULL,
rev = FALSE,
...
)
scale_fill_bde_d(
palette = c("bde_vivid_pal", "bde_rose_pal", "bde_qual_pal"),
alpha = NULL,
rev = FALSE,
...
)
scale_color_bde_c(
palette = c("bde_rose_pal", "bde_vivid_pal", "bde_qual_pal"),
alpha = NULL,
rev = FALSE,
guide = "colorbar",
...
)
scale_fill_bde_c(
palette = c("bde_rose_pal", "bde_vivid_pal", "bde_qual_pal"),
alpha = NULL,
rev = FALSE,
guide = "colorbar",
...
)
Arguments
palette |
Name of the BdE palette to apply. See |
alpha |
An alpha-transparency level in the range |
rev |
Logical indicating whether the ordering of the colors should be reversed. |
... |
Further arguments of |
guide |
A function used to create a guide or its name. See
|
Value
A ggplot2 color scale.
See Also
ggplot2::discrete_scale()
, ggplot2::continuous_scale()
Other bde_plot:
bde_tidy_palettes()
,
theme_tidybde()
Examples
library(ggplot2)
set.seed(596)
txsamp <- subset(
txhousing,
city %in% c(
"Houston", "Fort Worth",
"San Antonio", "Dallas", "Austin"
)
)
ggplot(txsamp, aes(x = sales, y = median)) +
geom_point(aes(colour = city)) +
scale_color_bde_d() +
theme_minimal()
ggplot(txsamp, aes(x = sales, y = median)) +
geom_point(aes(colour = city)) +
scale_color_bde_d("bde_qual_pal") +
theme_minimal()
BdE ggplot2 theme
Description
A custom ggplot2 theme based on the publications of BdE.
Usage
theme_tidybde(...)
Arguments
... |
Arguments passed on to
|
Details
Theme based on ggplot2::theme_classic()
.
Value
See Also
Other bde_plot:
bde_tidy_palettes()
,
scales_bde
Examples
library(ggplot2)
library(dplyr)
library(tidyr)
series_TC <- bde_series_full_load("TC_1_1.csv")
# If download was OK then plot
if (nrow(series_TC) > 0) {
series_TC <- series_TC[c(1, 2)]
series_TC_pivot <- series_TC %>%
filter(
Date >= "2020-01-01" & Date <= "2020-12-31",
!is.na(series_TC[[2]])
)
names(series_TC_pivot) <- c("x", "y")
ggplot(series_TC_pivot, aes(x = x, y = y)) +
geom_line(linewidth = 0.8, color = bde_tidy_palettes(n = 1)) +
labs(
title = "Title",
subtitle = "Some metric",
caption = "Bank of Spain"
) +
theme_tidybde()
}