v5

OpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Equities Indices

US bank branch locations (FDIC BankFind)

Branch/office locations for a US-listed bank from the FDIC BankFind Suite (Tier S, primary source). The ticker is mapped to an FDIC certificate by confidence: a curated seed map of the major US bank holding companies, else the company's SEC registrant name matched against the FDIC holding-company name (NAMEHCR) - an exact multi-token match auto-resolves, otherwise a 404 returns candidate institutions to disambiguate. Pass ?cert= to override resolution with an exact FDIC certificate. Filter by ?state= (two-letter) for regional analysis. Counts cover the matched insured bank only; trust / card / online banks correctly show few offices.

get/api/v1/equities/{symbol}/bank-branches

Path parameters

symbolstring required

Bank ticker symbol.

Example:JPM

Bank ticker symbol.

Query parameters

certinteger nullable

Override resolution with an exact FDIC certificate number.

Example:628

Override resolution with an exact FDIC certificate number.

statestring nullable

Two-letter state code to filter branches (e.g. CA).

Example:CA

Two-letter state code to filter branches (e.g. CA).

offsetinteger

Pagination offset.

Pagination offset.

limitinteger

Branches per page (max 1000).

Branches per page (max 1000).

Response

The matched FDIC-insured institution plus a paginated list of its branch/office locations (address, county, service type, established date), optionally filtered by state.

Example response

{
  "data": {
    "symbol": "JPM",
    "institution": {
      "name": "JPMorgan Chase Bank, National Association",
      "holding_company": "JPMORGAN CHASE&CO"
    },
    "branches": [
      {
        "name": "FOWLERVILLE BRANCH",
        "service_type_desc": "FULL SERVICE - BRICK AND MORTAR"
      }
    ]
  },
  "meta": {
    "endpoint": "/api/v1/fred/us/cpi",
    "data_time": "2026-04-16T14:30:00Z",
    "response_time": "2026-04-16T14:30:12Z",
    "provider": "Sugra API v1.0.1",
    "source": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ]
  }
}