| boe_data | R Documentation |
Retrieve time series data from the BoE database.
boe_data(key, start_date, end_date = Sys.Date())
key |
( |
start_date |
( |
end_date |
( |
A data.table::data.table() with the requested data.
https://www.bankofengland.co.uk/boeapps/database
Other data:
banxico_data(),
bbk_data(),
bbk_series(),
bcb_data(),
bcb_expectations(),
bcb_fx_rates(),
bcb_inflation(),
bcb_selic(),
bcb_top5(),
bde_data(),
bde_latest(),
bdf_codelist(),
bdf_data(),
bdf_dataset(),
bdp_data(),
bis_data(),
boc_data(),
boi_data(),
boj_data(),
cnb_czeonia(),
cnb_data(),
cnb_fx_other_rates(),
cnb_fx_rates(),
cnb_pribor(),
ecb_data(),
nbp_fx_rates(),
nbp_gold(),
nob_data(),
onb_data(),
snb_data(),
srb_cross_rates(),
srb_data()
# Bank Rate
boe_data("IUDBEDR", "2015-01-01")
# SONIA daily rate
boe_data("IUDSOIA", "2015-01-01")
# 10-year nominal par yield
boe_data("IUDMNPY", "2015-01-01")
# multiple series
boe_data(c("IUMABEDR", "IUALBEDR"), "2015-01-01")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.