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
Just two weeks ago, we reported that the number of dividend cuts being announced in this first quarter of 2016 was escalating quickly. In that same post, we also updated our chart showing the ongoing monthly count of the number of dividend cuts as reported by Standard & Poor that have taken place in the U.S. since January 2004, which confirmed that the pace of dividend cuts had once again crossed the threshold that indicates some degree of outright contraction is occurring in the U.S. economy.
That same chart also showed that the last time that the number of dividend cuts were below the level that would indicate some form of recessionary conditions being present in the U.S. economy was October 2013.
Keeping in mind that all of this information is, thanks to our regular reporting on the topic, really old news, we had to laugh as none other than the New York Times finally realized that an elevated number of dividends cut announcements do, in fact, indicate some degree of distress occurring in the nation's economy. Just 11 days after we scooped them on the basic story. Again.
Speaking of which, the pace of dividend cuts in the first quarter of 2016 has continued to escalate. Through Friday, 12 February 2016, the number of dividend cuts has risen into the "red zone" of our cumulative count of dividend cuts by day of quarter chart.
We observe that while the pace of dividend cuts in 2016-Q1 got off to a slower start than they did in same quarter a year earlier, they have escalated to their current level at a much faster pace than they did in 2015-Q1. At present, they are just slightly higher than they were at this same point of time last year.
Both quarters were in the contractionary red zone of our chart. In 2015-Q1, that corresponded to a quarter in which the real GDP growth rate is presently reported to be a cold 0.6%.
Of course, the last time the pace of cumulative dividend cuts announced in a quarter was even close to the pace seen in 2015-Q1 was 2015-Q4. Falling just short of 2015-Q1 in terms of badness, the first estimate of real GDP growth in the fourth quarter of 2015 was reported to be a similarly cold 0.7%.
Leaving behind now what the simplest and perhaps one of the strongest near real-time indicators of real economic distress is telling us about the recent history of the U.S. economy, let's jump straight into the latest twists and turns in the quantum random walk of U.S. stock prices.
Here were the major market driving news events of the sixth week of 2016, or if you prefer, the second week of February 2016!
According to our model, which is giving us a truer read on the market now that we're beyond the short-term echo of past volatility that dogged us going into the last week, stock prices ended the sixth week of 2016 almost just as they began, with investors splitting their forward-looking attention between 2016-Q1 and 2016-Q2.
The good news though is that stock prices are likely to be less volatile over the next two weeks than they were in either January 2016 or in the first two weeks of February, at least in the absence of market driving news that might cause investors to suddenly shift their attention with little warning to more distant points of time in the future, which would be a good thing in the short term if that were to happen.
The bad news is that for that to happen, it would take some pretty bad news....
Labels: chaos, dividends, SP 500
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.