powered by
This function retrieves institution data from the FDIC API based on the specified parameters.
getInstitution( name = NULL, IDRSSD_or_CERT = NULL, fields, IDRSSD = TRUE, limit = 10000 )
A data frame containing the institution data.
(optional) A character string to search for in the institution name.
IDRSSD or CERT of bank
A character vector of field names to retrieve from the API.
Default:TRUE functions uses IDRSSD, to using CERT change it FALSE
An integer specifying the maximum number of records to retrieve. Default is 10000.
For more information on the FDIC API, visit https://banks.data.fdic.gov/.
df <- getInstitution(name = "Bank of America", fields = c("NAME", "CITY", "STATE"))
Run the code above in your browser using DataLab