powered by
Retrieve time series data from the BoE database.
boe_data(key, start_date, end_date = Sys.Date())
A data.table::data.table() with the requested data.
data.table::data.table()
(character()) The series keys to query.
character()
(character(1) | Date(1)) Start date of the data.
character(1)
Date(1)
(character(1) | Date(1)) End date of the data. Default is today's date.
Other data: bbk_data(), bbk_series(), bde_data(), bdf_codelist(), bdf_data(), bdf_dataset(), boc_data(), ecb_data(), onb_data(), snb_data()
bbk_data()
bbk_series()
bde_data()
bdf_codelist()
bdf_data()
bdf_dataset()
boc_data()
ecb_data()
onb_data()
snb_data()
# \donttest{ boe_data(c("IUMABEDR", "IUALBEDR"), "2015-01-01") # }
Run the code above in your browser using DataLab