
Field definitions for the FDIC BankFind Suite /financials endpoint
Source: R/data.R
fdic_financials.RdA data frame describing the fields available when querying the
/financials endpoint via get_financials().
Format
A data frame with 2,377 rows and 4 columns:
- field
Field name, as passed to the
fieldsorsort_byarguments.- title
Human-readable title for the field.
- description
Extended description of the field, where available.
- type
Data type of the field (
"string"or"number").
Note
This dataset reflects the API field definitions provided by the FDIC at
the time the package was built. The FDIC API may have added, removed, or
renamed fields since then. To confirm which fields are currently available,
call get_financials() with limit = 1 and no fields argument.