Package: ffiec
Type: Package
Title: R Interface to 'FFIEC Central Data Repository REST API' Service
Version: 0.1.3
Authors@R: c(
    person("Michael", "Thomas", email = "mthomas@ketchbrookanalytics.com",
           role = c("aut", "cre")),
    person("Ketchbrook Analytics", role = c("cph", "fnd"))
  )
Description: Provides a simplified interface to the Central Data Repository 'REST
    API' service made available by the United States Federal Financial
    Institutions Examination Council ('FFIEC'). Contains functions to retrieve
    reports of Condition and Income (Call Reports) and Uniform Bank Performance
    Reports ('UBPR') in list or tidy data frame format for most 'FDIC' insured
    institutions. See
    <https://cdr.ffiec.gov/public/Files/SIS611_-_Retrieve_Public_Data_via_Web_Service.pdf>
    for the official 'REST API' documentation published by the 'FFIEC'.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
Depends: R (>= 4.1)
Imports: cli, dplyr, httr2, jsonlite, purrr, rlang, stringr, tibble,
        xml2
Suggests: testthat (>= 3.0.0)
URL: https://github.com/ketchbrookanalytics/ffiec,
        https://ketchbrookanalytics.github.io/ffiec/
BugReports: https://github.com/ketchbrookanalytics/ffiec/issues
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-10-21 13:28:04 UTC; root
Author: Michael Thomas [aut, cre],
  Ketchbrook Analytics [cph, fnd]
Maintainer: Michael Thomas <mthomas@ketchbrookanalytics.com>
Repository: CRAN
Date/Publication: 2025-10-25 12:40:17 UTC
Built: R 4.4.3; ; 2025-11-01 04:26:53 UTC; windows
