Professional

FDIC Bank Data

Verify FDIC-insured banks by name, certificate number, or state. Returns total assets, deposits, net income, branch count, and charter type.

Endpoints

GET /api/v1/pro/banks Requires API key

Search banks by name, FDIC certificate number, state, or city.

Parameters

nameBank name (partial match)
certFDIC certificate number
stateTwo-letter state code
cityCity name (partial match)
limitMax results (default 25, max 100)
offsetPagination offset

Example

curl -H "Authorization: Bearer pro_YOUR_KEY" \
  "https://api.verilexdata.com/api/v1/pro/banks?name=Chase&state=NY"

Response

{
  "dataset": "banks",
  "count": 1,
  "data": [
    {
      "cert": 628,
      "name": "JPMORGAN CHASE BANK, NATIONAL ASSOCIATION",
      "city": "COLUMBUS",
      "state": "OH",
      "total_assets": 3386000000000,
      "total_deposits": 2400000000000,
      "net_income": 48000000000,
      "num_branches": 4875,
      "charter_type": "N",
      "active": true,
      "established_date": "1824-09-01"
    }
  ]
}
GET /api/v1/pro/banks/stats Free

Dataset coverage: total banks, latest update, source info.

GET /api/v1/pro/banks/sample Free

10 sample records (top banks by total assets).

ABA Routing Number Lookup

Bundled with the banks dataset. Look up any US bank routing number to verify the institution.

GET /api/v1/pro/banks/aba Requires API key
routing_number9-digit ABA routing number
bank_nameBank name (partial match)
stateTwo-letter state code

BIN (Card Number) Lookup

Bundled with the banks dataset. Identify the issuing bank, card network, and card type from the first 6-8 digits of any card number.

GET /api/v1/pro/banks/bin Requires API key
binFirst 6-8 digits of card number
brandVISA, MASTERCARD, AMEX, DISCOVER
issuerIssuing bank name (partial match)
countryISO country code (e.g. US, GB)
typeDEBIT, CREDIT, PREPAID

Stay in the loop

New datasets, features, and pricing changes. No spam.

How can we help?

Choose a category and tell us what you need.