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) rose a little over 0.6% over where it ended the previous week to close out the trading week ending on Friday, 12 June 2026 at 7,431.46.
That lackluster result occurred despite the biggest ever Initial Public Offering (IPO) in U.S. stock market history: the $2 trillion launch of SpaceX (Nasdaq: SPCX). The company best known for its reusable rocket launching technology and its satellite-based Starlink communication/Internet network did not qualify for inclusion into the S&P 500. S&P Global rejected changes in the index' rules that would have allowed SpaceX to be included less than a year after it began trading. The decision means that other megacap IPOs currently waiting in the wings for AI technology giants Anthropic and OpenAI will also face at least a year-long exclusion from the index before they might join the index.
Without the SpaceX IPO, the biggest market moving news of the week came during the trading day on Thursday, 11 June 2026, when President Donald Trump announced the U.S. and Iran were near an agreement to proceed with a negotiated end of the Iran war geopolitical event. Stock prices jumped on the news, more than reversing the previous day's decline when it looked military action might resume.
The latest update of the alternative futures chart finds the S&P 500 continuing to track along with the trajectory associated with investors focusing on the current quarter of 2026-Q2, just as they were a week earlier. This focus coincides with an intense amount of attention on the direction the Fed will be taking in setting short-term interest rates at the upcoming meeting of the Federal Open Market Committee in the next week:
The CME Group's FedWatch Tool foresees a quarter point increase in the Federal Funds Rate to a target range of 3.75-4.00% on 9 December (2026-Q4). In 2027, the tool now gives a greater than 50% probability of no additional rate hikes at each of the planned meeting dates of the Fed's interest rate setting Open Market Committee, with a 0% probability of any cuts and up to a 30% probability of an additional quarter point rate hike on 28 April (2027-Q2).
Here are the trading week's market moving headlines:
The Atlanta Fed's GDPNow tool's estimate of real GDP growth for the U.S. economy in the current quarter of 2026-Q2 rose to +3.3%, bouncing back from the +3.0% it projected a week earlier.
Image credit: Microsoft Copilot Designer. Prompt: "An editorial cartoon of a Wall Street bull and bear watching a Starship 3 launch in which the rocket is labeled as 'SPACEX IPO' and the bull says 'THAT'S A LOT BIGGER THAN I THOUGHT IT WOULD BE!'"
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.