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
There are very few long-running products with decades of history that are fundamentally the same as they were when they first introduced to the market. Campbell's Tomato Soup is one of them, with a history that stretches back to the final years of the nineteenth century.
2025 marks the 128th year in which Americans can go to a grocery store and buy a can of Campbell's condensed tomato soup. When the Campbell's Company (NYSE: CPB) first produced the product, it was revolutionary. John Dorrance's innovation of condensing soup, removing water while preserving the flavor, made it possible to produce, can, store, and ship much larger quantities of soup than ever before. Consumers only needed to pour the contents of the can into a pot on their stove and add water to transform it into their next meal.
Campbell's Condensed Tomato Soup quickly became the most popular of the first soups the company produced and shipped to grocery stores across the entire United States by train and truck. Today, it is Campbell's second-most popular soup, selling around 84 million cans a year and lagging only behind the company's equally iconic Chicken Noodle Soup, which was introduced in the 1930s.
In 1898, consumers could buy a Number 1 (10.75 oz) size can of Campbell's Condensed Tomato Soup for just 10 cents. Today, consumers can walk into a Walmart and buy the exact same size can of Campbell's Condensed Tomato Soup for $1.26.
The consistency of Campbell's Tomato Soup as a product over the 128 years it has been available for consumers to buy makes it an ideal product to follow to understand how inflation has affected the prices Americans pay at the grocery store. There's no "shrinkflation" for marketers to hide the price increases that have taken place for the product over time.
Political Calculations has documented the typical price Americans have paid for a single iconic can of Campbell's Condensed Tomato Soup in each month starting from January 1898 by going through more than twelve decades worth of archived newspapers and advertising circulars to identify the prices at which grocers have put them on sale. Today we're updating that price history in our chart visualizing that history from January 1898 through January 2025.
For the latest in our coverage of Campbell's Tomato Soup prices, follow this link!
We find the prevailing average sale price for this food product over the past 12 months is $1.28 per can, which is 3.2% higher than what we found a year earlier. The rate at which the price of a can of Campbell's Tomato Soup has been inflating in recent years has slowed, but has not stopped escalating.
The 2025 average price of a can of Campbell's Tomato Soup is about 35% higher than the trailing 12 month average of $0.95 per can we recorded in January 2022.
During this time, we've seen discounted sales of Campbell's Condensed Tomato Soup become both smaller and less frequent. Before March 2021, which marks Month 0 for when President Biden's inflation was unleashed upon the U.S. economy, it was rare to see the regular sale price of a can of Campbell's Condensed Tomato Soup above one dollar. In January 2025, the lowest price at which American consumers can expect to pay for a can when they find it is the $1.25 price at Food Lion grocery stores, which is discounted from a regular price of $1.58 per can.
Here's the January 2025 update for our periodic sampling of Campbell's Condensed Tomato Soup sale prices at 10 major U.S. grocery-selling retailers, where we're indicated the change in price since our last update in October 2024:
Campbell's Condensed Tomato Soup costs about 12.8 times more than the original price American grocery shoppers paid when Campbell's began selling their just-invented condensed soup products in 1898. Because its price history now spans more than a full order of magnitude, showing the price history in logarithmic scale gives a better sense of how much and when inflation has affected the prices American consumers pay for a can of Campbell's Condensed Tomato Soup.
The escalation of Campbell's Condensed Tomato Soup since March 2021 is consistent with how food prices have generally changed over this time.
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: Photo of cans of Campbell's Tomato Soup at Walmart on January 7, 2025 by Iron Man on Unsplash.
Labels: 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.