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) shot up by nearly 3.6% over it's closing value in the previous week, reaching a new record high closing value of 7,757.46 by the end of the trading week ending on Friday, 7 August 2026.
Strong earnings being reported in the early part of the week provided much of the stock market's upward momentum, with technology and materials stocks providing much of the boost. The positive outlooks being reported by many firms in these sectors contributed to shifting the time horizon of investors forward from either 2026-Q3 (or 2026-Q4) to the more distant future quarter of 2027-Q1.
That change in how far forward investors are looking into the future as they set current day stock prices constitutes a Lévy flight event, which can be seen in the latest update of the dividend futures-based model's alternative futures chart.
On Friday, 7 August 2026, an unexpectedly negative jobs report changed the expected timing of when the Federal Reserve will change short term interest rates in the U.S. The CME Group's FedWatch Tool's outlook changed substantially with the unexpectedly sour employment situation report for July 2026. It now projects the Fed will hike the Federal Funds Rate by a quarter point on 28 October (2026-Q4), six weeks later than it projected a week earlier. It also now sees a greater than 50% chance of another quarter point rate hike on 17 March (2027-Q1).
Here are the other market moving headlines from the week that was:
The Atlanta Fed's GDPNow tool anticipates real GDP growth for the U.S. economy of +5.8%, up from the +5.0% annualized growth it indicated at the end of July 2026.
Image credit: Bing Image Creator. Prompt: "An editorial cartoon of a Wall Street bull who is happy that strong earnings are boosting the S&P 500".
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.