to your HTML Add class="sortable" to any table you'd like to make sortable Click on the headers to sort Thanks to many, many people for contributions and suggestions. Licenced as X11: http://www.kryogenix.org/code/browser/licence.html This basically means: do what you want with it. */ var stIsIE = /*@cc_on!@*/false; sorttable = { init: function() { // quit if this function has already been called if (arguments.callee.done) return; // flag this function so we don't do the same thing twice arguments.callee.done = true; // kill the timer if (_timer) clearInterval(_timer); if (!document.createElement || !document.getElementsByTagName) return; sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/; forEach(document.getElementsByTagName('table'), function(table) { if (table.className.search(/\bsortable\b/) != -1) { sorttable.makeSortable(table); } }); }, makeSortable: function(table) { if (table.getElementsByTagName('thead').length == 0) { // table doesn't have a tHead. Since it should have, create one and // put the first table row in it. the = document.createElement('thead'); the.appendChild(table.rows[0]); table.insertBefore(the,table.firstChild); } // Safari doesn't support table.tHead, sigh if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0]; if (table.tHead.rows.length != 1) return; // can't cope with two header rows // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as // "total" rows, for example). This is B&R, since what you're supposed // to do is put them in a tfoot. So, if there are sortbottom rows, // for backwards compatibility, move them to tfoot (creating it if needed). sortbottomrows = []; for (var i=0; i
The U.S. new home market has largely recovered from the disruption of January 2026's blizzards. Unfortunately, rising mortgage rates combined with an uptick in the average sale price of new homes to reduce the quantity of sales. This combination of factors resulted in the total valuation of new homes sold in April 2026 to decline below the levels recorded a month earlier.
Political Calculations' initial estimate of the total value of new home sales in the United States during April 2026 is $28.30 billion. This value is slightly higher than the initial estimate of $28.24 billion for March 2026, but has declined from a revised value of $28.43 billion for the month.
The number of new home sales continues to hold relatively steady. The initial estimate of the annualized trailing twelve month average of the total number of new home sales for April 2026 is 665,000. This value falls below the range of 671,000 and 684,000 that had held since January 2024.
The initial estimate of the trailing twelve month average of a new home sold in April 2026 is $521,300. New home prices have generally rising since bottoming at $502,525 in September 2024. The average remains below the peak of $529,692 recorded for June 2022 at the height of the high inflation unleashed by the Biden administration.
All these figures represent time-shifted, partial trailing twelve month averages for each data series, which will be subject to revision for the next ten months before being finalized. The following charts present the U.S. new home market capitalization, the number of new home sales, and their average sale prices as measured by their time-shifted, trailing twelve month averages from January 1976 through April 2026.
New home sales were reported to have surged in March as prices fell to a five-year low, but much of this boost in sales may represent a springback from the impact of blizzards in much of the U.S. in January 2026 that shrank sales far below expectations.
Bloomberg confirms the April 2026 sales slump for new homes was not expected:
Sales of new US homes declined in April by more than forecast as builder incentives failed to motivate potential buyers at the start of the spring selling season.
Purchases of new single-family homes decreased 6.2% from March to a 622,000 annualized pace, according to government data released Thursday. Economists expected a 660,000 rate, based on the median estimate in a Bloomberg survey.
It would seem the springback in sales from January 2026's blizzards was truly that and not the start of an upward trend.
U.S. Census Bureau. New Residential Sales Historical Data. Houses Sold. [Excel Spreadsheet]. Accessed 28 May 2026.
U.S. Census Bureau. New Residential Sales Historical Data. Median and Average Sale Price of Houses Sold. [Excel Spreadsheet]. Accessed 28 May 2026.
Image Credit: High angle shot of suburban neighborhood photo by David McBee on Pexels.
Labels: real estate
Welcome to the blogosphere's toolchest! Here, unlike other blogs dedicated to analyzing current events, we create easy-to-use, simple tools to do the math related to them so you can get in on the action too! If you would like to learn more about these tools, or if you would like to contribute ideas to develop for this blog, please e-mail us at:
ironman at politicalcalculations
Thanks in advance!
Closing values for previous trading day.
This site is primarily powered by:
The tools on this site are built using JavaScript. If you would like to learn more, one of the best free resources on the web is available at W3Schools.com.