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) lost almost 1.7% in the Good Friday holiday-shortened trading week. The index closed out the week at 5,282.70.
Considerable attention was directed to the U.S. Federal Reserve during the week. With the outlook for dividends having diminished over the past month as the effects of reduced earnings from a slowing economy weighing on it, the timing of when the Fed will resume cutting interest rates has taken on greater importance for investors.
Unfortunately for investors, the Fed sent a strong message they have no plans to cut the Federal Funds rate when it meets next month.
Although Federal Reserve officials pushed back against building pressure to cut U.S. interest rates sooner rather than later, investors now expect them to deliver more rate cuts in the rest of 2025 than they did a week earlier. The CME Group's FedWatch Tool projects the Fed will still hold off in resuming its cuts of the Federal Funds Rate until the conclusion of its 18 June (2025-Q2) meeting, at which time it will reduce this interest rate by 0.25%. Afterward, the FedWatch Tool anticipates the Fed will reduce U.S. interest rates three more times before the end of 2025, one more reduction than forecast a week earlier. The FedWatch Tool foresees 0.25% cuts in the Federal Funds Rate on 30 July (2025-Q3), 29 October (2025-Q4), and 10 December (2025-Q4).
In terms of driving the S&P 500, the Fed's signal it won't cut rates until it meets near the end of the current quarter in June kept investors focused on 2025-Q2 in setting current day stock prices. The latest update of the alternative futures chart shows the trajectory of the S&P 500 dropping into the upper redzone forecast range we added last week.
We're still seeing more-than-typical volatility in stock prices, which we expect to continue in the weeks ahead.
We also expect any changing expectations of what the Fed will do with interest rates will impact the S&P 500's trajectory. Speaking of which, here are the week's market-moving headlines, which are rather dominated by the current attention on the Fed and what it will do.
The raw Atlanta Fed's GDPNow tool's projection of what real GDP growth will be in 2025-Q1 improved to -2.2% from its -2.4% estimate a week earlier, which is misleading. The GDPNow tool's alternate model forecast, which corrects for the unusual surge in gold imports during the quarter that's badly skewing the GDPNow tool's raw projection, improved from an estimate of -0.3% growth to -0.1% growth. Which is to say it's predicting the U.S. economy stalled during the first quarter of 2025, but not anywhere near as badly as the raw reading indicates. On a final note, we'll observe a recession forecasting model based on the level of the Federal Funds Rate and the U.S. Treasury yield curve signaled a recession was likely to start during this period more than a year ago.
Image credit: Microsoft Copilot Designer. Prompt: "An editorial cartoon with a Wall Street bull and a bear meeting a fortune teller".
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.