-
Notifications
You must be signed in to change notification settings - Fork 0
/
banks.json
129 lines (129 loc) · 2.38 KB
/
banks.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"banks": [
{
"swift": "BECHCLRM",
"name": "Banco Del Estado De Chile",
"sbif": "012"
},
{
"swift": "BCHICLRM",
"name": "Banco De Chile",
"sbif": "001"
},
{
"swift": "BCNPCLRM",
"name": "Banco Paris",
"sbif": "056"
},
{
"swift": "BHIFCLRM",
"name": "Banco Bilbao Vizcaya Argentaria (BBVA)",
"sbif": "057"
},
{
"swift": "BICECLRM",
"name": "Banco Bice",
"sbif": "027"
},
{
"swift": "BPENCLRM",
"name": "Banco Penta",
"sbif": "055"
},
{
"swift": "BSCHCLRM",
"name": "Banco Santander",
"sbif": "031"
},
{
"swift": "BSCLCLRM",
"name": "Banco Security",
"sbif": "039"
},
{
"swift": "CREDCLRM",
"name": "Banco De Crédito e Inversiones (BCI)",
"sbif": "016"
},
{
"swift": "FALACLRM",
"name": "Banco Falabella",
"sbif": "049"
},
{
"swift": "ITAUCLRM",
"name": "Banco Itau Chile",
"sbif": "037"
},
{
"swift": "MNEXCLRM",
"name": "Banco Consorcio",
"sbif": "054"
},
{
"swift": "RPLYCLRM",
"name": "Banco Ripley",
"sbif": "051"
},
{
"swift": "RABOCLRM",
"name": "Rabobank Chile",
"sbif": "053"
},
{
"swift": "BKSACLRM",
"name": "Banco Scotiabank",
"sbif": "014"
},
{
"swift": "CONBCLRM",
"name": "Banco Corpbanca",
"sbif": "027"
},
{
"swift": "BLICCLRM",
"name": "HSBC Bank Chile",
"sbif": "028"
},
{
"swift": "BTGCLRM",
"name": "Banco BTG Pactual Chile",
"sbif": "059"
},
{
"swift": "BCHCLRM",
"name": "Banco Internacional",
"sbif": "009"
},
{
"swift": "ITAUCLRM",
"name": "Itaú Corpbanca",
"sbif": "039"
},
{
"swift": "BRASCLRM",
"name": "Banco Do Brasil",
"sbif": "017"
},
{
"swift": "CHASCLRM",
"name": "JP Morgan Chase Bank",
"sbif": "041"
},
{
"swift": "NACNCLRM",
"name": "Banco de la Nación Argentina",
"sbif": "043"
},
{
"swift": "BOTKCLRM",
"name": "The Bank of Tokyo - Mitsubishi UFJ",
"sbif": "045"
},
{
"swift": "CHCBCLRM",
"name": "China Construction Bank",
"sbif": "060"
}
]
}