get_fry9c_data: Get FR Y-9c data

View source: R/get_fry9c_data.R

get_fry9c_dataR Documentation

Get FR Y-9c data

Description

Query the FFIEC (Federal Financial Institutions Examination Council) NIC (National Information Center) to obtain the requested year and quarter FR Y-9c

Usage

get_fry9c_data(year, quarter, verbose = TRUE)

Arguments

year

the year requested starting in 2017 (for prior years, use get_fry9c_historical_data)

quarter

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

verbose

should messages be printed? (Default: TRUE)

Details

https://www.ffiec.gov/npw/FinancialReport/FinancialDataDownload

Value

a data.frame containing the results

See Also

get_fry9c_historical_data

Examples

## Not run: X <- get_fry9c_data(2021, 1)

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