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
On 20 December 2016, shares of General Electric (NYSE: GE) peaked at a closing value of $32.25 per share. Since then, through the close of trading on Tuesday, 14 November 2017, GE's share price has fallen by nearly 44% to $17.90 per share.
We think that GE's stock price has further to fall before it bottoms.
Here's why. Based on a simple relationship between the company's share price and its forward year dividends per share, we find that GE's share price is elevated above the level that investors have valued the company's shares for its given level of dividends payouts since 2009, when GE last announced a dividend cut.
The relationship in the chart above was developed using the company's share price on the dates it announced changes in its dividend payouts to the public with and the company actually paid out in dividends during the following 12 month period. The exception is the announcement for 13 November 2017, where we've projected that the company will sustain its newly lowered dividend payment of $0.12 per share over the next year.
What we find is that the company's share price when it announced its latest dividend cut on 13 November 2017 was elevated well above the trend line established by the relationship between the company's share price and forward year dividends per share for all its previous dividend change announcements since February 2009.
What that result suggests is that the company's share price has further to fall. Based on this first cut analysis, we would anticipate GE's share price continuing to fall to the $14-$16 per share range in the near future.
To build the case that is likely to happen, what we really want is more data points. We'll revisit this analysis soon where we'll incorporate data from GE's dividend declaration dates to build up the sample for our simple linear regression analysis.
Update 19 November 2017: We've followed up to include stock price and forward year dividend data from GE's dividend declaration dates. The updated chart, in which we've also connected to dots to trace GE's stock price trajectory versus its expected future year dividends per share, doesn't change very much from what we found in our original, more limited, sampling.
We do however observe an important shift in the relationship between GE's stock price and its future dividends per share during 2015. Here, on 10 April 2015, GE announced that it was selling off real estate and other assets associated with its GE Capital unit. In addition to clearing the path to where GE Capital would be taken off the U.S. government's "Too Big To Fail" list on 29 June 2015, freeing the company from additional regulatory costs and burdens that had been imposed upon it after the financial crisis of 2008. More importantly, the move also provided a lump sum of cash that GE's board of directors used to help fund a buyback of $50 billion worth its shares.
The reduction of regulatory costs and also its significant reduction in its number of outstanding shares helped boost the stock price with respect to its future year dividends per share - in effect, putting that relationship onto a parallel, elevated track, which is suggested in the chart above.
As for our outlook for GE's share price, we still believe that it still has further to fall, but not quite as far as our earlier analysis indicated, where we would now put the bottom into the $15-$17 range.
Extracted from contemporary news sources. These announcements frequently preceded the company's official dividend declarations.
Dividend.com. General Electric. [Online Database]. Accessed 14 November 2017.
We began developing this form of analysis earlier this year! Here are the previous posts in the series....
Labels: dividends, forecasting, 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.