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
Campbell's Condensed Tomato Soup is an iconic American consumer good that's been around over 123 years. That means we have over 123 years worth of monthly price data on how much consumers have paid for a standard 10.75 ounce can whenever grocers have put it on sale on their store shelves.
For the latest in our coverage of Campbell's Tomato Soup prices, follow this link!
But we're not going to revisit that whole history today. Instead, we're going to look at the price trends for Campbell's Tomato Soup since January 2000, where we really want to focus on the months of the Coronavirus Recession. The following chart shows the individual price per can and the trailing twelve month average Americans have paid for a can of Campbell's iconic soup from January 2000 through May 2021.
Through May 2021, the trailing twelve month average of Campbell's condensed tomato soup has risen to $0.96 per can, up 13% from an average price of $0.86 per can in February 2020 (Month 0 for the coronavirus recession).
Much of that increase has been driven by higher demand, where retailers have been much less likely to discount their sale prices over the last 15 months. The only exception to that came in January and February 2021, when the second wave of the coronavirus pandemic in many parts of the U.S. prompted a temporary shift in consumer demand in favor of Campbell's Chicken Noodle Soup, which many believe helps relieve cold, flu, and COVID symptoms. That shift in consumer demand led to a relative oversupply of tomato soup on retailers' store shelves, which in turn, prompted them to discount their prices to sell relatively more tomato soup during these months.
With the decline in COVID cases since January 2021, that relative imbalance in consumer demand has ebbed. Discounted sales have ended, but sale prices for tomato soup remain elevated.
The potential for the escalated prices of tomato soup to continue is high, with higher inflation having taken hold in the U.S. in recent months. The test for that will come this summer as seasonal demand for tomato soup declines, where the absence of discounted sale pricing would effectively lock in the pandemic price increase.
Just for fun, we'll close by pointing to exactly where the price data in the chart during the coronavirus pandemic comes from! Follow the links below to see the advertisements from the indicated retailers seeking to sell Campbell's Condensed Tomato Soup during the months of the Coronavirus Pandemic Recession:
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.