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 S&P 500 (Index: SPX) was buoyed up to reach new record heights during the fourth week of April 2019, closing the week at a new all-time record high value of 2,939.88.
Overall, we find the level of the S&P 500 is consistent with investors focusing on the distant future quarter of 2020-Q1, which in our dividend futures-based model of how stock prices work, covers the period from 21 December 2018 through 20 March 2020, coinciding with the dividend futures contracts for that quarter.
The expectations for dividends to be paid out during this time also got a boost during the past week, rising from $14.55 per share to $14.65 per share according to the CME Group's estimates for S&P 500 quarterly dividend futures.
On the whole, aside from the better than expected economic and earnings news that boosted stock prices during the week, it was relatively quiet with the Fed's minions muzzled by a news blackout period ahead of its next two-day Federal Open Market Committee meeting on 30 April-1 May 2019, the news from which may affect investor expectations for potential future interest rate cuts.
Speaking of which, the CME Group's Fedwatch Tool indicates that investors are currently betting on a quarter point cut in the Federal Funds Rate taking place during 2018-Q4.
We'll find out later this week. In the meantime, here are the notable market-moving headlines we flagged during the fourth week of April 2019.
Barry Ritholtz found six positives and six negatives for U.S. markets and the economy in his weekly bigger picture overview of the week's events.
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.