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
After posting their best two consecutive months since 2014, our monthly sampling of the number of U.S. firms acting to cut their dividends in August 2016 rose significantly.
The biggest change is that the number of firms in the oil production sector of the U.S. economy has declined significantly in recent months, thanks largely to the rebound in crude oil prices since they bottomed in February 2016.
Where they once dominated the count of the number of dividend cutting firms, oil and gas firms now only make up a third of the total of our sample of 17 dividend cutting firms for the month. The following chart gives an idea of where the level of distress in the U.S. economy appears to be increasing, but since it has been drawn from a small sample, we recognize that it may only represent a statistical blip that would hopefully not be sustained.
The table below lists the U.S. firms that announced dividend cuts during August 2016.
Publicly Traded U.S. Companies Cutting Dividends in August 2016 | |||||
---|---|---|---|---|---|
Date | Company | Old Dividend | New Dividend | ||
2-Aug-2016 | Ardmore Shipping (NYSE: ASC) | $0.16000 | $0.11000 | ||
3-Aug-2016 | Medallion Financial (NASDAQ: MFIN) | $0.25000 | $0.05000 | ||
4-Aug-2016 | Nordic American Offshore (NYSE: NAO) | $0.08000 | $0.05000 | ||
4-Aug-2016 | Computer Programs and Solutions (NASDAQ: CPSI) | $0.64000 | $0.34000 | ||
5-Aug-2016 | Apollo Investment (NASDAQ: AINV) | $0.20000 | $0.15000 | ||
9-Aug-2016 | Textainer Group (NYSE: TGH) | $0.24000 | $0.03000 | ||
9-Aug-2016 | DHT Holdings (NYSE: DHT) | $0.25000 | $0.23000 | ||
10-Aug-2016 | Medley Capital (NYSE: MCC) | $0.30000 | $0.22000 | ||
11-Aug-2016 | Houston Wire & Cable (NYSE: HWCC) | $0.06000 | $0.03000 | ||
15-Aug-2016 | Magic Software (NASDAQ: MGIC) | $0.09000 | $0.08500 | ||
18-Aug-2016 | Communications Systems (NASDAQ: JCS) | $0.16000 | $0.04000 | ||
19-Aug-2016 | Marine Petroleum Trust (NASDAQ: MARPS) | $0.07328 | $0.04351 | ||
21-Aug-2016 | Mesa Royalty Trust (NYSE: MTR) | $0.06440 | $0.04130 | ||
22-Aug-2016 | San Juan Basin Royalty Trust (NYSE: SJT) | $0.02783 | $0.01845 | ||
22-Aug-2016 | Williams Cos (NYSE: WMB) | $0.64000 | $0.20000 | ||
22-Aug-2016 | Medley Capital (NYSE: MCC) | $0.30000 | $0.22000 | ||
29-Aug-2016 | San Juan Basin Royalty Trust (NYSE: SJT) | $0.02783 | $0.01845 |
These are primarily firms with relatively small market capitalizations, where even the large dividend cuts announced by Medallion Financial, Textainer Group, Communication Systems and the Williams Companies did little to move the major stock market indices during August 2016.
Seeking Alpha Market Currents Dividend News. [Online Database]. Accessed 1 September 2016.
Wall Street Journal. Dividend Declarations. [Online Database]. Accessed 1 September 2016.
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.