List of banks and related information
List of banks and related information such as legal name, link etc.
Data is available here in json format and it follows the format below:
{
"001": {
"nick": "BB",
"name": "BANCO DO BRASIL S/A",
"ispb": "00000000",
"link": "www.bb.com.br"
}
}
001
: Object key, is also the bank code (a three number long code);nick
: An optional string with the Bank’s nickname, or its more commonly known name;name
: A required string, the Bank’s legal name;ispb
: An optional string representing the Bank’s Brazilian Payment System Identifier, it’s a number used by Brazil’s Central Bank;link
: An optional string indicating Bank’s website.Sources
All data present in this file was extracted from the following sources:
Feel free to open a new pull-request to add new banks, details or countries.
This library is licensed under the MIT License.