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
In December 2021, the typical discounted sale price Americans paid for an iconic can of Campbell's Condensed Tomato Soup was $0.98. Meanwhile, the rolling twelve month average for a 10.75 oz can dropped to $0.91 per can as the soup's November 2020 price spike dropped out of the trailing average math. The following chart tracks the recent price trends for Campbell's Tomato Soup from January 2000 through December 2021.
For the latest in our coverage of Campbell's Tomato Soup prices, follow this link!
We should note the current dip in the trailing twelve month average of Campbell's Tomato Soup prices will dissipate over the next few months. That's because the unusually low discounting prompted by supply imbalances that peaked with the coronavirus pandemic in January 2021 will soon roll off the trailing twelve month average math as well. When it does, that average will quickly rise to at least $0.97 per can in the absence of deep discounting.
Or the average will rise higher, because we anticipate rising prices in 2022. On 8 December 2021, Campbell Soup (NYSE: CPB) CEO Mark Clouse confirmed the company would increase prices in response to their inflating costs.
The firm, which announced some price increases at the end of its last fiscal year, “recently communicated additional inflation-justified pricing actions,” Clouse said.
The latest increases, to take effect in January, are needed to offset higher costs for ingredients, packaging, shipping and labor, said Clouse.
Meanwhile, here's the summary of prices we surveyed at several retailers in December 2021 ranked from highest to lowest, along with the change in price at each since our previous snapshot:
Of all these retailers, we've found Amazon's pricing to be the most volatile. The second chart provides an indication of just how volatile, based on snapshots at several points of time between 27 November 2021 and 19 December 2021.
While the latest snapshot puts Amazon's price at $0.89 per can, that pricing has ranged from a low of $0.79 per can to a high of $1.49 per can in this chart. Microsoft Edge's price history tracking feature calls the price stable because the current price is within 2% of the median price over this time, which coincidentally happens to be $0.89 per can. Amazon's average price for Campbell's Tomato Soup during this period was $0.96 per can according to this data.
We think Amazon represents a very small share of Campbell's Condensed Tomato Soup sales overall, where we give a higher weighting to more traditional retailers operating large numbers of stores in tracking the product's price trend.
Labels: inflation, personal finance, soup
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.