jahangirripon / bd-bank-branch-list

All of the bank in bangladesh and their branches with bank code and routing number will be there in different format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bd-bank-branch-list

All of the bank in bangladesh and their branches with bank code and routing number will be there in different format. There are information of 62 banks and 8,751 Branches in total.

Structure of the json

[
    {
        "slug": "AB_BANK_LIMITED",
        "bank_code": "020",
        "name": "AB BANK LIMITED",
        "districts": [
            {
                "district_name": "BARISAL",
                "branches": [
                    {
                        "routing_number": "020060288",
                        "branch_name": "BARISAL BRANCH",
                        "branch_slug": "BARISAL_BRANCH",
                        "branch_code": "4321 / 028",
                        "swift_code": "ABBLBDDH",
                        "address": "MONSUR MANSION, 101 SADAR ROAD, BARISAL",
                        "telephone": "0431 2173186",
                        "email": "brslmg@abbl.com",
                        "fax": "0431 63562"
                    }
                ]
            }
            ...
        ]
    }
    ...
]

Note

About

All of the bank in bangladesh and their branches with bank code and routing number will be there in different format


Languages

Language:Python 100.0%