Baselight

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

Loading...
Loading...

About this Dataset

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.

Tables

Bfi Nepal

@kaggle.nischallal_bank_and_financial_institutions_dataset_of_nepal.bfi_nepal
  • 284.39 KB
  • 11958 rows
  • 7 columns
Loading...

CREATE TABLE bfi_nepal (
  "type" VARCHAR,
  "name" VARCHAR,
  "code" BIGINT,
  "address" VARCHAR,
  "district" VARCHAR,
  "branch_name" VARCHAR,
  "open_date" TIMESTAMP
);

Share link

Anyone who has the link will be able to view this.