| bde_data | R Documentation |
Retrieve time series data from the BdE statistics API.
bde_data(key, time_range = NULL, lang = "en")
key |
( |
time_range |
(
If |
lang |
( |
You can search for the series codes in the BIEST application or in the tables published by the Banco de España.
A data.table::data.table() with the requested data.
https://www.bde.es/webbe/en/estadisticas/recursos/api-estadisticas-bde.html
Other data:
bbk_data(),
bbk_series(),
bdf_codelist(),
bdf_data(),
bdf_dataset(),
boc_data(),
boe_data(),
ecb_data(),
onb_data(),
snb_data()
bde_data("D_1NBAF472", time_range = "30M")
bde_data(c("DTNPDE2010_P0000P_PS_APU", "DTNSEC2010_S0000P_APU_SUMAMOVIL"), time_range = "MAX")
bde_data("DEEQ.N.ES.W1.S1.S1.T.B.G._Z._Z._Z.EUR._T._X.N.ALL", time_range = 2024)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.