Default
Bank Branch List
Retrieve list of US bank branches information for a given symbol.
get/bank-branch
Query parameters
{"stackTrail":"paths:/bank-branch:get:parameters:0:schema","oasType":"schema","type":"unknown"}
Symbol.
Response
successful operation
Example response
{
"symbol": "symbol",
"data": [
{
"date": "date",
"branchId": "branchId",
"zipCode": "zipCode",
"address": "address",
"state": "state"
},
{
"date": "date",
"branchId": "branchId",
"zipCode": "zipCode",
"address": "address",
"state": "state"
}
]
}Changes
Changed in 2 of the 35 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 146 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲