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
March 2019 was a mixed, but tilting negative month for U.S. dividend paying firms. The month ending the first calendar quarter of 2019 saw fewer companies increase their dividends month-over-month (February 2019) and year-over-year (March 2018), but increased quarter-over-quarter (2018-Q4). At the same time, it also recorded more dividend cuts month-over-month and quarter-over-quarter, but was positive for the the year-over-year comparison.
But don't take our word for it! Here is our short summary of the official tally as provided for the month by Standard and Poor.
For 2019-Q1, Standard and Poor counted the following totals for increases and decreases, which we've compared to the previous quarter and to the first quarter of 2018:
The following chart shows the monthly increases and decreases for dividends as reported by S&P for each month from January 2004 through March 2019.
The total number of dividend cuts continues to hold above the level that suggests recessionary conditions are present within the U.S. economy, so we've extracted a sampling of dividend cuts announced in real time during the entire first quarter to get a better sense of which industries are experiencing some degree of distress. In the first portion of this listing, we've focused on firms that set their dividend payments independently of the amounts of their earnings and cash flow, whose corporate boards had to specifically act to either cut or suspend cash dividend payments to their shareholding owners during the first quarter of 2019.
In the second portion of our listing of dividend-cutting firms for 2019-Q1, we've focused on firms that pay variable dividends to their shareholders, often as a set percentage of their earnings, revenues, or cash flow. This grouping includes a number of firms that pay dividends monthly, where repeated listings indicate the firms that saw reduced dividends paid out to their shareholders more than once during the quarter. This group contributes much of the month-to-month noise we see for dividend cuts, which we've taken into account in setting the level of dividend cuts associated with recessionary conditions being present in the U.S. economy at the level we do.
Overall, we counted a total of 54 dividend cuts in our sampling, which covers a little over half the total dividend cuts recorded by S&P for 2019-Q1. 28 of the reductions in our sample were the result of "active" cuts made by corporate boards responding to negative changes in the outlook for their businesses, where the remaining 26 came about automatically, where the variable dividend-paying firms' diminished revenues, cash flow, or earnings are directly responsible for the reductions in their dividend payments to shareholders during the quarter.
The following chart shows the industrial sector for each of our 2019-Q1 sample's dividend cuts, which gives an indication of where business distress was concentrated during the quarter.
We identified 10 industrial sectors that saw firms declare dividend cuts during 2019-Q1, with just under half accounted for by firms in the oil and gas production sector, where a fall in oil prices in late 2018, early 2019 accounts for the reductions. Meanwhile, the financial sector (in which we've included Real Estate Investment Trusts) accounts for nearly a quarter of our sample, where 2018's rising interest rates caught up to an elevated number of firms in this sector whose earnings are sensitive to changes in these rates.
Standard and Poor. S&P Market Attributes Web File. [Excel Spreadsheet]. 29 March 2019.
Seeking Alpha Market Currents. Filtered for Dividends. [Online Database]. Accessed 1 April 2019.
Wall Street Journal. Dividend Declarations. [Online Database]. Accessed 1 April 2019.
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.