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 2023's dividend metadata continues to provide evidence of what might best be described as a slow motion recovery from the U.S. stock market's 2022 earnings recession.
In the latest example of what has become a somewhat consistent theme since March 2023, Standard & Poor's monthly data continues to show two main trends for the U.S. stock market:
The falling number of dividend decreases is the main indication of a recovery in progress. We think the falling number of dividend increases may best be understood as a continuing reaction to the persistent effects of the high inflation of 2021 and 2022. It is one of the consequences of their sustained higher cost of doing business, which has not yet stabilized enough to mark the end of the falling year-over-year trend for dividend increases.
Here's the latest update to our chart tracking the number of dividend increases and decreases reported by S&P from January 2004 through August 2023.
The following table summarizes Standard and Poor's dividend metadata for August 2023, with columns showing how the month's dividend data compares both Month-over-Month (MoM) and Year-Over-Year (YoY):
Dividend Changes in August 2023 | |||||
---|---|---|---|---|---|
Aug-2023 | Jul-2023 | MoM | Aug-2022 | YoY | |
Total Declarations | 5,309 | 3,951 | 1,358 ▲ | 3,728 | 1,581 ▲ |
Favorable | 218 | 131 | 87 ▲ | 232 | -14 ▼ |
- Increases | 134 | 92 | 42 ▲ | 149 | -15 ▼ |
- Special/Extra | 81 | 34 | 47 ▲ | 74 | 7 ▲ |
- Resumed | 3 | 5 | -2 ▼ | 9 | -6 ▼ |
Unfavorable | 17 | 23 | -6 ▼ | 12 | 5 ▲ |
- Decreases | 15 | 23 | -8 ▼ | 12 | 3 ▲ |
- Omitted/Passed | 2 | 0 | 2 ▲ | 0 | 2 ▲ |
The most notable development in August 2023's dividend metadata is that Standard and Poor is reporting a non-zero number of firms declaring they will omit (or suspend) their dividends for the first time since June 2021. This development suggests S&P may have finally fixed whatever glitch they've had that resulted in their not counting the small number of dividend omissions that were declared during last two years.
Our sampling of August 2023's unfavorable dividend actions includes 11 of the 17 announced decreases and omissions. Once again, the oil and gas industry contributed the highest share of any industrial sector for the month. However, at five firms, the number of dividend decreases for this sector falls well within the background noise range we expect for the oil and gas industry given that most of these firms pay variable dividends that are directly affected by how the price of oil has changed in recent months.
Meanwhile, the remaining six firms announcing dividend decreases in August 2023 hail from five other market sectors, including industrials, shipping, consumer goods, banks and real estate. Here are the firms included in our sampling for August 2023, clicking the links for the firm's names will take you to our source indicating the reduced or omitted dividend for it:
That's it for this edition of our Dividend by the Numbers series! Next month's edition will present the data for September 2023 and tally up the dividend numbers for the third quarter of 2023.
Standard and Poor. S&P Market Attributes Web File. [Excel Spreadsheet]. 31 August 2023.
Image credit: Photo by Susan Q Yin on Unsplash.
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.