powered by
This function retrieves financial data for a given institution from the FDIC API.
getFinancials(IDRSSD_or_CERT, metrics, limit = 1, IDRSSD = TRUE, range = NULL)
A dataframe containing the requested financial data.
Numeric value indicating the IDRSSD or CERT number of the institution to retrieve data for.
Vector of metric names to retrieve financial data for.
Number of records to retrieve.
Boolean value indicating whether IDRSSD (True) or CERT number (False) is used.
Character vector contains start and end date for range. Open ended ranges can be expressed using a "*"
getFinancials(37, metrics = c("ASSET", "DEP"),limit = 10, range = c("2015-01-01","*")) getFinancials(37, metrics = c("ASSET", "DEP"),limit = 10, range = c("2015-01-01","2016-01-01"))
Run the code above in your browser using DataLab