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
July 2026 saw positive changes overall for the Thanksgiving Leftover portfolio made up of the ten worst-performing stocks in the S&P 500 (Index: SPX) as of Thanksgiving 2025. At least, as compared to how they fared in June 2025.
The equal-weighted weighted version of the portfolio overtook the market cap-weighted version over the past month. Through the close of trading on 27 July 2026, the equal-weighted group of Thanksgiving Leftover stocks rise to 88.5% of their value recorded on 28 November 2025. That compares with the 87.4% valuation of the market-cap weighted version of the ten stock portfolio.
That's a change from most of the preceding seven months that had the market-cap weighted version of the 2025 Thanksgiving Leftover stock portfolio outperforming the equal-weighted version. It's also developed as the S&P 500 index itself has largely moved sideways, rising from 107.4% to 108.2% of its post-2025 Thanksgiving holiday valuation.
The following chart shows the performance of all three sets of stocks, with the two Thanksgiving Leftover stock indices continuing to lag behind the S&P 500 index by a wide margin.
Much of the gain of the equal-weighted version of the Thanksgiving Leftover stock index has come about because the three worst performing individual stocks in the portfolio, Lululemon Athletica (NASDAQ: LULU), Gartner (NYSE: IT), and The Trade Desk (NASDAQ: TTD) stopped falling and even rebounded a bit in the past month.
More significantly for the equal-weighted Leftover stocks, Factset Research Systems (NYSE: FDS) rose 23% over its level a month earlier.
At the same time, three stocks that account for 45% of the makeup of the market-cap version of the Thanksgiving Leftover stock portfolio, Chipotle Mexican Grill (NYSE: CMG), Fiserv (NASDAQ: FISV), and Alexandria Real Estate Equities (NYSE: ARE), saw positive but smaller gains over the preceding month while the Leftover stocks' highest flyers, Molina Healthcare (NYSE: MOH), Deckers Outdoor (NYSE: DECK), and Dow Inc. (NYSE: DOW) were little changed from where they were a month earlier, though they changed quite a bit in between!
The spaghetti chart tracks the relative movements of 2025's ten Thanksgiving Leftover stocks with respect to their value on the day after 2025's Thanksgiving holiday.
Will the equal-weighted continue pulling ahead of the market-cap weighted version of the Thanksgiving Leftover portfolio? Or will the market-cap weighting win out? We'll next see where things stand near the end of August 2026.
Labels: ideas, stock prices
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.