Retrieve list of US bank branches for a given symbol (e.g. JPM). Includes branch identifiers, address, state, zip code, and date.
Use Case: Display branch locations for a bank stock or branch network analysis.
| Parameter | Type | Required | Description |
|---|---|---|---|
symbol | string | Yes | Stock ticker symbol (e.g. JPM). |
200 OK with a JSON object containing a data array of branch entries (e.g. branchId, address, state, zipCode, date), and symbol.
Errors: 400 when symbol is missing, 401 unauthorized, 404 when no data found, 500 server error.