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
The number of dividend cuts and suspensions announced by publicly-traded firms in the United States has soared during April 2020 in one of the worst single months for dividend paying firms in stock market history.
The following chart shows the classic recessionary sign of the number of dividend reduction announcements crossing over and exceeding the number of dividend increases in April 2020, the first time that has occurred since the so-called "Great Recession".
All of the numbers in the April 2020's dividend metadata are bad:
The pace at which U.S. firms have been suspending or cutting their dividend payments to their shareholding owners is unprecedented for the relatively limited period for which we have monthly data available. The following chart shows the coronavirus recession greatly exceeding what was recorded during the so-called "Great Recession", which we would suggest should be renamed as the 2008-09 Recession, because of how it pales in comparison.
The following chart shows how the cumulative number of dividend cuts announced per day during the current quarter to date, 2020-Q2, compares with the second quarters of 2017, 2018, and 2019. This chart is the stock market equivalent of the excess mortality charts that have been developed to more accurately assess the impact of the coronavirus pandemic.
We confirm the number of dividend cuts and suspensions announced in the quarter to date for our 2020-Q2 sampling is elevated well above the comparatively healthy quarters of 2017-Q2 and 2018-Q2, and is also considerably higher than the year ago quarter of 2019-Q2, when the oil and gas sector of the U.S. economy experienced a relatively short period of distress.
Here is the full list of U.S. firms either announcing dividend cuts or suspending their dividends in April 2020 from our sampling that accounts for 48% of the combined total of these two categories reported by Standard & Poor, which is still a very long list. Buckle up.
The following chart illustrates where economic distress is being concentrated within the U.S. economy by industrial sector during the month of April 2020.
Given Saudi Arabia-Russia price war during 2020-Q1 and the coronavirus pandemic-related collapse in global oil demand, the oil and gas sector of the U.S. economy is heavily represented among the firms that have declared dividends, with consumer products and service-related firms, which includes restaurants, resorts, and travel-based businesses, placing second.
Real Estate Investment Trusts (REITs) are also well represented, since this category includes firms that use the REIT business structure for holding real estate assets for hotels and for rentals, which encompasses office, retail and residential operations. Financial services came in fourth, which includes a number of asset management firms impacted by investment losses.
That rounds out the industrial sectors that recorded double-digit levels of dividend cuts and omissions in April 2020. The remainder of the list indicates the breath of industrial sectors that have been impacted by the coronavirus recession, adding 13 sectors to the 17 total in our accounting.Within this group, the industrials, manufacturing, and materials firms that have cut or suspended their dividends are closely related to the collapse of the global aerospace and automotive industries in the response to the pandemic, which has crushed demand for travel and transportation.
We anticipate the next several months will see an elevated number of dividend cuts and suspensions as the impact of the coronavirus pandemic ripples through the global economy.
Standard and Poor. S&P Market Attributes Web File. [Excel Spreadsheet]. 30 April 2020.
Seeking Alpha Market Currents Dividend News. [Online Database]. Accessed 1 May 2020.
Wall Street Journal. Dividend Declarations. [Online Database]. Accessed 1 May 2020.
Labels: coronavirus, data visualization, dividends, recession, stock market
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.