Real Estate Sales 2001-2022 GL
State of Connecticut
@usgov.state_of_connecticut_real_estate_sales_2001_2018
State of Connecticut
@usgov.state_of_connecticut_real_estate_sales_2001_2018
The Office of Policy and Management maintains a listing of all real estate sales with a sales price of $2,000 or greater that occur between October 1 and September 30 of each year. For each sale record, the file includes: town, property address, date of sale, property type (residential, apartment, commercial, industrial or vacant land), sales price, and property assessment. Data are collected in accordance with Connecticut General Statutes, section 10-261a and 10-261b: https://www.cga.ct.gov/current/pub/chap_172.htm#sec_10-261a and https://www.cga.ct.gov/current/pub/chap_172.htm#sec_10-261b. Annual real estate sales are reported by grand list year (October 1 through September 30 each year). For instance, sales from 2018 GL are from 10/01/2018 through 9/30/2019. Some municipalities may not report data for certain years because when a municipality implements a revaluation, they are not required to submit sales data for the twelve months following implementation.
Organization: State of Connecticut
Last updated: 2020-11-12T14:54:11.874009
Tags: housing, opm, real-estate, sales
CREATE TABLE table_1 (
"serial_number" BIGINT,
"list_year" BIGINT,
"date_recorded" TIMESTAMP,
"town" VARCHAR,
"address" VARCHAR,
"assessed_value" DOUBLE,
"sale_amount" DOUBLE,
"sales_ratio" DOUBLE,
"property_type" VARCHAR,
"residential_type" VARCHAR,
"non_use_code" VARCHAR,
"assessor_remarks" VARCHAR,
"opm_remarks" VARCHAR,
"location" VARCHAR
);Anyone who has the link will be able to view this.