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) popped to new highs in the third week of January 2021, before tailing off on Friday, 22 January 2021 to close 11.60 points below its new high mark of 3,853.07.
The news that caused the new record high came from Netflix (NASDAQ: NFLX). The company reported outstanding quarterly results and announced they had surpassed over 200 million subscribers. More significantly, with so many paying customers, the firm announced it will no longer need to borrow to finance its development of new programming. That change will boost the company's profitability going forward, with the news sending its stock price 10.6% higher because of the associated change in its future expectations. The company's market capitalization likewise surged to 0.8% of the entire value of the S&P 500, contributing a significant portion of the index' gains during the week.
Here is the latest update to the alternative futures chart.
We think investors are still mostly focusing on 2021-Q2 as they set current day stock prices, although it's possible they may have shifted some their focus toward a more distant time horizon in conjunction with Netflix' change in future expectations. We'll find out over the next two weeks how things settle out for the S&P 500, where the onset of new information will set the tune to which index dances.
Speaking of which, here are the past week's more notable market-moving headlines.
Elsewhere, Barry Ritholtz outlines the positives and negatives he found in the markets and economics news of the market holiday-shortened week that was!
Update 27 January 2021 9:56 PM Eastern: Things settled out in the markets more quickly than we anticipated. According to the dividend futures-based model, today's 2.6% drop in the value of the S&P 500 directly coincides with what would be expected if investors had previously set their forward looking focus on 2021-Q4, then suddenly refocused it on the much nearer term of 2021-Q2. Here's what that looks like on a mid-week update to our alternative futures spaghetti forecast chart:
According to the news, it was the worst day for stock prices since October 2020. From our perspective, had investors reset their investment horizons on 2021-Q1 instead of 2021-Q2, the S&P 500 could have fallen another 5%, which would be a more impressive Lévy flight event than the relatively small one we saw today.
But what new information might compel investors to become so myopic?
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.