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 1.5% during the final full trading week of March 2025, dropping to 5,580.94 on Friday, 28 March 2025, after dropping 1.97% that day.
By our standards, Friday's trading action doesn't quite qualify as an interesting day for the U.S. stock market, where we define "interesting" as a change in the level of the S&P 500 from the previous day's closing value of 2.00% or more for statistical reasons. Still, it was close to that threshold and came as we're trying to determine whether the U.S. stock market has undergone a regime change since Friday, 21 February 2025.
We're not quite 100% to a full determination, but the data so far is more consistent with the market regime change hypothesis being true than not. The latest update of the alternative futures-based chart is based on the observation that such regime change got underway on 24 February 2025, with the basic trajectory of the S&P 500 following the dividend futures-based model's projection that assumes investors are mostly focusing on the now-current quarter of 2025-Q2 in setting current day stock prices.
As we've kept hammering home, most of the negative change in the S&P 500 since 21 February 2025 has been associated with the deflation of the AI-bubble in stock prices. This deflation has ensnared several companies whose stocks represent the highest weighted components of the S&P 500 index. Collectively known as the "Magnificent Seven", the next chart reveals how they've changed from Friday, 21 February 2025 through Friday, 28 March 2025:
Of these seven stocks, only the stock price of Microsoft (NASDAQ: MSFT) has fallen by a smaller percentage than the overall S&P 500 during this period. Regardless, because of their high weighting within the index, each has made an outsized contribution to the index' decline.
Here are the week's market-moving headlines, many of which from mainstream news outlets are still missing out on what's been the biggest stock market-moving story of the year to date. We've selected some minor headlines to include in this week's edition just to emphasize the extent to which AI-technology associated stocks have dropped.
The CME Group's FedWatch Tool's projections are mostly unchanged going into this week. The FedWatch Tool projects the Fed will resume cutting rates with a quarter point rate reduction when Fed meets on 18 June (2025-Q2). The FedWatch tool also anticipates additional quarter point rate cuts at 12-week intervals in the second half of 2025, coinciding with the Fed's FOMC meetings on 18 June (2025-Q2), 17 September (2025-Q3), and 10 December (2025-Q4). The only notable change is there's now a dividend cut projected in mid-2026, which outside investors' typical 0-12 month investment horizon window.
The Atlanta Fed's GDPNow tool's projection of what real GDP growth will be in 2025-Q1 hels steady at -1.8%. However, the GDPNow tool is now providing an alternate model forecast that corrects for the surge in gold imports, which are skewing it's projection. That adjusted forecast indicates -0.5% growth.
Image credit: Microsoft Copilot Designer. Prompt: "An editorial cartoon of a Wall Street bear looking at a stock chart that's falling. The chart says 'Magnificent Seven'."
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.