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
November 2023's dividend changes can be summarized pretty simply. Month-over-month, they were positive. Year-over-year, they were mixed.
Overall, we find favorable dividend changes involving announcements of dividend increases and of special, or extra, dividend payments increased over October 2023's levels. By the same token, we find November 2023's unfavorable changes including decreased dividend payments and suspensions, or omissions, were down from the previous month. Both types of changes are positive for investors.
Year-over-year however, there were fewer favorable changes, which is negative, but also fewer unfavorable changes, which is good. The following table presents November 2023's dividend metadata for all these categories, with a Month-over-Month (MoM) comparison with October 2023 and a Year-over-Year (YoY) comparison with November 2022's dividend metadata.
Dividend Changes in November 2023 | |||||
---|---|---|---|---|---|
Nov-2023 | Oct-2023 | MoM | Nov-2022 | YoY | |
Total Declarations | 3,822 | 3,512 | 310 ▲ | 3,604 | 218 ▲ |
Favorable | 264 | 204 | 60 ▲ | 289 | -25 ▼ |
- Increases | 161 | 137 | 24 ▲ | 177 | -16 ▼ |
- Special/Extra | 103 | 67 | 36 ▲ | 106 | -3 ▼ |
- Resumed | 0 | 0 | 0 ◀▶ | 6 | -6 ▼ |
Unfavorable | 15 | 18 | -3 ▼ | 41 | -26 ▼ |
- Decreases | 15 | 18 | -3 ▼ | 41 | -26 ▼ |
- Omitted/Passed | 0 | 0 | 0 ◀▶ | 0 | 0 ◀▶ |
Standard and Poor's data missed at least one resumption announced in November 2023, as PG&E (NYSE: PCG) resumed paying dividends for the first time since 2017.
The following chart visualizes the monthly data for dividend increases and decreases as reported by Standard & Poor for each month from January 2004 through November 2023.
Our sample of November 2023's dividend declarations includes 12 of the 15 announced unfavorable changes. Here's the list for the month:
Looking at the industrial sector representation, the real estate and shipping sectors tied for the having the most announced dividend decreases during November 2023 with three each. The oil and gas sector and the consumer goods sector added another two each. Finally there was one firm each from the banking and manufacturing sectors. Five of the twelve firms in November 2023's sampling pay either variable or hybrid dividends, where the unfavorable changes reflect automatic adjustments compared to previous payouts that are tied to negative changes in their revenues and earnings. The number of dividend decreases announced by variable dividend payers is also well below the threshold that indicates anything more significant than typical month-to-month noise in these measures are behind the unfavorable changes.
Standard and Poor. S&P Market Attributes Web File. [Excel Spreadsheet]. 1 December 2023.
Image credit: Microsoft Bing Image Creator. Prompt: "A picture of dividends earned from owning shares of stock."
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.