View source: R/get_fry9c_historical_data.R
| get_fry9c_historical_data | R Documentation | 
Query the Chicago Fed to obtain the requested year and quarter FR Y-9c up to 2021 at https://www.chicagofed.org/banking/financial-institution-reports/bhc-data
get_fry9c_historical_data(year, quarter, verbose = TRUE)
year | 
 the year requested starting in 1986  | 
quarter | 
 the quarter requested [1,2,3,4]  | 
verbose | 
 should messages be printed? (Default: TRUE)  | 
After 2021, the data moved to https://www.ffiec.gov/npw/FinancialReport/FinancialDataDownload
a data.frame containing the results
## Not run: X <- get_fry9c_historical_data(2015, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.