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
August 2026 was a good month overall for the Thanksgiving Leftover Stocks of 2025.
Compared to their July 2026 snapshot, both our hypothetical indices of the ten worst stocks within the S&P 500 (Index: SPX) during 2025 saw month-over-month gains. The market cap-weighted index of these stocks increased from 87.4% to 91.4% of its value on the day after Thanksgiving 2025, while the equal-weighted index grew more, rising from 88.5% to 94.7%.
Both these indices are still lagging behind the overall S&P 500 index. The benchmark index increased from 108.2% to 112.1% of its day-after-Thanksgiving Day 2025 value in the month from the July to August snapshots.
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.
It's worth noting why the equal-weighted version of the ten stock index is performing better than the market cap-weighted version. The largest component of the market-cap weighted index is Chipotle Mexican Grill (NYSE: CMG), which accounts for 23.5% of its value. Shortly after the July 2026 snapshot, Chipotle's stock plunged when jalapeno peppers served at the chain's restaurants in Minnesota were linked to an outbreak of salmonella.
Although Chipotle acted quickly to pull all potentially affected jalapenos from its restaurants, investors sent its stock down sharply, losing nearly 16% of its value in a week. Since then, Chipotle's stock has largely recovered to its pre-jalapeno recall level.
That recovery however lagged behind the improvement of several other Thanksgiving Leftover stocks, which gave the edge to the equal-weighted version of the index. The stock of Gartner (NYSE: IT) led the month, rising from 63.4% to 82.5% of its value on 28 November 2026 as investors shook off some of the AI disruption discounting they had earlier imposed on it. the stock price of Factset Research Systems (NYSE: FDS) also saw outsized gains for the same reason, rising from 95.6% to 106.6% of its post-Thanksgiving Day 2025 level.
Two of the individual Thanksgiving Leftover stocks lost notable value over the past month. Deckers Outdoor (NYSE: DECK) declined from 111.0% to 101.6% of its 28 November 2025 value, while the stock price of Trade Desk (NASDAQ: TTD) continued to fall through its continually lowering floor.
The spaghetti chart tracks the relative movements of 2025's ten Thanksgiving Leftover stocks during the last nine months with respect to their value on the day after 2025's Thanksgiving holiday.
Nine months after Thanksgiving 2025, five of the S&P 500's Thanksgiving Leftover stocks have risen above their 28 November 2025 level, while the other five have dropped below it.
In cased you missed it, our extended discussion of The Trade Desk's woes as the worst of the 2025's Thanksgiving Leftover Stocks is available here. We'll check back in with the Leftover Stocks near the end of September 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.