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 continued shrinking for the seventh consecutive month in February 2025.
We estimate the total valuation of new homes sold in the U.S. last peaked in July 2024 at approximately $28.91 billion. Political Calculations' first estimate of the time-shifted trailing twelve month average of the market capitalization of new homes sold in February 2025 is $26.77 billion.
Over the last seven months, a combination of downward revisions has combined with falling new home sales and flat-to-slowly falling new home prices to result in this outcome.
The downward revisions in the data during this period have been significant. There was a brief moment in August 2024 when it appeared the initial estimate of the market cap of new homes sold in the U.S. exceeded the December 2020 peak of $30.12 billion. Subsequent revisions however have changed that view to the negative.
Overall, there's now enough data to support the observation that at no time during the Biden-Harris administration did the volume and price of new home sales ever exceed the December 2020 peak. The U.S. new home market of February 2025 is effectively about 11% smaller than it was at that time. And it's still shrinking.
The following charts present the U.S. new home market capitalization, the number of new home sales, and their sale prices as measured by their time-shifted, trailing twelve month averages from January 1976 through February 2025.
Speaking of initial new home sale price data that will be revised, here's how Reuters reported the initial data for February 2025:
New home sales increased 1.8% to a seasonally adjusted annual rate of 676,000 units last month, the Commerce Department's Census Bureau said on Tuesday. The sales pace for January was revised up to a rate of 664,000 units from the previously reported 657,000 units....
The median new house price fell 1.5% to $414,500 in February from a year earlier.
The median new house price is a figure that we use to measure the relative affordability of new homes. We plan to take a closer look at the affordability of new homes in February sometime next week.
U.S. Census Bureau. New Residential Sales Historical Data. Houses Sold. [Excel Spreadsheet]. Accessed 25 March 2025.
U.S. Census Bureau. New Residential Sales Historical Data. Median and Average Sale Price of Houses Sold. [Excel Spreadsheet]. Accessed 25 March 2025.
Image Credit: New home construction in Gilbert, Arizona photo by Jay Thompson on Flickr. Creative Commons CC BY-SA 2.0 Attribution-ShareAlike Generic Deed.
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.