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
Measured by the number of companies announcing they would be lowering their dividend payouts from their previous level, March 2026 was a good month for the dividend paying companies of the U.S. stock market. But then, after the concentrated carnage that swept through the ranks of publicly traded Business Development Companies in February 2026, there aren't many BDCs left in the financial services arena with imminent dividend cuts in their future.
That's not to say there won't be more such firms that will need to face up to the risk of their loans to software firms now facing pressure from AI technologies going bad, but the month of March saw considerably fewer of them.
Overall, the number of dividend decreasing companies in our sampling for the month dropped from a revised total of 27 the month before to just 6 in March 2026. The following chart presents the tally of dividend decreases recorded for each industrial sector within the U.S. stock market.
The oil and gas sector saw the most decreases with four firms announcing decreased dividends in March 2026. Three of which are represented by royalty trusts that pay variable dividends, which directly results from the business conditions for this portion of the industry in the preceding month. While March 2026 saw oil and gas prices surge in response to the Iran war's disruption of the global trade in oil, February had seen falling prices, which reduced the revenue and earnings of many of these firms, which in turn resulted in their reduced distributions to their shareholders for this month.
Even so, the number of these firms falls well below the threshold of ten we use as a rule of thumb for determining whether the industry is facing contractionary conditions.
The financial services sector added two more dividend decreasing firms to the total, both of which pay fixed dividends that required action by their boards of directors to declare.
Here are the sampled dividend decreases for March 2026:
Monroe Capital has a strange situation in that after the company slashed its dividend payout in March, it delivered an outsize dividend payment in April 2026 after its acquisition by Horizon Technology Finance (NASDAQ: HRZN).
The overall number of dividend decreases announced in March 2026 is well below the total of 50 that signifies recessionary conditions are present in the U.S. economy as a whole.
Image credit: Dividends definition. State Savings and Loan Association advertisement on Page 9 of Beatrice, Nebraska's Beatrice Daily Express, 12 December 1921. Chronicling America. [Online Database]. 12 December 1921. Public domain image.
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.