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
Dividend futures for the S&P 500 (Index: SPX) are now available for each quarter through the end of 2024.
Technically, they became available shortly after the dividend futures contracts for 2023-Q3 expired on Friday, September 15, 2023 as the CME Group began publishing its S&P 500 quarterly dividend futures for 2024-Q4. In the four weeks since, the projected value of dividends for 2024-Q4, the most distant future quarter for which we now have available data, has been stable.
That stability matters because dividend futures data for the most distant future quarters can be especially volatile during the weeks after they are first reported. They can take several weeks and sometimes longer to settle down and start giving a good estimate of the expectations investors have for the amount of quarterly dividends per share that will be paid out so far into the future.
The following chart presents the CME Group's projected quarterly dividends for the S&P 500 for each quarter from 2021-Q4 through 2024-Q4. The past quarters of 2021-Q4 through 2023-Q3 represent the final value the CME Group's dividend futures recorded for the index on the date the dividend futures contract for the indicated quarter expired. The future quarters of 2023-Q3 through 2024-Q4 present the amount of dividends per share expected to be paid out during each of these quarters before the expiration of their associated dividend futures contracts as of 13 October 2023.
This chart presents only dividend futures data to provide only an apples-to-apples comparison between all of the indicated quarters. Looking at the projections for 2024's quarters, in the near term, investors anticipate rising dividends on a year-over-year basis through 2024-Q3. However, investors also currently expect quarterly dividend payouts will decrease on a quarter-over-quarter basis in the second half of 2024, ending with a year-over-year decline in 2024-Q4. There's still a lot of time between now and then for that outlook to change, and it will, so we'll be paying closer attention to how those expectations change after 2023 ends.
Speaking of which, we'll take our next regularly scheduled snapshot of the outlook for the S&P 500's quarterly dividends per share sometime next month, with a special focus on the current and final quarter of 2023. We'll be taking a look backwards at how the expectations for 2023-Q4 have changed throughout the life of its dividend futures contracts.
Dividend futures indicate the amount of dividends per share to be paid out over the period covered by each quarters dividend futures contracts, which start on the day after the preceding quarter's dividend futures contracts expire and end on the third Friday of the month ending the indicated quarter. So for example, as determined by dividend futures contracts, the now "current" quarter of 2023-Q4 began on Saturday, 16 September 2023 and will end on Friday, 15 December 2023.
That makes these figures different from the quarterly dividends per share figures reported by Standard and Poor. S&P reports the amount of dividends per share paid out during regular calendar quarters after the end of each quarter. This term mismatch accounts for the differences in dividends reported by both sources, with the biggest differences between the two typically seen in the first and fourth quarters of each year.
Image credit: Stock Dividend by Nick Youngson/Alpha Stock Images on Picpedia.org. Creative Commons. CC BY-SA 3.0 DEED.
Labels: dividends, forecasting, 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.