Institution

BankingFederal GovernmentFinancial DataInsurance

Institution is an example object payload from Federal Deposit Insurance Corporation, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

metadata

Example Payload

Raw ↑
{
  "meta": {
    "total": 1,
    "parameters": {
      "filters": "STNAME:\"North Carolina\"",
      "limit": 1
    }
  },
  "data": [
    {
      "CERT": "3510",
      "NAME": "First Citizens Bank and Trust Company",
      "CITY": "Raleigh",
      "STNAME": "North Carolina",
      "ZIP": "27603",
      "BKCLASS": "NM",
      "ACTIVE": 1,
      "CHARTER": "N",
      "FED_RSSD": "491224",
      "WEBADDR": "https://www.firstcitizens.com",
      "ASSET": 213757000,
      "DEP": 153411000
    }
  ]
}