boe_data: Fetch Bank of England (BoE) data

View source: R/boe.R

boe_dataR Documentation

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())

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.

Value

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

Source

https://www.bankofengland.co.uk/boeapps/database

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



boe_data(c("IUMABEDR", "IUALBEDR"), "2015-01-01")



bbk documentation built on Nov. 5, 2025, 6:07 p.m.