| boe_sonia | R Documentation |
Downloads the Sterling Overnight Index Average (SONIA), the risk-free reference rate for sterling markets. Available daily from January 1997.
boe_sonia(
from = "1997-01-02",
to = Sys.Date(),
frequency = c("daily", "monthly", "annual"),
cache = TRUE
)
from |
Date or character (YYYY-MM-DD). Start date. Defaults to
|
to |
Date or character (YYYY-MM-DD). End date. Defaults to today. |
frequency |
Character. One of |
cache |
Logical. Use cached data if available (default |
A data frame with columns:
Date. Observation date.
Numeric. SONIA rate (percent).
https://www.bankofengland.co.uk/boeapps/database/
boe_sonia(from = "2020-01-01")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.