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
According to Standard & Poor, through October, there have been 145 dividend decreases announced by publicly traded U.S. firms during 2025.
But which companies have reduced their dividend payouts to their shareholding owners? Which industries have been most affected by the kinds of adverse business conditions that led the boards of directors at these companies to cut their dividends?
We've sampled 77 dividend decrease announcements made in the period from January 2025 through October 2025 to find out. Here's that list, in which clicking the company's name will take you to our source for the dividend decrease announcement and provide more information about it. We're also presenting a bonus section that includes firms that declared they will pay lower dividends than they did in their previous dividend payout during the first seven days of November 2025....
Some quick notes. First, there are a number of monthly dividend payers included in this sampling that pay variable dividends. These are primarily oil and gas royalty trusts, which pay distributions that are directly tied to their previous month's revenues and earnings and which fluctuate with the price of oil. When you see a lot of these firms in a month, it usually means the oil and gas industry experienced some distress in the form of lower oil prices in the previous month. Several of these firms made multiple appearances in our sampling during 2025.
Other firms pay fixed dividends, where the firms' board of directors deliberately acted to change their dividend policy. That's a painful act for all involved: shareholders, managers, and the board members at these companies because their dividend decrease is often accompanied by a plunge in their stock price. That's so painful they typically seek to avoid cutting their dividends unless they see no way around it because the outlook for the companies has changed for the worse.
2025 provided a great example of that kind of pain and reaction from an unexpected dividend cut in the story of Organon, which "blindsided" investors by slashing their dividend by 92% on 1 May 2025. Since then the company's stock price has continued to flounder in no small part because its now-former CEO was engaged in an "improper" practice that artificially inflated the pharmaceutical firm's earnings.
Other companies provided information that gave ample warning to investors long before they finally cut their dividend. One example is chemical industry giant Dow, which halved its dividend on 24 July 2025. The firm's divided cut came after several quarters of a worsening business outlook in which investors expecting the firm would be forced to cut its dividend steadily sent its stock price lower.
Speaking of which, another chemical industry firm, LyondellBasell Industries (NYSE: LYB) has seen its stock price follow a similar downward trajectory that is still continuing as its business outlook worsened and as the sustainability of its dividend, which has not yet been cut, has increasingly come into question. This is a company to pay attention to pay attention to for that reason in the months ahead.
We'll close with a chart showing which industries have experienced the most dividend decreases during the first ten months of 2025:
2025 has been a year in which oil and gas prices have fallen, which accounts for the oil and gas industry's leading position in the chart. Real estate investment trusts (REITs) claimed second place, though much of this industry's distress carried over from 2024 as the Biden-Harris era's elevated mortgage and interest rates continued into 2025.
Image Credit: Microsoft Copilot Designer. Prompt: "A realistic image of a dividend cheque from 'DIVIDEND PAYING COMPANY' being cut in half by a pair of scissors, symbolizing dividend cuts or financial loss, with a neutral background".
Labels: dividends
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.