swiftcodes-to-bank-detail
Version:
Swift Codes or BIC Codes for all the Banks in the world. Cached to json.
28 lines (27 loc) • 635 B
JSON
{
"country": "Eritrea",
"country_code": "ER",
"list": [
{
"id": 1,
"bank": "BANK OF ERITREA",
"city": "ASMARA",
"branch": null,
"swift_code": "BOERERAI"
},
{
"id": 2,
"bank": "COMMERCIAL BANK OF ERITREA",
"city": "ASMARA",
"branch": null,
"swift_code": "CBERERAI"
},
{
"id": 3,
"bank": "HOUSING AND COMMERCE BANK OF ERITREA",
"city": "ASMARA",
"branch": null,
"swift_code": "HCBEERAI"
}
]
}