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
June 2023 saw continued upward momentum for new home sales in the United States. The initial estimate of the market cap of the U.S. new home market during the month is $29.43 billion, which at first glance, would appear to have dipped by a near-trivial amount from May 2023's initial estimate of $29.44 billion.
But that would not take the downward revisions to the three previous months estimated number of new home sales into account. After those adjustments, June 2023's initial market cap estimate represents a 3.4% increase from April 2023's revised market cap estimate of $28.46 billion.
Meanwhile, the average new home sale price increased by a small margin. June 2023's initial new home sale price estimate of $494,700 is up by 1.5% from the previous month's initial estimate of $487,300 and by 1.2% from May 2023's revised average new home sale price of $487,300.
Altogether, we find the rising trend for the market capitalization of the U.S. new home market is continuing. Here is the latest update to our chart illustrating the market capitalization of the U.S. new home market:
The next two charts show the latest changes in the trends for new home sales and prices:
Reuters finds the gloom in June 2023's data, but cannot deny what's still an unbroken rising trend for new home sales since November 2022:
Sales of new U.S. single-family homes fell in June after three straight monthly increases, but the trend remained strong as an acute shortage of previously owned homes underpins demand.
Reuters later goes on to echo our analysis from last month:
With the inventory of existing homes near historically low levels and multiple offers on some properties, potential buyers are seeking out new houses, driving up homebuilding. Many homeowners have mortgage loans with rates below 5%, reducing the incentive to put their houses on the market.
The rate on the popular 30-year fixed mortgage is just under 7%, according to data from the Mortgage Bankers Association.
The shortage is also boosting house prices, which had been in retreat or declining earlier this year as higher mortgage rates pushed buyers to the sidelines. According to the National Association of Home Builders, fewer builders were offering incentives, including cutting prices to increase sales.
Rising mortgage rates plus rising new home sale prices is a recipe for rising unaffordability for American consumers. We'll take a closer look at that aspect of the new home market in the near future.
U.S. Census Bureau. New Residential Sales Historical Data. Houses Sold. [Excel Spreadsheet]. Accessed 26 July 2023.
U.S. Census Bureau. New Residential Sales Historical Data. Median and Average Sale Price of Houses Sold. [Excel Spreadsheet]. Accessed 26 July 2023.
Image credit: New Home Construction by by Paul Brennan via PublicDomainPictures.net. Creative Commons. CC0 1.0 Universal (CC0 1.0) Public Domain Dedication.
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.