get_fry9c_historical_data: Get FR Y-9c data

View source: R/get_fry9c_historical_data.R

get_fry9c_historical_dataR Documentation

Get FR Y-9c data

Description

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

Usage

get_fry9c_historical_data(year, quarter, verbose = TRUE)

Arguments

year

the year requested starting in 1986

quarter

the quarter requested [1,2,3,4]

verbose

should messages be printed? (Default: TRUE)

Details

After 2021, the data moved to https://www.ffiec.gov/npw/FinancialReport/FinancialDataDownload

Value

a data.frame containing the results

Examples

## Not run: X <- get_fry9c_historical_data(2015, 1)

bertcarnell/fry9c documentation built on April 18, 2022, 10:05 p.m.