Learn R Programming

bbk (version 0.8.0)

boe_data: Fetch Bank of England (BoE) data

Description

Retrieve time series data from the BoE database.

Usage

boe_data(key, start_date, end_date = Sys.Date())

Value

A data.table::data.table() with the requested data.

Arguments

key

(character())
The series keys to query.

start_date

(character(1) | Date(1))
Start date of the data.

end_date

(character(1) | Date(1))
End date of the data. Default is today's date.

See Also

Other data: bbk_data(), bbk_series(), bde_data(), bdf_codelist(), bdf_data(), bdf_dataset(), boc_data(), ecb_data(), onb_data(), snb_data()

Examples

Run this code
# \donttest{
boe_data(c("IUMABEDR", "IUALBEDR"), "2015-01-01")
# }

Run the code above in your browser using DataLab