FDIC - Banks In Washington State
Bank institutions established in Washington state
@kaggle.donnetew_fdic_banks_in_washington_state_17822020
Bank institutions established in Washington state
@kaggle.donnetew_fdic_banks_in_washington_state_17822020
A dataset of FDIC-insured institutions established in Washington state between 1869 and 2020. Records include demographic information related to the institution such as locational detail (name, city, state, etc) and operating status. The dataset also includes a url to the FDIC’s public records for up to date info for each institution.
CREATE TABLE wa_fdic_institutions (
"fdic_certificate_number" BIGINT,
"institution" VARCHAR,
"status" VARCHAR,
"established_date" TIMESTAMP,
"established_year" BIGINT,
"last_updated" TIMESTAMP,
"effective_date" TIMESTAMP,
"end_effective_date" TIMESTAMP,
"regulator" VARCHAR,
"city" VARCHAR,
"address" VARCHAR,
"bank_charter_class" VARCHAR,
"occ_charter" BIGINT,
"chartering_agency" VARCHAR,
"county_name" VARCHAR,
"fdic_supervisory_region" VARCHAR,
"fed_reserve_district" VARCHAR,
"insurance_fund_membership" VARCHAR,
"state_chartered" BOOLEAN,
"fdic_url" VARCHAR
);Anyone who has the link will be able to view this.