Bank And Financial Institutions Dataset Of Nepal
BFI dataset of Nepal (Address, District, Opening Date, Branch Name etc)
@kaggle.nischallal_bank_and_financial_institutions_dataset_of_nepal
BFI dataset of Nepal (Address, District, Opening Date, Branch Name etc)
@kaggle.nischallal_bank_and_financial_institutions_dataset_of_nepal
Scraped from https://www.nrb.org.np/bank-list/ the "Bank and Financial Institutions Dataset of Nepal" provides comprehensive information about various banks and financial institutions operating in Nepal. The dataset includes details such as the name of the institution, unique codes, district locations, branch names, physical addresses, and respective opening dates.
CREATE TABLE bfi_nepal (
"type" VARCHAR,
"name" VARCHAR,
"code" BIGINT,
"address" VARCHAR,
"district" VARCHAR,
"branch_name" VARCHAR,
"open_date" TIMESTAMP
);Anyone who has the link will be able to view this.