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
Price increases promised by Campbell Soup (NYSE: CPB) CEO Mark Clouse back in December 2021 arrived at grocery stores across the United States in February 2022. We're seeing price hikes of 19%-25% for Campbell's condensed tomato soup at major grocery store chains, which rank among the highest nominal price increases recorded in the product's 124 year history.
For the latest in our coverage of Campbell's Tomato Soup prices, follow this link!
The most notable shelf price inflation for products like Campbell's Condensed Tomato Soup have taken place at Walmart and at Kroger locations across the U.S. The following photos document the new non-discount shelf prices our field correspondent indicates have taken effect this month at their local Walmart supercenter and Kroger-family supermarket:
Walmart has increased its price from $0.98 to $1.17 per 10.75 ounce can, an increase of 19.3%. Kroger's new price is listed as 4 cans for $5.00, which works out to $1.25 per can, a 25% increase over its previous shelf price indicating 10 cans could be bought for $10.00 (or $1.00 per can).
These price changes are significant to American consumers because Walmart sells the most groceries in the U.S., while the Kroger family of grocery stores is considered to be the largest supermarket chain (Walmart's stores fall into a different retail classification, otherwise it would rank at the top). Together, Walmart and Kroger are the top sellers of groceries in the United States.
Since we survey Campbell's tomato soup prices at many more than just two sellers, here's the summary of prices we surveyed at ten major retailers in February 2022 ranked by seller according to their annual sales, along with the change in price at each since our previous snapshot. The most important thing to note is that the discounted sale price per 10.75 ounce can ranges from $0.99 to $1.49 per can, as discounted sale pricing below $0.99 per can has mostly disappeared in American grocery stores:
The trailing twelve month average for a can of Campbell's condensed tomato soup spiked upward to $0.99 per can in February 2022. We anticipate it will blow through the one-dollar-per-can price level in the next month, as President Biden's inflation penetrates through to all American consumers.
Political Calculations' analysis of Campbell's Tomato Soup dates back to 2015, when we first posted historic prices for a No. 1 can of Campbell's condensed tomato soup going back to January 1898! Since then, we've filled in the gaps we originally had in the historic price data and have explored America's second-most popular soup from a lot of different angles.
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.