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
Consumer price inflation came in hotter than expected in January 2023. While the rate of inflation has moderated since peaking at 9.1% in June 2022, the prices of many goods are still rising quite rapidly. Especially eggs, whose price rise during 2022 was illustrated very well by metalytIQ:
If metalytIQ's chart extended into January 2023, it would show the average price for a dozen Grade A eggs in the U.S. rising to $4.83. Since eggs represent one of the least expensive and most popular sources of protein for Americans, that's a very big deal.
Unlike most products affected by President Biden's COVID-stimulus fueled-inflation, the rising price of eggs has been driven by a devastating tragedy. The spread of H5N1 Highly Pathogenic Avian Influenza (a.k.a. the 2022 bird flu) has led the culling of over 58 million birds in the U.S., including over 40 million table egg-laying hens at commercial farms.
That's nearly one out of eight of the U.S. estimated population of 323 million table egg-laying population of chickens in January 2022. That may sound like much, but eggs are a food product with very few acceptable substitutes, so demand for eggs has remained elevated, even though the supply has shrunk considerably. Since the prices for goods like eggs are set at the margin, that combination of demand and supply has produced an outsized increase in the price consumers pay for eggs.
How much longer might that last?
Since a negative change in supply produced such a large increase in the price of eggs, it stands to reason that a positive change in supply can reverse it. If we know how long it might take the commerical table-egg producing farms to recover from the loss of their flocks, we can project when the rising price of eggs might break.
We tapped a number of sources to put together the following basic timetable for resuming full egg production after an outbreak of the H5N1 influenza virus has been detected in a farm's population of chickens.
Now, we've taken the CDC's data for when the H5N1 bird flu was first detected at commercial table-egg producing farms during 2022 and have projected when the recovery in supply would occur if all goes according to that timetable. The following chart shows the results:
Based on that 38 week recovery time, our back of the envelope timetable would predict that the egg supply would begin recovering in early December 2022, with a fairly robust recovery through January 2023. That scenario would coincide with the commercial farms that were first to be negatively impacted by the 2022 bird flu coming back online after repopulating their egg-laying flocks.
We can check the our egg supply recovery projection using wholesale egg prices, or rather, the prices paid by the firms in between the farms and grocery store consumers. For that data, we pulled the Urner Barry Egg Index shortly after it was updated through 13 February 2023:
Note the wholesale price of eggs starts spiking upward beginning in March 2022, just after the first major outbreaks of H5N1 bird flu at several large commercial egg-producing farms. Flashing forward, we see the wholesale prices of eggs in the U.S. peaked on 19 December 2023, which is close but is some 2 to 3 weeks after our timetable would predict. Since 19 December 2023, the wholesale price of a dozen eggs has dropped from $4.63 to $1.91 as of 13 February 2023.
The price of eggs tracked in the Consumer Price Index for January 2023 is based on prices that applied during the week of 12 January 2023. Assuming a lag of about four weeks for changes in wholesale prices to impact retail prices, we think it's quite possible January 2023 saw the peak in the retail price of eggs for American grocery shoppers. As you're reading this, the rising price of eggs has most likely already broken, with lower egg prices soon to show up at your local grocery store if they haven't already.
U.S. Bureau of Labor Statistics. Graphics for Economic News Releases. Average price data (in U.S. dollars), selected items (Eggs, grade A, large, per doz.). [Online Application]. Accessed 14 February 2023.
U.S. Centers for Disease Control. H5N1 Bird Flu Detections across the United States (Backyard and Commercial). Data Table. [CSV Data]. Accessed 14 February 2023.
Urner Barry. Urner Barry Egg Index. [Online Application]. 13 February 2023. Accessed 13 February 2023.
Believe it or not, we have covered the economic effects of bird flu on agricultural goods before! Here's a sampling of that coverage in chronological order, which mainly focuses on the impact of 2015's bird flu epidemic on U.S. farm-raised turkeys:
Mostly off topic, here's where we purposefully featured articles involving eggs!
Labels: economics, food, inflation
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.