swiftcodes-to-bank-detail
Version:
Swift Codes or BIC Codes for all the Banks in the world. Cached to json.
35 lines (34 loc) • 829 B
JSON
{
"country": "Montserrat",
"country_code": "MS",
"list": [
{
"id": 1,
"bank": "BANK OF MONTSERRAT LIMITED",
"city": "BRADES",
"branch": null,
"swift_code": "BKMOMSMS"
},
{
"id": 2,
"bank": "CAPITAL INTERNATIONAL BANK INC.",
"city": "BRADES",
"branch": null,
"swift_code": "CAPBMSMS"
},
{
"id": 3,
"bank": "GOVERNMENT OF MONTSERRAT",
"city": "BRADES",
"branch": null,
"swift_code": "GVMSMSMS"
},
{
"id": 4,
"bank": "RBC ROYAL BANK OF CANADA",
"city": "PLYMOUTH",
"branch": null,
"swift_code": "ROYCMSMS"
}
]
}