swiftcodes-to-bank-detail
Version:
Swift Codes or BIC Codes for all the Banks in the world. Cached to json.
35 lines (34 loc) • 810 B
JSON
{
"country": "Northern Mariana Islands",
"country_code": "MP",
"list": [
{
"id": 1,
"bank": "ALLIED MERCANTILE BANK CORPORATION",
"city": "SAIPAN",
"branch": null,
"swift_code": "ALMPMPMP"
},
{
"id": 2,
"bank": "BANK OF HAWAII",
"city": "SAIPAN",
"branch": null,
"swift_code": "BOHIMPM1"
},
{
"id": 3,
"bank": "BANK OF SAIPAN",
"city": "SAIPAN",
"branch": null,
"swift_code": "BSAIMPM1"
},
{
"id": 4,
"bank": "BANK OF GUAM",
"city": "SAIPAN",
"branch": null,
"swift_code": "GMBKMPM1"
}
]
}