swiftcodes-to-bank-detail
Version:
Swift Codes or BIC Codes for all the Banks in the world. Cached to json.
35 lines (34 loc) • 780 B
JSON
{
"country": "Guam",
"country_code": "GU",
"list": [
{
"id": 1,
"bank": "ALLIED BANKING CORPORATION",
"city": "TAMUNING",
"branch": null,
"swift_code": "ABCMGUG1"
},
{
"id": 2,
"bank": "ANZ GUAM, INC.",
"city": "AGANA",
"branch": null,
"swift_code": "ANZBGUGG"
},
{
"id": 3,
"bank": "BANK OF GUAM",
"city": "AGANA",
"branch": null,
"swift_code": "GMBKGUGU"
},
{
"id": 4,
"bank": "BANK OF NAURU",
"city": "AGANA",
"branch": null,
"swift_code": "BNAUGUG1"
}
]
}