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) finally broke through the 6,000 in the past week, with the index achieving its new record high close of 6,000.36 on Friday, 6 June 2025!
There is, of course, nothing special about the number 6,000 as it affects the value of the index, which analysts first started predicting would become inevitable back in September 2024.
Back then, the prospect of the S&P 500 reaching 6,000 was closely linked to the expectation the Fed would continue cutting interest rates well into 2025, which didn't materialize as expected. The Fed's minions started off like they would, cutting rates by a half-percent on 18 September 2024 and by a quarter percent on 7 November 2024 and again on 18 December 2024.
But they haven't since, keeping the Federal Funds rate at their target range of 4.25-4.50%. Not that they haven't played with the idea of more cuts before ultimately pushing back and choosing to delay their next action. Right now, the CME Group's FedWatch Tool 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 quarter point rate cuts at twelve-week intervals, with the cuts expected on 10 December (2025-Q4) and 18 March (2026-Q1).
With rate cuts thus delayed, the S&P 500 has absorbed the news of market moving events that have changed the market regime, with the result being the index has pushed its way through the 6,000 level without the additional rate cuts analysts thought it would take to get there. The latest update of the alternative futures chart shows the all-time high level of stock prices is consistent with investors focusing on the fourth quarter of 2025 as they set current day stock prices.
This shift in investor time horizon coincides with the increasing realization the Fed was going to hold rates steady through the summer, which has taken place over the last several weeks. The shift also completes the Lévy flight event we described developing in the previous edition of the S&P 500 chaos series.
The completion of the Lévy flight also rules out the potential of another market regime change like the others that have taken place during 2025-Q2, at least through Friday, 6 June 2025.
As for what will drive the market next, that's up to the random onset of new information. Here are the market-moving headlines investors weighed during the week that was:
The Atlanta Fed's GDPNow tool projection of real GDP growth in the U.S. during the current quarter of 2025-Q2 increased to +3.8%, up from the +3.3% that it previously projected.
Image credit: Microsoft Copilot Designer. Prompt: "An editorial cartoon of Wall Street celebrating the S&P 500 reaching a value of 6,000."
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.