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 S&P 500 (Index: SPX) fell 0.8% to close the trading week ending on Friday, 30 May 2025 at 5,911.69.
Despite that anticlimactic decline, May 2025 was the best month for the index since November 2023.
The index gained 342.63 points, or 6.2%, in the month since markets closed on 30 April 2025. Much of the strength behind the gain in stock prices came on the basis of two developments. First, the U.S. and China struck a deal to slash tariffs for 90 days.
Second, and perhaps more significantly, inflation was far lower than expected throughout the month, contradicting the predictions of Federal Reserve officials who have staked their interest rate policy on a hypothesis that tariffs would cause inflation to spike. The difference between hypothesis and reality may force Fed officials to reevaluate their course of action.
Overall, we find the trajectory of the S&P 500 is now consistent with investors focusing their forward-looking attention on 2025-Q4 as it has now moved beyond the end of the redzone forecast range on the alternative future chart. The latest update to the chart suggests the market may have experienced a new Lévy flight event in the past week, with investors shifting their attention from 2025-Q2 to the more distant future quarter of 2025-Q4. We think the change is being prompted by the changing likelihood of interest rate cuts later in the year based on the absence of the Fed's predicted increase in inflation.
Though we're favoring the Lévy flight explanation for the past week's action, we haven't fully ruled out the potential for another market regime adjustment like those that have become remarkably frequent in recent months. For now however, we think the past week's change in stock prices is more consistent with a run-of-the-mill Lévy flight event.
Although it was a holiday-shortened trading week, there was quite a lot of market-moving news crammed into it. Here are the week's market-moving headlines.
The CME Group's FedWatch Tool still projects the Fed will avoid cutting the Federal Funds Rate until the conclusion of its 17 September (2025-Q3) meeting, at which time, it will cut rates by a quarter percent to a target range of 4.00-4.25%. After that, the FedWatch Tool forecasts the Fed will reduce U.S. interest rates by another quarter point on 10 December (2025-Q4), but curiously, may act to cut rates by a quarter point a third time just six weeks later on 28 January (2026-Q1).
The Atlanta Fed's GDPNow tool projection of real GDP growth in the U.S. during the current quarter of 2025-Q2 spiked upward to +3.3%, up from the +2.4% that it previously projected.
Image credit: Microsoft Copilot Designer. Prompt: "An editorial cartoon of a Wall Street bull who is riding a surfboard and is made from plasticene."
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.