Retrieve aggregate market data, statistics and historical trends by zip code.
The /markets
endpoint allows you to retrieve aggregate sale and rental listing data, averages, listing statistics, and historical price and rent trends for most zip codes in the United States.
Available Data
Each market data response will contain the following information for a given zip code:
- Price and rent statistics: average, median, minimum and maximum listed property prices and rents
- Prices and rents per square foot: averages and statistics on the square footage of listed properties, as well as prices and rents per square foot
- Days on market statistics: average, median, minimum and maximum days on the market of listed properties
- Number of listings: the total number of sale and rental listings seen each month, as well as the number of new listings published each month
- Data by property type: price and rent averages, prices and rents per square foot, days on the market and other statistics broken down by property type
- Data by property size: price and rent averages, prices and rents per square foot, days on the market and other statistics broken down by the number of bedrooms
- Historical data: Historical market averages, sale and rental statistics, and other aggregate listing data at monthly intervals
View the full market data schema to learn more about the returned fields and their possible values.
Below is an example market data response returned by our API:
{
"id": "29611",
"zipCode": "29611",
"saleData": {
"lastUpdatedDate": "2024-10-14T00:00:00.000Z",
"averagePrice": 291933,
"medianPrice": 276990,
"minPrice": 20000,
"maxPrice": 1500000,
"averagePricePerSquareFoot": 186.53,
"medianPricePerSquareFoot": 178,
"minPricePerSquareFoot": 64.9,
"maxPricePerSquareFoot": 500,
"averageSquareFootage": 1698,
"medianSquareFootage": 1600,
"minSquareFootage": 610,
"maxSquareFootage": 4588,
"averageDaysOnMarket": 67.21,
"medianDaysOnMarket": 45,
"minDaysOnMarket": 2,
"maxDaysOnMarket": 348,
"newListings": 21,
"totalListings": 265,
"dataByPropertyType": [
{
"propertyType": "Condo",
"averagePrice": 144900,
"medianPrice": 144900,
"minPrice": 144900,
"maxPrice": 144900,
"averagePricePerSquareFoot": 129.26,
"medianPricePerSquareFoot": 129.26,
"minPricePerSquareFoot": 129.26,
"maxPricePerSquareFoot": 129.26,
"averageSquareFootage": 1121,
"medianSquareFootage": 1121,
"minSquareFootage": 1121,
"maxSquareFootage": 1121,
"averageDaysOnMarket": 61,
"medianDaysOnMarket": 61,
"minDaysOnMarket": 61,
"maxDaysOnMarket": 61,
"newListings": 0,
"totalListings": 1
},
{
"propertyType": "Land",
"averagePrice": 235056,
"medianPrice": 90000,
"minPrice": 20000,
"maxPrice": 1500000,
"averagePricePerSquareFoot": null,
"medianPricePerSquareFoot": null,
"minPricePerSquareFoot": null,
"maxPricePerSquareFoot": null,
"averageSquareFootage": null,
"medianSquareFootage": null,
"minSquareFootage": null,
"maxSquareFootage": null,
"averageDaysOnMarket": 137.52,
"medianDaysOnMarket": 113,
"minDaysOnMarket": 15,
"maxDaysOnMarket": 348,
"newListings": 0,
"totalListings": 32
},
{
"propertyType": "Manufactured",
"averagePrice": 213976,
"medianPrice": 175000,
"minPrice": 39900,
"maxPrice": 850000,
"averagePricePerSquareFoot": 149.04,
"medianPricePerSquareFoot": 120.36,
"minPricePerSquareFoot": 64.9,
"maxPricePerSquareFoot": 351.97,
"averageSquareFootage": 1599,
"medianSquareFootage": 1500,
"minSquareFootage": 1000,
"maxSquareFootage": 2415,
"averageDaysOnMarket": 49,
"medianDaysOnMarket": 25,
"minDaysOnMarket": 4,
"maxDaysOnMarket": 312,
"newListings": 2,
"totalListings": 12
},
{
"propertyType": "Multi-Family",
"averagePrice": 265000,
"medianPrice": 265000,
"minPrice": 265000,
"maxPrice": 265000,
"averagePricePerSquareFoot": null,
"medianPricePerSquareFoot": null,
"minPricePerSquareFoot": null,
"maxPricePerSquareFoot": null,
"averageSquareFootage": null,
"medianSquareFootage": null,
"minSquareFootage": null,
"maxSquareFootage": null,
"averageDaysOnMarket": 6.5,
"medianDaysOnMarket": 6,
"minDaysOnMarket": 6,
"maxDaysOnMarket": 7,
"newListings": 0,
"totalListings": 2
},
{
"propertyType": "Single Family",
"averagePrice": 307585,
"medianPrice": 285000,
"minPrice": 85018,
"maxPrice": 750000,
"averagePricePerSquareFoot": 191.54,
"medianPricePerSquareFoot": 185.07,
"minPricePerSquareFoot": 65.3,
"maxPricePerSquareFoot": 500,
"averageSquareFootage": 1720,
"medianSquareFootage": 1600,
"minSquareFootage": 610,
"maxSquareFootage": 4588,
"averageDaysOnMarket": 62.3,
"medianDaysOnMarket": 50,
"minDaysOnMarket": 2,
"maxDaysOnMarket": 327,
"newListings": 13,
"totalListings": 173
},
{
"propertyType": "Townhouse",
"averagePrice": 297459,
"medianPrice": 279990,
"minPrice": 119900,
"maxPrice": 765000,
"averagePricePerSquareFoot": 180.07,
"medianPricePerSquareFoot": 170.37,
"minPricePerSquareFoot": 126.34,
"maxPricePerSquareFoot": 386.84,
"averageSquareFootage": 1665,
"medianSquareFootage": 1600,
"minSquareFootage": 949,
"maxSquareFootage": 2150,
"averageDaysOnMarket": 48.33,
"medianDaysOnMarket": 24,
"minDaysOnMarket": 2,
"maxDaysOnMarket": 347,
"newListings": 6,
"totalListings": 45
}
],
"dataByBedrooms": [
{
"bedrooms": 1,
"averagePrice": 186725,
"medianPrice": 153000,
"minPrice": 147900,
"maxPrice": 237000,
"averagePricePerSquareFoot": 240.84,
"medianPricePerSquareFoot": 191.01,
"minPricePerSquareFoot": 184.88,
"maxPricePerSquareFoot": 342.62,
"averageSquareFootage": 795,
"medianSquareFootage": 800,
"minSquareFootage": 610,
"maxSquareFootage": 968,
"averageDaysOnMarket": 123,
"medianDaysOnMarket": 56,
"minDaysOnMarket": 20,
"maxDaysOnMarket": 314,
"newListings": 0,
"totalListings": 4
},
{
"bedrooms": 2,
"averagePrice": 241458,
"medianPrice": 247000,
"minPrice": 39900,
"maxPrice": 535000,
"averagePricePerSquareFoot": 209.67,
"medianPricePerSquareFoot": 200.89,
"minPricePerSquareFoot": 65.3,
"maxPricePerSquareFoot": 386.84,
"averageSquareFootage": 1171,
"medianSquareFootage": 1077,
"minSquareFootage": 833,
"maxSquareFootage": 2292,
"averageDaysOnMarket": 71.94,
"medianDaysOnMarket": 53,
"minDaysOnMarket": 2,
"maxDaysOnMarket": 347,
"newListings": 3,
"totalListings": 49
},
{
"bedrooms": 3,
"averagePrice": 281817,
"medianPrice": 279500,
"minPrice": 64900,
"maxPrice": 765000,
"averagePricePerSquareFoot": 182.21,
"medianPricePerSquareFoot": 177.76,
"minPricePerSquareFoot": 64.9,
"maxPricePerSquareFoot": 500,
"averageSquareFootage": 1613,
"medianSquareFootage": 1587,
"minSquareFootage": 700,
"maxSquareFootage": 2800,
"averageDaysOnMarket": 46.78,
"medianDaysOnMarket": 36,
"minDaysOnMarket": 2,
"maxDaysOnMarket": 203,
"newListings": 13,
"totalListings": 133
},
{
"bedrooms": 4,
"averagePrice": 403217,
"medianPrice": 399900,
"minPrice": 119900,
"maxPrice": 750000,
"averagePricePerSquareFoot": 172.89,
"medianPricePerSquareFoot": 151.58,
"minPricePerSquareFoot": 128.61,
"maxPricePerSquareFoot": 329.63,
"averageSquareFootage": 2371,
"medianSquareFootage": 2100,
"minSquareFootage": 1560,
"maxSquareFootage": 3499,
"averageDaysOnMarket": 64.31,
"medianDaysOnMarket": 50,
"minDaysOnMarket": 2,
"maxDaysOnMarket": 210,
"newListings": 5,
"totalListings": 39
},
{
"bedrooms": 5,
"averagePrice": 506874,
"medianPrice": 425000,
"minPrice": 345000,
"maxPrice": 850000,
"averagePricePerSquareFoot": 173.42,
"medianPricePerSquareFoot": 151.07,
"minPricePerSquareFoot": 108.55,
"maxPricePerSquareFoot": 351.97,
"averageSquareFootage": 3162,
"medianSquareFootage": 2990,
"minSquareFootage": 2152,
"maxSquareFootage": 4588,
"averageDaysOnMarket": 115.14,
"medianDaysOnMarket": 44,
"minDaysOnMarket": 3,
"maxDaysOnMarket": 327,
"newListings": 0,
"totalListings": 8
}
],
"history": {
"2024-08": {
"date": "2024-08-01T00:00:00.000Z",
"averagePrice": 304256,
"medianPrice": 284900,
"minPrice": 75000,
"maxPrice": 975000,
"averagePricePerSquareFoot": 177.79,
"medianPricePerSquareFoot": 174.82,
"minPricePerSquareFoot": 115.81,
"maxPricePerSquareFoot": 342.62,
"averageSquareFootage": 1759,
"medianSquareFootage": 1591,
"minSquareFootage": 610,
"maxSquareFootage": 4588,
"averageDaysOnMarket": 56.94,
"medianDaysOnMarket": 41,
"minDaysOnMarket": 2,
"maxDaysOnMarket": 327,
"newListings": 56,
"totalListings": 215,
"dataByPropertyType": [
{
"propertyType": "Condo",
"averagePrice": 175445,
"medianPrice": 154500,
"minPrice": 154500,
"maxPrice": 196390,
"averagePricePerSquareFoot": null,
"medianPricePerSquareFoot": null,
"minPricePerSquareFoot": null,
"maxPricePerSquareFoot": null,
"averageSquareFootage": null,
"medianSquareFootage": null,
"minSquareFootage": null,
"maxSquareFootage": null,
"averageDaysOnMarket": 124,
"medianDaysOnMarket": 18,
"minDaysOnMarket": 18,
"maxDaysOnMarket": 230,
"newListings": 1,
"totalListings": 2
},
{
"propertyType": "Land",
"averagePrice": 422500,
"medianPrice": 75000,
"minPrice": 75000,
"maxPrice": 770000,
"averagePricePerSquareFoot": null,
"medianPricePerSquareFoot": null,
"minPricePerSquareFoot": null,
"maxPricePerSquareFoot": null,
"averageSquareFootage": null,
"medianSquareFootage": null,
"minSquareFootage": null,
"maxSquareFootage": null,
"averageDaysOnMarket": 174,
"medianDaysOnMarket": 112,
"minDaysOnMarket": 112,
"maxDaysOnMarket": 236,
"newListings": 0,
"totalListings": 2
},
{
"propertyType": "Manufactured",
"averagePrice": 255856,
"medianPrice": 175000,
"minPrice": 99000,
"maxPrice": 975000,
"averagePricePerSquareFoot": 122.27,
"medianPricePerSquareFoot": 122.27,
"minPricePerSquareFoot": 122.27,
"maxPricePerSquareFoot": 122.27,
"averageSquareFootage": 1962,
"medianSquareFootage": 1962,
"minSquareFootage": 1962,
"maxSquareFootage": 1962,
"averageDaysOnMarket": 51.67,
"medianDaysOnMarket": 31,
"minDaysOnMarket": 4,
"maxDaysOnMarket": 269,
"newListings": 3,
"totalListings": 9
},
{
"propertyType": "Single Family",
"averagePrice": 309096,
"medianPrice": 285000,
"minPrice": 100000,
"maxPrice": 799900,
"averagePricePerSquareFoot": 179.6,
"medianPricePerSquareFoot": 160.38,
"minPricePerSquareFoot": 115.81,
"maxPricePerSquareFoot": 342.62,
"averageSquareFootage": 1857,
"medianSquareFootage": 1700,
"minSquareFootage": 610,
"maxSquareFootage": 4588,
"averageDaysOnMarket": 61.46,
"medianDaysOnMarket": 46,
"minDaysOnMarket": 2,
"maxDaysOnMarket": 327,
"newListings": 31,
"totalListings": 157
},
{
"propertyType": "Townhouse",
"averagePrice": 297521,
"medianPrice": 284990,
"minPrice": 129900,
"maxPrice": 765000,
"averagePricePerSquareFoot": 177.36,
"medianPricePerSquareFoot": 177.36,
"minPricePerSquareFoot": 167.19,
"maxPricePerSquareFoot": 192.33,
"averageSquareFootage": 1611,
"medianSquareFootage": 1573,
"minSquareFootage": 1573,
"maxSquareFootage": 1674,
"averageDaysOnMarket": 34.18,
"medianDaysOnMarket": 19,
"minDaysOnMarket": 2,
"maxDaysOnMarket": 304,
"newListings": 21,
"totalListings": 45
}
],
"dataByBedrooms": [
{
"bedrooms": 1,
"averagePrice": 197967,
"medianPrice": 209000,
"minPrice": 147900,
"maxPrice": 237000,
"averagePricePerSquareFoot": 342.62,
"medianPricePerSquareFoot": 342.62,
"minPricePerSquareFoot": 342.62,
"maxPricePerSquareFoot": 342.62,
"averageSquareFootage": 610,
"medianSquareFootage": 610,
"minSquareFootage": 610,
"maxSquareFootage": 610,
"averageDaysOnMarket": 132,
"medianDaysOnMarket": 69,
"minDaysOnMarket": 56,
"maxDaysOnMarket": 271,
"newListings": 0,
"totalListings": 3
},
{
"bedrooms": 2,
"averagePrice": 262526,
"medianPrice": 247000,
"minPrice": 125000,
"maxPrice": 770000,
"averagePricePerSquareFoot": 197.26,
"medianPricePerSquareFoot": 189.21,
"minPricePerSquareFoot": 119.98,
"maxPricePerSquareFoot": 305.16,
"averageSquareFootage": 1373,
"medianSquareFootage": 1427,
"minSquareFootage": 899,
"maxSquareFootage": 2292,
"averageDaysOnMarket": 79.33,
"medianDaysOnMarket": 58,
"minDaysOnMarket": 2,
"maxDaysOnMarket": 304,
"newListings": 5,
"totalListings": 49
},
{
"bedrooms": 3,
"averagePrice": 282168,
"medianPrice": 279990,
"minPrice": 75000,
"maxPrice": 765000,
"averagePricePerSquareFoot": 176.35,
"medianPricePerSquareFoot": 177.36,
"minPricePerSquareFoot": 115.81,
"maxPricePerSquareFoot": 237.32,
"averageSquareFootage": 1607,
"medianSquareFootage": 1573,
"minSquareFootage": 1000,
"maxSquareFootage": 2600,
"averageDaysOnMarket": 40.81,
"medianDaysOnMarket": 26,
"minDaysOnMarket": 2,
"maxDaysOnMarket": 224,
"newListings": 44,
"totalListings": 124
},
{
"bedrooms": 4,
"averagePrice": 412531,
"medianPrice": 399000,
"minPrice": 119900,
"maxPrice": 799900,
"averagePricePerSquareFoot": 149.85,
"medianPricePerSquareFoot": 147.38,
"minPricePerSquareFoot": 137.97,
"maxPricePerSquareFoot": 160.38,
"averageSquareFootage": 2618,
"medianSquareFootage": 2490,
"minSquareFootage": 2044,
"maxSquareFootage": 3469,
"averageDaysOnMarket": 65.27,
"medianDaysOnMarket": 46,
"minDaysOnMarket": 3,
"maxDaysOnMarket": 204,
"newListings": 7,
"totalListings": 33
},
{
"bedrooms": 5,
"averagePrice": 559165,
"medianPrice": 449990,
"minPrice": 345000,
"maxPrice": 975000,
"averagePricePerSquareFoot": 150.59,
"medianPricePerSquareFoot": 150.5,
"minPricePerSquareFoot": 132.96,
"maxPricePerSquareFoot": 160.32,
"averageSquareFootage": 3300,
"medianSquareFootage": 2990,
"minSquareFootage": 2152,
"maxSquareFootage": 4588,
"averageDaysOnMarket": 137.8,
"medianDaysOnMarket": 69,
"minDaysOnMarket": 3,
"maxDaysOnMarket": 327,
"newListings": 0,
"totalListings": 6
}
]
},
"2024-09": {
"date": "2024-09-01T00:00:00.000Z",
"averagePrice": 291174,
"medianPrice": 277990,
"minPrice": 20000,
"maxPrice": 1500000,
"averagePricePerSquareFoot": 187.39,
"medianPricePerSquareFoot": 178,
"minPricePerSquareFoot": 64.9,
"maxPricePerSquareFoot": 500,
"averageSquareFootage": 1695,
"medianSquareFootage": 1600,
"minSquareFootage": 610,
"maxSquareFootage": 4588,
"averageDaysOnMarket": 63.65,
"medianDaysOnMarket": 41,
"minDaysOnMarket": 2,
"maxDaysOnMarket": 357,
"newListings": 66,
"totalListings": 269,
"dataByPropertyType": [
{
"propertyType": "Condo",
"averagePrice": 149900,
"medianPrice": 149900,
"minPrice": 149900,
"maxPrice": 149900,
"averagePricePerSquareFoot": 133.72,
"medianPricePerSquareFoot": 133.72,
"minPricePerSquareFoot": 133.72,
"maxPricePerSquareFoot": 133.72,
"averageSquareFootage": 1121,
"medianSquareFootage": 1121,
"minSquareFootage": 1121,
"maxSquareFootage": 1121,
"averageDaysOnMarket": 47,
"medianDaysOnMarket": 47,
"minDaysOnMarket": 47,
"maxDaysOnMarket": 47,
"newListings": 0,
"totalListings": 1
},
{
"propertyType": "Land",
"averagePrice": 214267,
"medianPrice": 90000,
"minPrice": 20000,
"maxPrice": 1500000,
"averagePricePerSquareFoot": null,
"medianPricePerSquareFoot": null,
"minPricePerSquareFoot": null,
"maxPricePerSquareFoot": null,
"averageSquareFootage": null,
"medianSquareFootage": null,
"minSquareFootage": null,
"maxSquareFootage": null,
"averageDaysOnMarket": 124.16,
"medianDaysOnMarket": 84,
"minDaysOnMarket": 2,
"maxDaysOnMarket": 357,
"newListings": 2,
"totalListings": 33
},
{
"propertyType": "Manufactured",
"averagePrice": 204000,
"medianPrice": 175000,
"minPrice": 39900,
"maxPrice": 850000,
"averagePricePerSquareFoot": 154.29,
"medianPricePerSquareFoot": 122.27,
"minPricePerSquareFoot": 64.9,
"maxPricePerSquareFoot": 351.97,
"averageSquareFootage": 1574,
"medianSquareFootage": 1500,
"minSquareFootage": 1000,
"maxSquareFootage": 2415,
"averageDaysOnMarket": 47.15,
"medianDaysOnMarket": 31,
"minDaysOnMarket": 4,
"maxDaysOnMarket": 298,
"newListings": 4,
"totalListings": 13
},
{
"propertyType": "Multi-Family",
"averagePrice": 265000,
"medianPrice": 265000,
"minPrice": 265000,
"maxPrice": 265000,
"averagePricePerSquareFoot": null,
"medianPricePerSquareFoot": null,
"minPricePerSquareFoot": null,
"maxPricePerSquareFoot": null,
"averageSquareFootage": null,
"medianSquareFootage": null,
"minSquareFootage": null,
"maxSquareFootage": null,
"averageDaysOnMarket": 6.5,
"medianDaysOnMarket": 6,
"minDaysOnMarket": 6,
"maxDaysOnMarket": 7,
"newListings": 2,
"totalListings": 2
},
{
"propertyType": "Single Family",
"averagePrice": 311771,
"medianPrice": 286278,
"minPrice": 85018,
"maxPrice": 774900,
"averagePricePerSquareFoot": 191.94,
"medianPricePerSquareFoot": 185.07,
"minPricePerSquareFoot": 65.3,
"maxPricePerSquareFoot": 500,
"averageSquareFootage": 1718,
"medianSquareFootage": 1620,
"minSquareFootage": 610,
"maxSquareFootage": 4588,
"averageDaysOnMarket": 60.25,
"medianDaysOnMarket": 44,
"minDaysOnMarket": 2,
"maxDaysOnMarket": 327,
"newListings": 46,
"totalListings": 174
},
{
"propertyType": "Townhouse",
"averagePrice": 297282,
"medianPrice": 279990,
"minPrice": 124900,
"maxPrice": 765000,
"averagePricePerSquareFoot": 181.38,
"medianPricePerSquareFoot": 173.74,
"minPricePerSquareFoot": 131.61,
"maxPricePerSquareFoot": 386.84,
"averageSquareFootage": 1665,
"medianSquareFootage": 1600,
"minSquareFootage": 949,
"maxSquareFootage": 2150,
"averageDaysOnMarket": 43.15,
"medianDaysOnMarket": 20,
"minDaysOnMarket": 2,
"maxDaysOnMarket": 333,
"newListings": 12,
"totalListings": 46
}
],
"dataByBedrooms": [
{
"bedrooms": 1,
"averagePrice": 188475,
"medianPrice": 160000,
"minPrice": 147900,
"maxPrice": 237000,
"averagePricePerSquareFoot": 243.02,
"medianPricePerSquareFoot": 199.75,
"minPricePerSquareFoot": 184.88,
"maxPricePerSquareFoot": 342.62,
"averageSquareFootage": 795,
"medianSquareFootage": 800,
"minSquareFootage": 610,
"maxSquareFootage": 968,
"averageDaysOnMarket": 115,
"medianDaysOnMarket": 56,
"minDaysOnMarket": 6,
"maxDaysOnMarket": 300,
"newListings": 1,
"totalListings": 4
},
{
"bedrooms": 2,
"averagePrice": 248749,
"medianPrice": 244500,
"minPrice": 39900,
"maxPrice": 770000,
"averagePricePerSquareFoot": 207.67,
"medianPricePerSquareFoot": 193.88,
"minPricePerSquareFoot": 65.3,
"maxPricePerSquareFoot": 386.84,
"averageSquareFootage": 1167,
"medianSquareFootage": 1076,
"minSquareFootage": 833,
"maxSquareFootage": 2292,
"averageDaysOnMarket": 75.94,
"medianDaysOnMarket": 53,
"minDaysOnMarket": 4,
"maxDaysOnMarket": 333,
"newListings": 14,
"totalListings": 51
},
{
"bedrooms": 3,
"averagePrice": 284498,
"medianPrice": 280000,
"minPrice": 64900,
"maxPrice": 765000,
"averagePricePerSquareFoot": 182.79,
"medianPricePerSquareFoot": 177.76,
"minPricePerSquareFoot": 64.9,
"maxPricePerSquareFoot": 500,
"averageSquareFootage": 1628,
"medianSquareFootage": 1587,
"minSquareFootage": 700,
"maxSquareFootage": 2800,
"averageDaysOnMarket": 42.04,
"medianDaysOnMarket": 32,
"minDaysOnMarket": 2,
"maxDaysOnMarket": 203,
"newListings": 39,
"totalListings": 135
},
{
"bedrooms": 4,
"averagePrice": 404014,
"medianPrice": 399000,
"minPrice": 119900,
"maxPrice": 774900,
"averagePricePerSquareFoot": 177.94,
"medianPricePerSquareFoot": 154.62,
"minPricePerSquareFoot": 132.81,
"maxPricePerSquareFoot": 340.62,
"averageSquareFootage": 2323,
"medianSquareFootage": 2045,
"minSquareFootage": 1560,
"maxSquareFootage": 3469,
"averageDaysOnMarket": 60.76,
"medianDaysOnMarket": 44,
"minDaysOnMarket": 3,
"maxDaysOnMarket": 208,
"newListings": 9,
"totalListings": 38
},
{
"bedrooms": 5,
"averagePrice": 506874,
"medianPrice": 425000,
"minPrice": 345000,
"maxPrice": 850000,
"averagePricePerSquareFoot": 173.42,
"medianPricePerSquareFoot": 151.07,
"minPricePerSquareFoot": 108.55,
"maxPricePerSquareFoot": 351.97,
"averageSquareFootage": 3162,
"medianSquareFootage": 2990,
"minSquareFootage": 2152,
"maxSquareFootage": 4588,
"averageDaysOnMarket": 109.14,
"medianDaysOnMarket": 30,
"minDaysOnMarket": 3,
"maxDaysOnMarket": 327,
"newListings": 1,
"totalListings": 8
}
]
},
"2024-10": {
"date": "2024-10-01T00:00:00.000Z",
"averagePrice": 291933,
"medianPrice": 276990,
"minPrice": 20000,
"maxPrice": 1500000,
"averagePricePerSquareFoot": 186.53,
"medianPricePerSquareFoot": 178,
"minPricePerSquareFoot": 64.9,
"maxPricePerSquareFoot": 500,
"averageSquareFootage": 1698,
"medianSquareFootage": 1600,
"minSquareFootage": 610,
"maxSquareFootage": 4588,
"averageDaysOnMarket": 67.21,
"medianDaysOnMarket": 45,
"minDaysOnMarket": 2,
"maxDaysOnMarket": 348,
"newListings": 21,
"totalListings": 265,
"dataByPropertyType": [
{
"propertyType": "Condo",
"averagePrice": 144900,
"medianPrice": 144900,
"minPrice": 144900,
"maxPrice": 144900,
"averagePricePerSquareFoot": 129.26,
"medianPricePerSquareFoot": 129.26,
"minPricePerSquareFoot": 129.26,
"maxPricePerSquareFoot": 129.26,
"averageSquareFootage": 1121,
"medianSquareFootage": 1121,
"minSquareFootage": 1121,
"maxSquareFootage": 1121,
"averageDaysOnMarket": 61,
"medianDaysOnMarket": 61,
"minDaysOnMarket": 61,
"maxDaysOnMarket": 61,
"newListings": 0,
"totalListings": 1
},
{
"propertyType": "Land",
"averagePrice": 235056,
"medianPrice": 90000,
"minPrice": 20000,
"maxPrice": 1500000,
"averagePricePerSquareFoot": null,
"medianPricePerSquareFoot": null,
"minPricePerSquareFoot": null,
"maxPricePerSquareFoot": null,
"averageSquareFootage": null,
"medianSquareFootage": null,
"minSquareFootage": null,
"maxSquareFootage": null,
"averageDaysOnMarket": 137.52,
"medianDaysOnMarket": 113,
"minDaysOnMarket": 15,
"maxDaysOnMarket": 348,
"newListings": 0,
"totalListings": 32
},
{
"propertyType": "Manufactured",
"averagePrice": 213976,
"medianPrice": 175000,
"minPrice": 39900,
"maxPrice": 850000,
"averagePricePerSquareFoot": 149.04,
"medianPricePerSquareFoot": 120.36,
"minPricePerSquareFoot": 64.9,
"maxPricePerSquareFoot": 351.97,
"averageSquareFootage": 1599,
"medianSquareFootage": 1500,
"minSquareFootage": 1000,
"maxSquareFootage": 2415,
"averageDaysOnMarket": 49,
"medianDaysOnMarket": 25,
"minDaysOnMarket": 4,
"maxDaysOnMarket": 312,
"newListings": 2,
"totalListings": 12
},
{
"propertyType": "Multi-Family",
"averagePrice": 265000,
"medianPrice": 265000,
"minPrice": 265000,
"maxPrice": 265000,
"averagePricePerSquareFoot": null,
"medianPricePerSquareFoot": null,
"minPricePerSquareFoot": null,
"maxPricePerSquareFoot": null,
"averageSquareFootage": null,
"medianSquareFootage": null,
"minSquareFootage": null,
"maxSquareFootage": null,
"averageDaysOnMarket": 6.5,
"medianDaysOnMarket": 6,
"minDaysOnMarket": 6,
"maxDaysOnMarket": 7,
"newListings": 0,
"totalListings": 2
},
{
"propertyType": "Single Family",
"averagePrice": 307585,
"medianPrice": 285000,
"minPrice": 85018,
"maxPrice": 750000,
"averagePricePerSquareFoot": 191.54,
"medianPricePerSquareFoot": 185.07,
"minPricePerSquareFoot": 65.3,
"maxPricePerSquareFoot": 500,
"averageSquareFootage": 1720,
"medianSquareFootage": 1600,
"minSquareFootage": 610,
"maxSquareFootage": 4588,
"averageDaysOnMarket": 62.3,
"medianDaysOnMarket": 50,
"minDaysOnMarket": 2,
"maxDaysOnMarket": 327,
"newListings": 13,
"totalListings": 173
},
{
"propertyType": "Townhouse",
"averagePrice": 297459,
"medianPrice": 279990,
"minPrice": 119900,
"maxPrice": 765000,
"averagePricePerSquareFoot": 180.07,
"medianPricePerSquareFoot": 170.37,
"minPricePerSquareFoot": 126.34,
"maxPricePerSquareFoot": 386.84,
"averageSquareFootage": 1665,
"medianSquareFootage": 1600,
"minSquareFootage": 949,
"maxSquareFootage": 2150,
"averageDaysOnMarket": 48.33,
"medianDaysOnMarket": 24,
"minDaysOnMarket": 2,
"maxDaysOnMarket": 347,
"newListings": 6,
"totalListings": 45
}
],
"dataByBedrooms": [
{
"bedrooms": 1,
"averagePrice": 186725,
"medianPrice": 153000,
"minPrice": 147900,
"maxPrice": 237000,
"averagePricePerSquareFoot": 240.84,
"medianPricePerSquareFoot": 191.01,
"minPricePerSquareFoot": 184.88,
"maxPricePerSquareFoot": 342.62,
"averageSquareFootage": 795,
"medianSquareFootage": 800,
"minSquareFootage": 610,
"maxSquareFootage": 968,
"averageDaysOnMarket": 123,
"medianDaysOnMarket": 56,
"minDaysOnMarket": 20,
"maxDaysOnMarket": 314,
"newListings": 0,
"totalListings": 4
},
{
"bedrooms": 2,
"averagePrice": 241458,
"medianPrice": 247000,
"minPrice": 39900,
"maxPrice": 535000,
"averagePricePerSquareFoot": 209.67,
"medianPricePerSquareFoot": 200.89,
"minPricePerSquareFoot": 65.3,
"maxPricePerSquareFoot": 386.84,
"averageSquareFootage": 1171,
"medianSquareFootage": 1077,
"minSquareFootage": 833,
"maxSquareFootage": 2292,
"averageDaysOnMarket": 71.94,
"medianDaysOnMarket": 53,
"minDaysOnMarket": 2,
"maxDaysOnMarket": 347,
"newListings": 3,
"totalListings": 49
},
{
"bedrooms": 3,
"averagePrice": 281817,
"medianPrice": 279500,
"minPrice": 64900,
"maxPrice": 765000,
"averagePricePerSquareFoot": 182.21,
"medianPricePerSquareFoot": 177.76,
"minPricePerSquareFoot": 64.9,
"maxPricePerSquareFoot": 500,
"averageSquareFootage": 1613,
"medianSquareFootage": 1587,
"minSquareFootage": 700,
"maxSquareFootage": 2800,
"averageDaysOnMarket": 46.78,
"medianDaysOnMarket": 36,
"minDaysOnMarket": 2,
"maxDaysOnMarket": 203,
"newListings": 13,
"totalListings": 133
},
{
"bedrooms": 4,
"averagePrice": 403217,
"medianPrice": 399900,
"minPrice": 119900,
"maxPrice": 750000,
"averagePricePerSquareFoot": 172.89,
"medianPricePerSquareFoot": 151.58,
"minPricePerSquareFoot": 128.61,
"maxPricePerSquareFoot": 329.63,
"averageSquareFootage": 2371,
"medianSquareFootage": 2100,
"minSquareFootage": 1560,
"maxSquareFootage": 3499,
"averageDaysOnMarket": 64.31,
"medianDaysOnMarket": 50,
"minDaysOnMarket": 2,
"maxDaysOnMarket": 210,
"newListings": 5,
"totalListings": 39
},
{
"bedrooms": 5,
"averagePrice": 506874,
"medianPrice": 425000,
"minPrice": 345000,
"maxPrice": 850000,
"averagePricePerSquareFoot": 173.42,
"medianPricePerSquareFoot": 151.07,
"minPricePerSquareFoot": 108.55,
"maxPricePerSquareFoot": 351.97,
"averageSquareFootage": 3162,
"medianSquareFootage": 2990,
"minSquareFootage": 2152,
"maxSquareFootage": 4588,
"averageDaysOnMarket": 115.14,
"medianDaysOnMarket": 44,
"minDaysOnMarket": 3,
"maxDaysOnMarket": 327,
"newListings": 0,
"totalListings": 8
}
]
}
}
},
"rentalData": {
"lastUpdatedDate": "2024-10-14T00:00:00.000Z",
"averageRent": 1521,
"medianRent": 1495,
"minRent": 750,
"maxRent": 2700,
"averageRentPerSquareFoot": 1.38,
"medianRentPerSquareFoot": 1.3,
"minRentPerSquareFoot": 0.86,
"maxRentPerSquareFoot": 2.59,
"averageSquareFootage": 1175,
"medianSquareFootage": 1100,
"minSquareFootage": 590,
"maxSquareFootage": 2100,
"averageDaysOnMarket": 25,
"medianDaysOnMarket": 8,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 304,
"newListings": 18,
"totalListings": 76,
"dataByPropertyType": [
{
"propertyType": "Apartment",
"averageRent": 1148,
"medianRent": 1050,
"minRent": 750,
"maxRent": 1975,
"averageRentPerSquareFoot": 1.23,
"medianRentPerSquareFoot": 1.13,
"minRentPerSquareFoot": 1.03,
"maxRentPerSquareFoot": 1.59,
"averageSquareFootage": 957,
"medianSquareFootage": 950,
"minSquareFootage": 650,
"maxSquareFootage": 1560,
"averageDaysOnMarket": 17.43,
"medianDaysOnMarket": 1,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 80,
"newListings": 5,
"totalListings": 15
},
{
"propertyType": "Condo",
"averageRent": 1322,
"medianRent": 1595,
"minRent": 775,
"maxRent": 1595,
"averageRentPerSquareFoot": 1.01,
"medianRentPerSquareFoot": 1.01,
"minRentPerSquareFoot": 1.01,
"maxRentPerSquareFoot": 1.01,
"averageSquareFootage": 1576,
"medianSquareFootage": 1576,
"minSquareFootage": 1576,
"maxSquareFootage": 1576,
"averageDaysOnMarket": 3.67,
"medianDaysOnMarket": 1,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 9,
"newListings": 2,
"totalListings": 3
},
{
"propertyType": "Manufactured",
"averageRent": 1700,
"medianRent": 1700,
"minRent": 1700,
"maxRent": 1700,
"averageRentPerSquareFoot": 1.14,
"medianRentPerSquareFoot": 1.14,
"minRentPerSquareFoot": 1.14,
"maxRentPerSquareFoot": 1.14,
"averageSquareFootage": 1492,
"medianSquareFootage": 1492,
"minSquareFootage": 1492,
"maxSquareFootage": 1492,
"averageDaysOnMarket": 48,
"medianDaysOnMarket": 48,
"minDaysOnMarket": 48,
"maxDaysOnMarket": 48,
"newListings": 0,
"totalListings": 1
},
{
"propertyType": "Single Family",
"averageRent": 1618,
"medianRent": 1600,
"minRent": 875,
"maxRent": 2700,
"averageRentPerSquareFoot": 1.44,
"medianRentPerSquareFoot": 1.38,
"minRentPerSquareFoot": 0.86,
"maxRentPerSquareFoot": 2.59,
"averageSquareFootage": 1175,
"medianSquareFootage": 1120,
"minSquareFootage": 590,
"maxSquareFootage": 2100,
"averageDaysOnMarket": 29.38,
"medianDaysOnMarket": 10,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 304,
"newListings": 9,
"totalListings": 54
},
{
"propertyType": "Townhouse",
"averageRent": 1783,
"medianRent": 1750,
"minRent": 1750,
"maxRent": 1848,
"averageRentPerSquareFoot": 1.13,
"medianRentPerSquareFoot": 1.11,
"minRentPerSquareFoot": 1.11,
"maxRentPerSquareFoot": 1.14,
"averageSquareFootage": 1598,
"medianSquareFootage": 1580,
"minSquareFootage": 1580,
"maxSquareFootage": 1616,
"averageDaysOnMarket": 1,
"medianDaysOnMarket": 1,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 1,
"newListings": 2,
"totalListings": 3
}
],
"dataByBedrooms": [
{
"bedrooms": 1,
"averageRent": 842,
"medianRent": 850,
"minRent": 750,
"maxRent": 945,
"averageRentPerSquareFoot": 1.35,
"medianRentPerSquareFoot": 1.3,
"minRentPerSquareFoot": 1.06,
"maxRentPerSquareFoot": 1.57,
"averageSquareFootage": 679,
"medianSquareFootage": 650,
"minSquareFootage": 590,
"maxSquareFootage": 800,
"averageDaysOnMarket": 27.33,
"medianDaysOnMarket": 9,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 80,
"newListings": 1,
"totalListings": 7
},
{
"bedrooms": 2,
"averageRent": 1411,
"medianRent": 1275,
"minRent": 875,
"maxRent": 2700,
"averageRentPerSquareFoot": 1.47,
"medianRentPerSquareFoot": 1.45,
"minRentPerSquareFoot": 0.92,
"maxRentPerSquareFoot": 2.59,
"averageSquareFootage": 972,
"medianSquareFootage": 980,
"minSquareFootage": 825,
"maxSquareFootage": 1275,
"averageDaysOnMarket": 26.38,
"medianDaysOnMarket": 1,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 304,
"newListings": 7,
"totalListings": 31
},
{
"bedrooms": 3,
"averageRent": 1701,
"medianRent": 1750,
"minRent": 1150,
"maxRent": 2395,
"averageRentPerSquareFoot": 1.35,
"medianRentPerSquareFoot": 1.33,
"minRentPerSquareFoot": 1.01,
"maxRentPerSquareFoot": 2.09,
"averageSquareFootage": 1294,
"medianSquareFootage": 1254,
"minSquareFootage": 947,
"maxSquareFootage": 1792,
"averageDaysOnMarket": 21.56,
"medianDaysOnMarket": 1,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 223,
"newListings": 9,
"totalListings": 29
},
{
"bedrooms": 4,
"averageRent": 1848,
"medianRent": 1850,
"minRent": 1595,
"maxRent": 2150,
"averageRentPerSquareFoot": 1.23,
"medianRentPerSquareFoot": 1.23,
"minRentPerSquareFoot": 0.86,
"maxRentPerSquareFoot": 1.56,
"averageSquareFootage": 1534,
"medianSquareFootage": 1500,
"minSquareFootage": 1213,
"maxSquareFootage": 2100,
"averageDaysOnMarket": 29.33,
"medianDaysOnMarket": 17,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 96,
"newListings": 1,
"totalListings": 9
}
],
"history": {
"2024-08": {
"date": "2024-08-01T00:00:00.000Z",
"averageRent": 1496,
"medianRent": 1495,
"minRent": 750,
"maxRent": 2800,
"averageRentPerSquareFoot": 1.33,
"medianRentPerSquareFoot": 1.27,
"minRentPerSquareFoot": 0.86,
"maxRentPerSquareFoot": 2.52,
"averageSquareFootage": 1171,
"medianSquareFootage": 1100,
"minSquareFootage": 650,
"maxSquareFootage": 2100,
"averageDaysOnMarket": 66.49,
"medianDaysOnMarket": 16,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 365,
"newListings": 39,
"totalListings": 96,
"dataByPropertyType": [
{
"propertyType": "Apartment",
"averageRent": 1118,
"medianRent": 1050,
"minRent": 750,
"maxRent": 1975,
"averageRentPerSquareFoot": 1.24,
"medianRentPerSquareFoot": 1.07,
"minRentPerSquareFoot": 0.98,
"maxRentPerSquareFoot": 2.16,
"averageSquareFootage": 922,
"medianSquareFootage": 950,
"minSquareFootage": 650,
"maxSquareFootage": 1560,
"averageDaysOnMarket": 63.82,
"medianDaysOnMarket": 17,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 365,
"newListings": 8,
"totalListings": 23
},
{
"propertyType": "Condo",
"averageRent": 1257,
"medianRent": 875,
"minRent": 775,
"maxRent": 1695,
"averageRentPerSquareFoot": 1.08,
"medianRentPerSquareFoot": 1.08,
"minRentPerSquareFoot": 1.06,
"maxRentPerSquareFoot": 1.1,
"averageSquareFootage": 1363,
"medianSquareFootage": 1500,
"minSquareFootage": 800,
"maxSquareFootage": 1576,
"averageDaysOnMarket": 3.83,
"medianDaysOnMarket": 1,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 10,
"newListings": 3,
"totalListings": 6
},
{
"propertyType": "Manufactured",
"averageRent": 1548,
"medianRent": 1395,
"minRent": 1395,
"maxRent": 1700,
"averageRentPerSquareFoot": 1.03,
"medianRentPerSquareFoot": 0.93,
"minRentPerSquareFoot": 0.93,
"maxRentPerSquareFoot": 1.14,
"averageSquareFootage": 1496,
"medianSquareFootage": 1492,
"minSquareFootage": 1492,
"maxSquareFootage": 1500,
"averageDaysOnMarket": 16.5,
"medianDaysOnMarket": 14,
"minDaysOnMarket": 14,
"maxDaysOnMarket": 19,
"newListings": 1,
"totalListings": 2
},
{
"propertyType": "Single Family",
"averageRent": 1642,
"medianRent": 1600,
"minRent": 875,
"maxRent": 2800,
"averageRentPerSquareFoot": 1.42,
"medianRentPerSquareFoot": 1.33,
"minRentPerSquareFoot": 0.86,
"maxRentPerSquareFoot": 2.52,
"averageSquareFootage": 1192,
"medianSquareFootage": 1140,
"minSquareFootage": 675,
"maxSquareFootage": 2100,
"averageDaysOnMarket": 80.86,
"medianDaysOnMarket": 16,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 365,
"newListings": 24,
"totalListings": 60
},
{
"propertyType": "Townhouse",
"averageRent": 1749,
"medianRent": 1750,
"minRent": 1649,
"maxRent": 1850,
"averageRentPerSquareFoot": 1.09,
"medianRentPerSquareFoot": 1.02,
"minRentPerSquareFoot": 1.02,
"maxRentPerSquareFoot": 1.17,
"averageSquareFootage": 1607,
"medianSquareFootage": 1616,
"minSquareFootage": 1580,
"maxSquareFootage": 1616,
"averageDaysOnMarket": 12.6,
"medianDaysOnMarket": 1,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 43,
"newListings": 3,
"totalListings": 5
}
],
"dataByBedrooms": [
{
"bedrooms": 1,
"averageRent": 953,
"medianRent": 825,
"minRent": 750,
"maxRent": 1610,
"averageRentPerSquareFoot": 1.41,
"medianRentPerSquareFoot": 1.3,
"minRentPerSquareFoot": 1.06,
"maxRentPerSquareFoot": 2.16,
"averageSquareFootage": 732,
"medianSquareFootage": 675,
"minSquareFootage": 650,
"maxSquareFootage": 950,
"averageDaysOnMarket": 33.44,
"medianDaysOnMarket": 17,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 124,
"newListings": 3,
"totalListings": 10
},
{
"bedrooms": 2,
"averageRent": 1349,
"medianRent": 1195,
"minRent": 875,
"maxRent": 2650,
"averageRentPerSquareFoot": 1.38,
"medianRentPerSquareFoot": 1.27,
"minRentPerSquareFoot": 0.92,
"maxRentPerSquareFoot": 2.52,
"averageSquareFootage": 986,
"medianSquareFootage": 980,
"minSquareFootage": 825,
"maxSquareFootage": 1275,
"averageDaysOnMarket": 87,
"medianDaysOnMarket": 17,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 365,
"newListings": 17,
"totalListings": 40
},
{
"bedrooms": 3,
"averageRent": 1708,
"medianRent": 1695,
"minRent": 875,
"maxRent": 2800,
"averageRentPerSquareFoot": 1.3,
"medianRentPerSquareFoot": 1.2,
"minRentPerSquareFoot": 0.93,
"maxRentPerSquareFoot": 2.09,
"averageSquareFootage": 1356,
"medianSquareFootage": 1300,
"minSquareFootage": 947,
"maxSquareFootage": 1792,
"averageDaysOnMarket": 62.11,
"medianDaysOnMarket": 12,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 365,
"newListings": 16,
"totalListings": 37
},
{
"bedrooms": 4,
"averageRent": 1881,
"medianRent": 1850,
"minRent": 1795,
"maxRent": 2150,
"averageRentPerSquareFoot": 1.25,
"medianRentPerSquareFoot": 1.26,
"minRentPerSquareFoot": 0.86,
"maxRentPerSquareFoot": 1.56,
"averageSquareFootage": 1534,
"medianSquareFootage": 1500,
"minSquareFootage": 1213,
"maxSquareFootage": 2100,
"averageDaysOnMarket": 30,
"medianDaysOnMarket": 17,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 96,
"newListings": 3,
"totalListings": 9
}
]
},
"2024-09": {
"date": "2024-09-01T00:00:00.000Z",
"averageRent": 1536,
"medianRent": 1550,
"minRent": 750,
"maxRent": 2800,
"averageRentPerSquareFoot": 1.38,
"medianRentPerSquareFoot": 1.33,
"minRentPerSquareFoot": 0.86,
"maxRentPerSquareFoot": 2.52,
"averageSquareFootage": 1180,
"medianSquareFootage": 1120,
"minSquareFootage": 590,
"maxSquareFootage": 2100,
"averageDaysOnMarket": 32.03,
"medianDaysOnMarket": 8,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 365,
"newListings": 33,
"totalListings": 80,
"dataByPropertyType": [
{
"propertyType": "Apartment",
"averageRent": 1148,
"medianRent": 975,
"minRent": 750,
"maxRent": 1975,
"averageRentPerSquareFoot": 1.25,
"medianRentPerSquareFoot": 1.07,
"minRentPerSquareFoot": 1.03,
"maxRentPerSquareFoot": 1.59,
"averageSquareFootage": 949,
"medianSquareFootage": 850,
"minSquareFootage": 650,
"maxSquareFootage": 1560,
"averageDaysOnMarket": 18.69,
"medianDaysOnMarket": 17,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 80,
"newListings": 7,
"totalListings": 14
},
{
"propertyType": "Condo",
"averageRent": 1210,
"medianRent": 875,
"minRent": 775,
"maxRent": 1595,
"averageRentPerSquareFoot": 1.01,
"medianRentPerSquareFoot": 1.01,
"minRentPerSquareFoot": 1.01,
"maxRentPerSquareFoot": 1.01,
"averageSquareFootage": 1576,
"medianSquareFootage": 1576,
"minSquareFootage": 1576,
"maxSquareFootage": 1576,
"averageDaysOnMarket": 3,
"medianDaysOnMarket": 1,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 9,
"newListings": 2,
"totalListings": 4
},
{
"propertyType": "Manufactured",
"averageRent": 1700,
"medianRent": 1700,
"minRent": 1700,
"maxRent": 1700,
"averageRentPerSquareFoot": 1.14,
"medianRentPerSquareFoot": 1.14,
"minRentPerSquareFoot": 1.14,
"maxRentPerSquareFoot": 1.14,
"averageSquareFootage": 1492,
"medianSquareFootage": 1492,
"minSquareFootage": 1492,
"maxSquareFootage": 1492,
"averageDaysOnMarket": 48,
"medianDaysOnMarket": 48,
"minDaysOnMarket": 48,
"maxDaysOnMarket": 48,
"newListings": 0,
"totalListings": 1
},
{
"propertyType": "Single Family",
"averageRent": 1637,
"medianRent": 1600,
"minRent": 875,
"maxRent": 2800,
"averageRentPerSquareFoot": 1.43,
"medianRentPerSquareFoot": 1.37,
"minRentPerSquareFoot": 0.86,
"maxRentPerSquareFoot": 2.52,
"averageSquareFootage": 1179,
"medianSquareFootage": 1120,
"minSquareFootage": 590,
"maxSquareFootage": 2100,
"averageDaysOnMarket": 38.81,
"medianDaysOnMarket": 10,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 365,
"newListings": 21,
"totalListings": 58
},
{
"propertyType": "Townhouse",
"averageRent": 1783,
"medianRent": 1750,
"minRent": 1750,
"maxRent": 1848,
"averageRentPerSquareFoot": 1.13,
"medianRentPerSquareFoot": 1.11,
"minRentPerSquareFoot": 1.11,
"maxRentPerSquareFoot": 1.14,
"averageSquareFootage": 1598,
"medianSquareFootage": 1580,
"minSquareFootage": 1580,
"maxSquareFootage": 1616,
"averageDaysOnMarket": 1,
"medianDaysOnMarket": 1,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 1,
"newListings": 3,
"totalListings": 3
}
],
"dataByBedrooms": [
{
"bedrooms": 1,
"averageRent": 899,
"medianRent": 850,
"minRent": 750,
"maxRent": 1300,
"averageRentPerSquareFoot": 1.35,
"medianRentPerSquareFoot": 1.37,
"minRentPerSquareFoot": 1.06,
"maxRentPerSquareFoot": 1.57,
"averageSquareFootage": 733,
"medianSquareFootage": 675,
"minSquareFootage": 590,
"maxSquareFootage": 950,
"averageDaysOnMarket": 27.86,
"medianDaysOnMarket": 21,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 80,
"newListings": 3,
"totalListings": 8
},
{
"bedrooms": 2,
"averageRent": 1388,
"medianRent": 1225,
"minRent": 875,
"maxRent": 2650,
"averageRentPerSquareFoot": 1.47,
"medianRentPerSquareFoot": 1.45,
"minRentPerSquareFoot": 0.92,
"maxRentPerSquareFoot": 2.52,
"averageSquareFootage": 972,
"medianSquareFootage": 980,
"minSquareFootage": 825,
"maxSquareFootage": 1275,
"averageDaysOnMarket": 22.77,
"medianDaysOnMarket": 1,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 257,
"newListings": 12,
"totalListings": 32
},
{
"bedrooms": 3,
"averageRent": 1757,
"medianRent": 1750,
"minRent": 1150,
"maxRent": 2800,
"averageRentPerSquareFoot": 1.36,
"medianRentPerSquareFoot": 1.33,
"minRentPerSquareFoot": 1.01,
"maxRentPerSquareFoot": 2.09,
"averageSquareFootage": 1315,
"medianSquareFootage": 1266,
"minSquareFootage": 947,
"maxSquareFootage": 1792,
"averageDaysOnMarket": 44.03,
"medianDaysOnMarket": 6,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 365,
"newListings": 16,
"totalListings": 31
},
{
"bedrooms": 4,
"averageRent": 1871,
"medianRent": 1850,
"minRent": 1750,
"maxRent": 2150,
"averageRentPerSquareFoot": 1.24,
"medianRentPerSquareFoot": 1.23,
"minRentPerSquareFoot": 0.86,
"maxRentPerSquareFoot": 1.56,
"averageSquareFootage": 1534,
"medianSquareFootage": 1500,
"minSquareFootage": 1213,
"maxSquareFootage": 2100,
"averageDaysOnMarket": 27.44,
"medianDaysOnMarket": 16,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 96,
"newListings": 2,
"totalListings": 9
}
]
},
"2024-10": {
"date": "2024-10-01T00:00:00.000Z",
"averageRent": 1521,
"medianRent": 1495,
"minRent": 750,
"maxRent": 2700,
"averageRentPerSquareFoot": 1.38,
"medianRentPerSquareFoot": 1.3,
"minRentPerSquareFoot": 0.86,
"maxRentPerSquareFoot": 2.59,
"averageSquareFootage": 1175,
"medianSquareFootage": 1100,
"minSquareFootage": 590,
"maxSquareFootage": 2100,
"averageDaysOnMarket": 25,
"medianDaysOnMarket": 8,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 304,
"newListings": 18,
"totalListings": 76,
"dataByPropertyType": [
{
"propertyType": "Apartment",
"averageRent": 1148,
"medianRent": 1050,
"minRent": 750,
"maxRent": 1975,
"averageRentPerSquareFoot": 1.23,
"medianRentPerSquareFoot": 1.13,
"minRentPerSquareFoot": 1.03,
"maxRentPerSquareFoot": 1.59,
"averageSquareFootage": 957,
"medianSquareFootage": 950,
"minSquareFootage": 650,
"maxSquareFootage": 1560,
"averageDaysOnMarket": 17.43,
"medianDaysOnMarket": 1,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 80,
"newListings": 5,
"totalListings": 15
},
{
"propertyType": "Condo",
"averageRent": 1322,
"medianRent": 1595,
"minRent": 775,
"maxRent": 1595,
"averageRentPerSquareFoot": 1.01,
"medianRentPerSquareFoot": 1.01,
"minRentPerSquareFoot": 1.01,
"maxRentPerSquareFoot": 1.01,
"averageSquareFootage": 1576,
"medianSquareFootage": 1576,
"minSquareFootage": 1576,
"maxSquareFootage": 1576,
"averageDaysOnMarket": 3.67,
"medianDaysOnMarket": 1,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 9,
"newListings": 2,
"totalListings": 3
},
{
"propertyType": "Manufactured",
"averageRent": 1700,
"medianRent": 1700,
"minRent": 1700,
"maxRent": 1700,
"averageRentPerSquareFoot": 1.14,
"medianRentPerSquareFoot": 1.14,
"minRentPerSquareFoot": 1.14,
"maxRentPerSquareFoot": 1.14,
"averageSquareFootage": 1492,
"medianSquareFootage": 1492,
"minSquareFootage": 1492,
"maxSquareFootage": 1492,
"averageDaysOnMarket": 48,
"medianDaysOnMarket": 48,
"minDaysOnMarket": 48,
"maxDaysOnMarket": 48,
"newListings": 0,
"totalListings": 1
},
{
"propertyType": "Single Family",
"averageRent": 1618,
"medianRent": 1600,
"minRent": 875,
"maxRent": 2700,
"averageRentPerSquareFoot": 1.44,
"medianRentPerSquareFoot": 1.38,
"minRentPerSquareFoot": 0.86,
"maxRentPerSquareFoot": 2.59,
"averageSquareFootage": 1175,
"medianSquareFootage": 1120,
"minSquareFootage": 590,
"maxSquareFootage": 2100,
"averageDaysOnMarket": 29.38,
"medianDaysOnMarket": 10,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 304,
"newListings": 9,
"totalListings": 54
},
{
"propertyType": "Townhouse",
"averageRent": 1783,
"medianRent": 1750,
"minRent": 1750,
"maxRent": 1848,
"averageRentPerSquareFoot": 1.13,
"medianRentPerSquareFoot": 1.11,
"minRentPerSquareFoot": 1.11,
"maxRentPerSquareFoot": 1.14,
"averageSquareFootage": 1598,
"medianSquareFootage": 1580,
"minSquareFootage": 1580,
"maxSquareFootage": 1616,
"averageDaysOnMarket": 1,
"medianDaysOnMarket": 1,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 1,
"newListings": 2,
"totalListings": 3
}
],
"dataByBedrooms": [
{
"bedrooms": 1,
"averageRent": 842,
"medianRent": 850,
"minRent": 750,
"maxRent": 945,
"averageRentPerSquareFoot": 1.35,
"medianRentPerSquareFoot": 1.3,
"minRentPerSquareFoot": 1.06,
"maxRentPerSquareFoot": 1.57,
"averageSquareFootage": 679,
"medianSquareFootage": 650,
"minSquareFootage": 590,
"maxSquareFootage": 800,
"averageDaysOnMarket": 27.33,
"medianDaysOnMarket": 9,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 80,
"newListings": 1,
"totalListings": 7
},
{
"bedrooms": 2,
"averageRent": 1411,
"medianRent": 1275,
"minRent": 875,
"maxRent": 2700,
"averageRentPerSquareFoot": 1.47,
"medianRentPerSquareFoot": 1.45,
"minRentPerSquareFoot": 0.92,
"maxRentPerSquareFoot": 2.59,
"averageSquareFootage": 972,
"medianSquareFootage": 980,
"minSquareFootage": 825,
"maxSquareFootage": 1275,
"averageDaysOnMarket": 26.38,
"medianDaysOnMarket": 1,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 304,
"newListings": 7,
"totalListings": 31
},
{
"bedrooms": 3,
"averageRent": 1701,
"medianRent": 1750,
"minRent": 1150,
"maxRent": 2395,
"averageRentPerSquareFoot": 1.35,
"medianRentPerSquareFoot": 1.33,
"minRentPerSquareFoot": 1.01,
"maxRentPerSquareFoot": 2.09,
"averageSquareFootage": 1294,
"medianSquareFootage": 1254,
"minSquareFootage": 947,
"maxSquareFootage": 1792,
"averageDaysOnMarket": 21.56,
"medianDaysOnMarket": 1,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 223,
"newListings": 9,
"totalListings": 29
},
{
"bedrooms": 4,
"averageRent": 1848,
"medianRent": 1850,
"minRent": 1595,
"maxRent": 2150,
"averageRentPerSquareFoot": 1.23,
"medianRentPerSquareFoot": 1.23,
"minRentPerSquareFoot": 0.86,
"maxRentPerSquareFoot": 1.56,
"averageSquareFootage": 1534,
"medianSquareFootage": 1500,
"minSquareFootage": 1213,
"maxSquareFootage": 2100,
"averageDaysOnMarket": 29.33,
"medianDaysOnMarket": 17,
"minDaysOnMarket": 1,
"maxDaysOnMarket": 96,
"newListings": 1,
"totalListings": 9
}
]
}
}
}
}
Historical sale market statistics are available from January 2024, and historical rental market statistics are available from April 2020. Note, there may be gaps in the historical data when there were not enough listings to generate statistically significant averages.
Data Sources and Coverage
Our market data is compiled by aggregating our internal property listing records and removing outlying data spikes to improve overall statistical accuracy.
Market data for the current month is updated once per day. At the end of each month, we take a snapshot of the aggregate data for that month and save it as a historical record for each zip code.
Similar to our /listings
endpoints, our aggregate market data takes into account around 96% of sale and rental listings for residential properties in all 50 US states, and around 90% of sale and rental listings for 5+ unit commercial apartment buildings, condo complexes and other residential developments.
Available Endpoints
There is a single unified endpoint available for retrieving market data and statistics - /markets
. It will return all of the aggregate and historical data we have available for a given zip code.