swiftcodes-to-bank-detail
Version:
Swift Codes or BIC Codes for all the Banks in the world. Cached to json.
35 lines (34 loc) • 811 B
JSON
{
"country": "Marshall Islands",
"country_code": "MH",
"list": [
{
"id": 1,
"bank": "ANAMETRICS HOLDINGS LIMITED",
"city": "MAJURO",
"branch": null,
"swift_code": "ANHDMH22"
},
{
"id": 2,
"bank": "BANK OF HAWAII",
"city": "MAJURO",
"branch": null,
"swift_code": "BOHIMH21"
},
{
"id": 3,
"bank": "BANK OF MARSHALL ISLANDS",
"city": "MAJURO",
"branch": null,
"swift_code": "BOMDMH22"
},
{
"id": 4,
"bank": "WADIAH CAPITAL LTD",
"city": "MAJURO",
"branch": null,
"swift_code": "WACPMH21"
}
]
}