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
Since our last snapshot of Campbell's tomato soup prices three months ago, we're seeing continued signs that its price to American consumers is stabilizing.
That's the good news. The bad news is the average unit price at which it is stabilizing is over 28% higher than its cost three years ago. In October 2020, the trailing twelve month average price of an iconic Number 1 size can of Campbell's Condensed Tomato Soup was $0.95 per 10.75 fluid ounce can. In October 2023, that measure has increased to $1.22. The only reason it hasn't risen higher is because we've captured some short-term discounted sale pricing in our regular sampling of prices in recent months. Discounted sale pricing that isn't sustained, confirming higher prices are here to stay.
Here's what we found when we sampled prices for Campbell's condensed tomato soup in mid-October 2023 at ten major national or regional grocers and compared them to our sampling from July 2023. There's bad news if you shop for tomato soup at the second-largest drug store retailer in the United States.
Here's what the overall trends for the average consumer price of Campbell's tomato soup looks like in the 21st century.
This chart visualizes a remarkable transition. In it, 2022 marks when the regular sale price of Campbell's Tomato Soup broke through the threshold of $1.00 per can. It is when the price of $1.00 per can went from being the most American consumers would ever expect to pay for a single 10.75 ounce can of Campbell's condensed tomato soup to almost the least they will pay when grocery stores put them on sale for short times at big markdowns. Without those very temporary discounts, the lowest regular sale price for Campbell's Tomato Soup we see at U.S. grocers is at $1.25-$1.26 per can.
For the latest in our coverage of Campbell's Tomato Soup prices, follow this link!
Our next update will come in January 2024, when we'll present an updated version of our chart tracking the unit price per can of Campbell's Condensed Tomato Soup since January 1897.
Political Calculations' analysis of Campbell's Tomato Soup dates back to 2015! Along the way, we've filled in the gaps we had in the historic price data and have explored America's second-most popular soup from a lot of different angles.
Image credit: Campbell's Condensed Tomato Soup Can on a Yellow Background photo by Anastasiya Badun on Unsplash.
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.