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
Investors reacted positively to the after the market close news of a ceasefire between the Iran war combatants on 7 April 2026. The S&P 500 (Index: SPX) bounced up 2.5% on the news the following day before proceeding to increase its gains in the remainder of the trading week. By the time the market closed on Friday, 10 April 2026, the index stood at 6,816.89, up a little under 3.6% from its previous week's level.
The news of the ceasefire had an immediate effect on oil prices. Crude oil futures (CL1:COM) had peaked at $117.62 per barrel earlier on 7 April 2026, but plunged at low as $94.62 after the announcement. Crude oil futures went on to spend most the rest of week in the mid-to-upper $90 per barrel range.
The drop in oil prices helped shape expectations for how the Federal Reserve will set interest rates in the U.S. While the CME Group's FedWatch Tool continues to foresee no interest rate changes through the end of 2026, it does see a growing chance for a quarter point rate cut in 2027, with the most likely timing being near the end of 2027-Q2, three months earlier than projected in the preceding week.
In this latest update of the alternative futures chart, the S&P 500 is about four percent below the central trend line of the redzone forecast range we added to the chart after Friday, 20 February 2026.
We had added the redzone forecast range to the chart, fully shown in this version, to compensate for the year-old echoes of two major volatility events, which arise from the dividend futures-based model's use of historical stock prices as the base reference points for its projections of the future. In this case, that was the echoes from February 2025's DeepSeek AI shock and President Trump's April 2025's "Liberation Day" tariff announcements. That redzone forecast range turned out to be ideally suited to use as a counterfactual to measure the impact of the Iran war geopolitical event on U.S. stock prices by indicating where they would reasonably have been in the absence of that event.
The rest is just keeping up with how the flow of news related to the Iran war's developments. Here are the week's market moving headlines:
The Atlanta Fed's GDPNow tool forecast of real GDP growth in the recently ended quarter of 2026-Q1 slowed to +1.3%, declining from the +1.6% growth anticipated a week earlier.
Image credit: Microsoft Copilot Designer. Prompt: "An editorial cartoon of a suit-wearing Wall Street bull looking relieved that oil prices are down and the S&P 500 is up, while a suit-wearing bear looks worried reading a newspaper with the headline 'WILL CEASE FIRE HOLD?' The scene takes place on a city street with skyscrapers in the background."
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.