FDIC - Banks In Kentucky
Bank institutions established in Kentucky state
@kaggle.donnetew_fdic_banks_in_kentucky
Bank institutions established in Kentucky state
@kaggle.donnetew_fdic_banks_in_kentucky
A dataset of FDIC-insured institutions established in Kentucky 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 ky_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,
"state_name" VARCHAR,
"fdic_url" VARCHAR
);Anyone who has the link will be able to view this.