View source: R/boe_money_supply.R
| boe_money_supply | R Documentation |
Downloads monthly M4 (broad money) amounts outstanding from the Bank of England. Available from June 1982.
boe_money_supply(
from = "1982-06-01",
to = Sys.Date(),
seasonally_adjusted = TRUE,
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. |
seasonally_adjusted |
Logical. Return seasonally adjusted series
(default |
cache |
Logical. Use cached data if available (default |
A data frame with columns:
Date. End of month.
Numeric. M4 amounts outstanding (millions of pounds).
https://www.bankofengland.co.uk/boeapps/database/
boe_money_supply(from = "2000-01-01")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.