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 Coronavirus Recession is having a devastating impact on many dividend paying firms in the U.S. stock market, producing what may be the worst quarter for dividend-focused investors in the modern era of stock market history.
That's enough sugar coating. Let's recap the U.S. stock market's dividend metadata for June 2020:
Let's next see how June 2020's dividend counts for number of increases and decreases compares to the previous months for which we have data, which extends back to January 2004, where for the first time in the last three months, the number of dividend rises is greater than the number of dividend reductions.
Following up an observation from three months ago, in our last quarter-ending edition of the Dividends by the Numbers series, we indicated "that we're on the cusp of what the NBER will almost certainly declare to be a national recession because of the coronavirus pandemic, where we think they will set February 2020 as its Month 0 (the month in which the previous period of economic expansion peaked)". The NBER did exactly that on 8 June 2020.
The last quarter has proven to be especially brutal. Here is our summary of the dividend metadata for increases, decreases and suspensions for the entire quarter of 2020-Q2:
We also tracked dividend cuts and suspensions in near real time throughout 2020-Q2, which gives a sense of just how devastating the impact of the Coronavirus Recession has been in comparison to the second quarters of 2017, 2018, and 2019:
Here's the full list of 34 dividend cut and suspension announcements we extracted from our near real time sampling for just the recently expired month of June 2020, where clicking the links for the company names will take you to our source for their respective announcements. Please note in the following list that several firms pay variable dividends on a monthly basis, particularly in the oil and gas industry, where these firms have previously appeared in our monthly tallies during the past three calendar months of 2020-Q2, which we're not differentiating from firms that fix the amount of their dividends somewhat independently of their revenues and cash flows because the distinction has become irrelevant in the current economic climate.
Let's next identify the economic sectors that bore the brunt of the Coronavirus Recession's distressed business conditions that led to dividend cuts during the second quarter of 2020. The following chart reveals both the breadth of affected industries and the most negatively impacted among them:
The oil and gas sector saw the most dividend cuts in our sampling of 260 of 2020-Q2's dividend cutting firms. The outlook for this sector was already damaged coming into the quarter because of the Russia-Saudi Arabia oil price war in 2020-Q1, but was made worse by the business closures ordered by state and local governments in the U.S. and also their orders for residents to stay-at-home during much of the quarter. The combined effect of these measures greatly reduced demand for oil and gas products, which reduced revenues, earnings, and cash flows in this sector of the economy, which is what precipitated its dividend reductions.
Those same factors affected every other listed industrial sector in the chart, particularly hotel, restaurants, and retail-oriented businesses, which encompasses many of the dividend cutting firms contained within the next two categories of Real Estate Investment Trusts (REITs) and consumer-oriented businesses.
The financial services sector and banks were also whacked, as were some of the heavy manufacturing oriented firms that fall in the industrial category. The apparel sector rounds out the sectors with double-digit numbers of firms announcing dividend cuts, which was primarily affected by the coronavirus epidemic-driven closure of retail outlets in much of the U.S.
We've been listing the firms that have announced dividend cuts or suspensions from our near real-time sampling of these declarations in our previous editions. Follow these links to see them all....
Standard and Poor. S&P Market Attributes Web File. [Excel Spreadsheet]. 30 June 2020.
Seeking Alpha Market Currents. Filtered for Dividends. [Online Database].
Wall Street Journal. Dividend Declarations. [Online Database when searched on the Internet Archive].
Labels: coronavirus, dividends, recession
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.