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
According to Revelio Labs' public labor statistics data, seasonally adjusted total nonfarm employment in the U.S. fell by in November 2025. The firm's estimate of nonfarm employment is 159,231,610 for the month, down about 9,000 from its revised estimate of 159,240,592 for October 2025. Compared to November 2024 however, the estimate for November 2025 is up nearly 208,000.
Revelio Labs' data indicates total nonfarm employment peaked in April 2025 at 195,280,995 and has largely been slightly lower to flat in the period since. November 2025's estimate is within 0.03% of that peak.
Meanwhile, the BLS has released employment data through September 2025, putting its initial estimate of seasonally adjusted total nonfarm employment at 159,626,000 for the month, which represents a peak in its data series. This value is up 119,000 from the BLS' revised estimate of 159,507,000 for August 2025 and is almost 370,000 higher than Revelio Labs' estimate for September 2025.
Before we go any further, Revelio Labs' appears to have executed a major revision of its historical data, with large negative changes to its oldest data that tapers off to very small downward changes for the most recent months. The following chart captures both the BLS' and Revelio Lab's latest estimates of seasonally adjusted total nonfarm employment over the period from January 2022 through November 2025 and all Revelio Labs' estimates released in October, November, and December 2025.
At this writing, Revelio Labs' has not produced any statement to account for its large downward revisions in its oldest data, which are substantial. In our featured chart, the firm's November 2025 estimate for January 2022 was reduced by over 1.6 million from its October 2025 estimate. Even so, the firm's estimate for January 2022 is over 1.9 million higher than the BLS' estimate for the month.
Without an explanation, we caution against using Revelio Labs' historical data in other analyses. We do observe that Revelio Labs' data does generally match the direction of employment changes in the BLS' historical series over the period covered in our chart, so its still likely useful for divining that aspect of how the total nonfarm employment level is changing over time.
The Bureau of Labor Statistics indicates it will next release its employment situation data on Tuesday, 16 December 2025, which will include newly released estimates for both October and November 2025.
Revelio Labs. Total Nonfarm Employment National. [CSV Data]. 4 December 2025.
U.S. Bureau of Labor Statistics. Total Nonfarm Employment. Current Employment Statistics - CES. [Online database]. Last Updated 20 November 2025.
Image credit: Big Data by Learntek on Flickr. Creative Commons CC0 1.0 Universal Deed. Public Domain.
Labels: jobs
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.