View source: R/boe_mortgage_approvals.R
| boe_mortgage_approvals | R Documentation |
Downloads the monthly count of mortgage approvals for house purchase, a widely watched leading indicator of housing market activity. Available from April 1993.
boe_mortgage_approvals(
from = "1993-04-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. Number of mortgage approvals.
https://www.bankofengland.co.uk/boeapps/database/
boe_mortgage_approvals(from = "2015-01-01")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.