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.
Path parameters
Bank ticker symbol.
Bank ticker symbol.
Query parameters
Override resolution with an exact FDIC certificate number.
Override resolution with an exact FDIC certificate number.
Two-letter state code to filter branches (e.g. CA).
Two-letter state code to filter branches (e.g. CA).
Pagination offset.
Pagination offset.
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"
]
}
}