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
After pausing for nine months, the U.S. Federal Reserve resumed cutting interest rates on 17 September 2025. The Fed reduced the Federal Funds Rate by a quarter percent to a target range of 4.00-4.25%.
As expected, this action reduced the probability a recession will begin in the next twelve months. The recession forecasting method we've used to monitor the odds of recession starting in the U.S. indicates the recession probability has dipped from 26.5% six weeks ago to 23.7% as the Fed appears set to reduce U.S. interest rates further.
We anticipate that action will continue pushing the odds of a U.S. recession starting in the next twelve months down slowly because of the expected small size of its imminent rate cut. We project that in the next six weeks, the probability of a U.S. recession getting started in the next twelve months will be around 21%.
Then, assuming the Fed acts again in six weeks to cut U.S. interest rates by another quarter point, as is currently expected by the CME Group's FedWatch Tool, we should see the recession probability drop below the key 20% threshold in early 2026.
The following update to the Recession Probability Track shows how the probability of recession has evolved from 20 January 2021 through 15 September 2025 in the context of how the difference between the yields of the 10-year and 3-month U.S. Treasuries combined with the level of the Federal Funds Rate have changed over this time.
A 20% probability represents the "background" probability of recession for the U.S. economy. By this, we mean that if you packed a bag a marbles identified with every month and year the United States has been an independent nation and picked one at random, you would have a 20% chance of picking a marble with a date the U.S. economy was in recession. We plan to end this series after the probability of recession drops below this probability threshold.
However, that doesn't mean the U.S. economy is not experiencing recessionary conditions today, for which there are some indications of distress:
It often seems that economists are perpetually warning us about the next U.S. recession. One influential analyst says an economic slowdown is already a fact of life for many Americans.
Twenty-two states are “now experiencing persistent economic weakness and job losses that are likely to continue," said Mark Zandi, the chief economist at Moody’s Analytics, to MarketWatch. The overall American economy is “on the precipice. Government data released before the shutdown showed the “broader economy was in pretty good shape,” said MarketWatch, but some are skeptical. The gross domestic product might be rising, said Zandi, but the “job market is weaker.”
Other observers are warning of a bifurcated “K-shaped economy,” said CNBC. Wealthy Americans are “engaging their purchasing power,” but lower- and middle-class consumers are struggling with “rising costs on daily essentials like groceries and gas.” Meanwhile, “unofficial signals” like rises in missed car payments and women leaving the workforce are offering “early warning signs about what is to come,” said Quartz.
These conditions haven't developed in a vacuum. The onset of these conditions have coincided with elevated probabilities of recession that the recession forecasting model we track was projecting more than a year ago. Here's a short summary of when the model anticipated those conditions could develop into a higher likelihood of recession.
These are the periods the recession forecasting method predicts the National Bureau of Economic Research will someday identify as containing the month in which a period of economic contraction began. Note that we're still within the periods to which several of these heightened probabilities apply, which we've indicated with red boldface font.
The three sets of dates that apply for a 70% or greater probability of recession relate to a "triple-top" series of peaks the model has recorded since mid-2023.
The end of the first period at this greatly elevated recession probability coincides with when the U.S. Federal Reserve initiated a new series of interest rate cuts that took place between September and December 2024 to forestall a recession from starting in the U.S. during the 2024 election season.
The first two periods coincide with a period of anemic job growth in the U.S. economy, which is confirmed by Bureau of Labor Statistics data that has undergone two massive downward revisions in the last 13 months.
The third period coincides with the timing for when the Federal Reserve resumed cutting U.S. interest rates to address a slowing economy in September 2025.
The most important thing to take away from this retrospective analysis is that the recession model's forecasts for these elevated recession probabilities were set more than a year ago. Today's economic weakness has been baked in for a very long time.
The recession probability we've presented is based on the Federal Reserve Board's yield curve-based recession forecasting model, which factors in the one-quarter average spread between the 10-year and 3-month constant maturity U.S. Treasuries and the corresponding one-quarter average level of the Federal Funds Rate. If you'd like to do that math using the latest data available to anticipate where the Recession Probability Track is heading, we have provided a tool to make it easy to do.
For the latest updates of the U.S. Recession Probability Track, follow this link!
We started this new recession watch series on 18 October 2022, coinciding with the inversion of the 10-Year and 3-Month constant maturity U.S. Treasuries. Here are all the posts-to-date on that topic in reverse chronological order, including this one....
Image Credit: Microsoft Copilot Designer. Prompt: "An editorial cartoon of Federal Reserve officials meeting with a carnival fortune teller as they decide how to change interest rates".
Labels: recession forecast
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.