powered by
This function retrieves the history of a bank by either its FDIC certificate number or name. The user can specify which fields to include in the output.
getHistory(CERT_or_NAME = NULL, fields, CERT = TRUE, limit = 10000)
A data frame containing the requested history information for the specified bank.
Either the FDIC certificate number or the name of the bank for which to retrieve history information.
A character vector specifying the fields to include in the output.
A logical value indicating whether the value in CERT_or_NAME is a FDIC certificate number (default is TRUE).
An integer indicating the maximum number of records to retrieve (default and max is 10000).
getHistory(CERT_or_NAME = 3850, c("INSTNAME","CERT","PCITY","PSTALP","PZIP5"))
Run the code above in your browser using DataLab