APProjects commited on
Commit
d6ef725
·
verified ·
1 Parent(s): 862dade

daily rebuild: 376 observed changes through 2026-09-11

Browse files
README.md ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: What changed in US WARN Act layoff notices (daily observed change log, amendments and disappearances)
3
+ license: cc-by-4.0
4
+ language:
5
+ - en
6
+ task_categories:
7
+ - tabular-classification
8
+ tags:
9
+ - warn-act
10
+ - layoffs
11
+ - layoff-notices
12
+ - amendments
13
+ - revisions
14
+ - change-log
15
+ - point-in-time
16
+ - data-provenance
17
+ - time-series
18
+ - public-records
19
+ - government-data
20
+ - daily-updated
21
+ - labor
22
+ - labor-market
23
+ - united-states
24
+ size_categories:
25
+ - n<1K
26
+ configs:
27
+ - config_name: changes
28
+ data_files: data/warn_notice_changes.csv
29
+ default: true
30
+ - config_name: suppressed_snapshot_pairs
31
+ data_files: data/suppressed_snapshot_pairs.csv
32
+ ---
33
+
34
+ # What changed in US WARN Act layoff notices
35
+
36
+ **376 observed changes** across **13 daily builds**
37
+ (2026-08-30 to 2026-09-11), touching
38
+ **336 distinct notices** in the
39
+ [daily US WARN Act dataset](https://huggingface.co/datasets/APProjects/us-warn-act-layoffs-notices-daily).
40
+
41
+ This is the answer to a question no state labor department will answer for you:
42
+ **what did the layoff filing say before it said this?** State WARN portals
43
+ publish a page. When a notice is amended, re-filed or pulled, the page simply
44
+ changes - there is no history, no diff, no archive. This dataset is that diff,
45
+ taken every single day.
46
+
47
+ ## Read this before you use a single row
48
+
49
+ A difference between two of our daily builds has **two possible causes**, and we
50
+ usually cannot tell which one it was:
51
+
52
+ 1. the state agency amended, re-filed or removed the notice, or
53
+ 2. **our own parser or normalizer got better** and now reads the same source
54
+ differently.
55
+
56
+ We do not guess. The `cause_class` column labels only what is mechanically
57
+ decidable, and every headline number below is computed from `value_changed`
58
+ rows only.
59
+
60
+ **`change_type=row_absent` means the row stopped appearing in our build. It does
61
+ not mean the employer withdrew the notice.** A state re-organising its portal,
62
+ a paginated page timing out, or a filing ageing out of a source's own window all
63
+ produce a `row_absent` row.
64
+
65
+ **Workers whose headcount was substantively revised: 0.** An earlier
66
+ build of this pipeline was about to publish a four-figure "workers revised"
67
+ total; inspection showed every one of those events was an empty field being
68
+ populated for the first time, not a number being changed. That is why the
69
+ number here is computed from `value_changed` rows alone.
70
+
71
+ ## Columns
72
+
73
+ | column | meaning |
74
+ |---|---|
75
+ | `observed_date` | the build in which the change was first seen |
76
+ | `prev_observed_date` | the build it is being compared against |
77
+ | `id` | stable notice id, joins to the [main dataset](https://huggingface.co/datasets/APProjects/us-warn-act-layoffs-notices-daily) |
78
+ | `state` | two-letter state posting the notice |
79
+ | `company` | employer as filed at `observed_date` |
80
+ | `notice_date` | date on the filing |
81
+ | `change_type` | `amended` (a field differs) or `row_absent` (row gone from our build) |
82
+ | `cause_class` | `value_changed`, `field_populated`, `field_cleared`, `format_only`, `unknown` |
83
+ | `field` | which column changed (blank for `row_absent`) |
84
+ | `old_value` / `new_value` | the two values, as printed |
85
+
86
+ ## What is in here right now
87
+
88
+ | change_type | rows |
89
+ |---|---|
90
+ | amended | 121 |
91
+ | row_absent | 255 |
92
+
93
+ | cause_class | rows |
94
+ |---|---|
95
+ | value_changed | 87 |
96
+ | format_only | 24 |
97
+ | field_populated | 10 |
98
+ | field_cleared | 0 |
99
+ | unknown | 255 |
100
+
101
+ Fields that were amended:
102
+
103
+ | field | times |
104
+ |---|---|
105
+ | `location` | 58 |
106
+ | `company` | 30 |
107
+ | `notice_type` | 25 |
108
+ | `employees_affected` | 4 |
109
+ | `notice_date` | 3 |
110
+ | `effective_date` | 1 |
111
+
112
+ ## The suppression ledger (5 day-pairs)
113
+
114
+ Our own coverage window has widened several times (adding states, and opening
115
+ the free window from 2024+ back to 1988). On a day when the row count swings
116
+ more than ~5%, treating every missing row as a disappearance would manufacture
117
+ tens of thousands of fake withdrawals. On those day-pairs we **suppress**
118
+ disappearances and publish the pair in `suppressed_snapshot_pairs.csv` instead,
119
+ so the gap is visible rather than silent. Amendments are still published for
120
+ those days.
121
+
122
+ ## Why this cannot be copied
123
+
124
+ Anyone can re-scrape 48 state portals and match our current table within a week.
125
+ Nobody can reconstruct what those portals said last Tuesday. This file starts at
126
+ 2026-08-30, grows by one build every day, and cannot be backfilled by
127
+ us or by anyone else. Every day it is not captured is lost permanently.
128
+
129
+ ## Freshness
130
+
131
+ Rebuilt daily by an automated pipeline (`gen_revisions.py`) straight from the
132
+ git history of the free dataset's `data/warn_notices.csv`. Latest build in this
133
+ copy: 2026-09-11.
134
+
135
+ ## Related
136
+
137
+ - [Daily US WARN Act notices](https://huggingface.co/datasets/APProjects/us-warn-act-layoffs-notices-daily) - every notice, 48 states, free, no login.
138
+ - [Multi-state employers](https://huggingface.co/datasets/APProjects/us-multi-state-employer-layoffs-warn-notices-by-state) - who is laying off in more than one state.
139
+ - [Notice-period dataset](https://huggingface.co/datasets/APProjects/us-warn-act-layoff-notice-period-days) - how many days' notice each filing gave.
140
+ - [Free CSV/JSON/RSS on GitHub](https://github.com/APVentureEngine/warn-act-notices) - CC BY 4.0.
141
+ - [The site](https://approjects-warn-act-notices.static.hf.space) - state pages, employer pages, live search.
142
+ - [WARN Watch](https://approj.gumroad.com/l/warn-watch) - same-day alert when an employer on your list files, $49/year.
143
+
144
+ ## License
145
+
146
+ CC BY 4.0. Underlying notices are US state public records. Attribution:
147
+ "WARN Feed, https://approjects-warn-act-notices.static.hf.space".
148
+
149
+ *Not affiliated with the US Department of Labor or any state agency.*
data/suppressed_snapshot_pairs.csv ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ from_build,to_build,prev_rows,curr_rows,reason
2
+ 2026-08-31,2026-09-01,6729,7099,coverage window changed (5.5% row-count swing)
3
+ 2026-09-01,2026-09-02,7099,9423,coverage window changed (32.7% row-count swing)
4
+ 2026-09-06,2026-09-07,9443,46924,coverage window changed (396.9% row-count swing)
5
+ 2026-09-07,2026-09-08,46924,49345,coverage window changed (5.2% row-count swing)
6
+ 2026-09-09,2026-09-10,49403,59136,coverage window changed (19.7% row-count swing)
data/warn_notice_changes.csv ADDED
@@ -0,0 +1,377 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ observed_date,prev_observed_date,id,state,company,notice_date,change_type,cause_class,field,old_value,new_value
2
+ 2026-08-31,2026-08-30,61f5b7530f98ab18,AZ,"ABM Industry Group, Inc.",2024-01-18,row_absent,unknown,,present,absent
3
+ 2026-08-31,2026-08-30,ca1306a9dd8b1c26,AZ,Allied Tube and Conduit Corporation,2025-11-05,row_absent,unknown,,present,absent
4
+ 2026-08-31,2026-08-30,7d087012c8d3ef26,AZ,Amentum,2024-07-31,row_absent,unknown,,present,absent
5
+ 2026-08-31,2026-08-30,7801e90ac7d45832,AZ,"American Airlines, Inc.",2024-01-29,row_absent,unknown,,present,absent
6
+ 2026-08-31,2026-08-30,f3326969f6ac22d6,AZ,"Aramark Campus, LLC",2026-04-01,row_absent,unknown,,present,absent
7
+ 2026-08-31,2026-08-30,4a8984b9fde115f1,AZ,Avelo Airlines,2026-01-07,row_absent,unknown,,present,absent
8
+ 2026-08-31,2026-08-30,93b02603f1c921e2,AZ,Behavioral Health Link,2025-02-19,row_absent,unknown,,present,absent
9
+ 2026-08-31,2026-08-30,fee2eedc0af92d63,AZ,Benchmark,2026-04-29,row_absent,unknown,,present,absent
10
+ 2026-08-31,2026-08-30,e00def7e1ec8ba9d,AZ,Benchmark,2026-01-27,row_absent,unknown,,present,absent
11
+ 2026-08-31,2026-08-30,0668e8506a44b6d3,AZ,Berger Logistics,2025-04-01,row_absent,unknown,,present,absent
12
+ 2026-08-31,2026-08-30,e0eb64e679526cf8,AZ,"Bionano Genomics, Inc.",2024-03-22,row_absent,unknown,,present,absent
13
+ 2026-08-31,2026-08-30,0cce8764ec089487,AZ,"Block, INC.",2025-03-25,row_absent,unknown,,present,absent
14
+ 2026-08-31,2026-08-30,6d9cf6d606c16da4,AZ,"Block, INC.",2024-01-30,row_absent,unknown,,present,absent
15
+ 2026-08-31,2026-08-30,8ad62e0f29ace528,AZ,"Block, Inc.",2026-02-26,row_absent,unknown,,present,absent
16
+ 2026-08-31,2026-08-30,2249bf68ad0cf158,AZ,Buena Vista Recovery,2025-10-28,row_absent,unknown,,present,absent
17
+ 2026-08-31,2026-08-30,aaae3019793a8393,AZ,C2 Technologies,2026-03-05,row_absent,unknown,,present,absent
18
+ 2026-08-31,2026-08-30,b42a581efb791807,AZ,"COR Restaurant Services, LLC",2024-04-09,row_absent,unknown,,present,absent
19
+ 2026-08-31,2026-08-30,13d62a22c047cc6b,AZ,Carclo Technical Plastics,2024-03-22,row_absent,unknown,,present,absent
20
+ 2026-08-31,2026-08-30,97930e1fce7c202a,AZ,"Catholic Community Services of Southern Arizona, Inc.",2026-04-08,row_absent,unknown,,present,absent
21
+ 2026-08-31,2026-08-30,80fc9b2c22a77bc6,AZ,"Conduent Commercial Solutions, LLC",2026-06-29,row_absent,unknown,,present,absent
22
+ 2026-08-31,2026-08-30,b260854337322a0c,AZ,"Crisis Preparation & Recovery, Inc.",2025-05-06,row_absent,unknown,,present,absent
23
+ 2026-08-31,2026-08-30,851efe6c6fdb1653,AZ,Cruise LLC,2025-02-04,row_absent,unknown,,present,absent
24
+ 2026-08-31,2026-08-30,eee260d8d76cc1b8,AZ,CyraCom International Inc.,2025-09-04,row_absent,unknown,,present,absent
25
+ 2026-08-31,2026-08-30,7c24b5af706f2a6d,AZ,DFC,2025-04-29,row_absent,unknown,,present,absent
26
+ 2026-08-31,2026-08-30,6682fd09dab3b632,AZ,"DHM Payroll - Fiesta Tempe, LLC,",2025-11-26,row_absent,unknown,,present,absent
27
+ 2026-08-31,2026-08-30,9cc9ba7c852eb939,AZ,DLH Solutions,2026-04-17,row_absent,unknown,,present,absent
28
+ 2026-08-31,2026-08-30,0049539ca49f84c0,AZ,DLP Services,2025-03-19,row_absent,unknown,,present,absent
29
+ 2026-08-31,2026-08-30,ae5688bdd63a1f13,AZ,Devine Holdings LLC,2024-05-02,row_absent,unknown,,present,absent
30
+ 2026-08-31,2026-08-30,dfb056ec62f95cef,AZ,District Medical Group (Children's Rehabilitative Services),2025-04-25,row_absent,unknown,,present,absent
31
+ 2026-08-31,2026-08-30,d8f21f0217ff397c,AZ,Florence Immigrant & Refugee Rights Project,2025-05-16,row_absent,unknown,,present,absent
32
+ 2026-08-31,2026-08-30,03c567e8a6116d88,AZ,"Forever Nutraceuticals, LLC",2024-03-07,row_absent,unknown,,present,absent
33
+ 2026-08-31,2026-08-30,f60b697baabac845,AZ,"Freight Handlers, LLC",2025-08-20,row_absent,unknown,,present,absent
34
+ 2026-08-31,2026-08-30,27bfc11409950c36,AZ,GNC Distribution Center,2026-01-07,row_absent,unknown,,present,absent
35
+ 2026-08-31,2026-08-30,1f89a9b1c93924fe,AZ,Gannett Publishing Services,2025-07-22,row_absent,unknown,,present,absent
36
+ 2026-08-31,2026-08-30,b987909987e132ec,AZ,Hickman's Family Farms,2025-06-16,row_absent,unknown,,present,absent
37
+ 2026-08-31,2026-08-30,5a08e8b0b3975577,AZ,Honeywell AZ0Y,2026-05-27,row_absent,unknown,,present,absent
38
+ 2026-08-31,2026-08-30,414c84ff812488cd,AZ,Intel Corporation,2025-08-25,row_absent,unknown,,present,absent
39
+ 2026-08-31,2026-08-30,2bea551e62f067dc,AZ,Intel Corporation,2025-07-07,row_absent,unknown,,present,absent
40
+ 2026-08-31,2026-08-30,61a76cc2c32f78c4,AZ,Jacobs Technology Inc.,2024-02-01,row_absent,unknown,,present,absent
41
+ 2026-08-31,2026-08-30,44b93d73cacde761,AZ,KIRA Services LLC.,2025-07-17,row_absent,unknown,,present,absent
42
+ 2026-08-31,2026-08-30,43ec44c217760334,AZ,Kalil Bottling Company,2024-05-31,row_absent,unknown,,present,absent
43
+ 2026-08-31,2026-08-30,73dabaab38630a77,AZ,Kett Engineering Corporation,2024-03-11,row_absent,unknown,,present,absent
44
+ 2026-08-31,2026-08-30,1fcb98ad3559b37c,AZ,Kuehne+Nagel,2024-04-22,row_absent,unknown,,present,absent
45
+ 2026-08-31,2026-08-30,dc5a8dc25691a0a8,AZ,LSG Sky Chefs,2025-09-04,row_absent,unknown,,present,absent
46
+ 2026-08-31,2026-08-30,f6d060210da449f3,AZ,LUKE Holding Inc.,2025-02-28,row_absent,unknown,,present,absent
47
+ 2026-08-31,2026-08-30,8ce6751e19797a47,AZ,LUKE Holding Inc.,2025-02-28,row_absent,unknown,,present,absent
48
+ 2026-08-31,2026-08-30,99f377dbe93fd094,AZ,LUKE Holding Inc.,2025-02-28,row_absent,unknown,,present,absent
49
+ 2026-08-31,2026-08-30,40b9c859848cd1ad,AZ,"Lost Boys Interactive, LLC",2024-01-12,row_absent,unknown,,present,absent
50
+ 2026-08-31,2026-08-30,810c7bdfa3d9f84e,AZ,ManpowerGroup US Inc.,2025-01-27,row_absent,unknown,,present,absent
51
+ 2026-08-31,2026-08-30,4fbd67ed2dddc9d4,AZ,Meyer Burger Americas,2025-05-22,row_absent,unknown,,present,absent
52
+ 2026-08-31,2026-08-30,b83793858f5918d6,AZ,Michael Foods,2024-01-15,row_absent,unknown,,present,absent
53
+ 2026-08-31,2026-08-30,5000f8733d575a78,AZ,Microchip,2025-03-03,row_absent,unknown,,present,absent
54
+ 2026-08-31,2026-08-30,75199e26f9af11f5,AZ,Mural Technologies,2025-06-09,row_absent,unknown,,present,absent
55
+ 2026-08-31,2026-08-30,06f4b1e4594dca35,AZ,Nikola Corporation,2025-02-19,row_absent,unknown,,present,absent
56
+ 2026-08-31,2026-08-30,4464739449127da8,AZ,Nikola Corporation,2025-02-19,row_absent,unknown,,present,absent
57
+ 2026-08-31,2026-08-30,693549b47b64434b,AZ,Nordstrom,2025-11-20,row_absent,unknown,,present,absent
58
+ 2026-08-31,2026-08-30,c01e52babb477c89,AZ,Nordstrom,2025-11-17,row_absent,unknown,,present,absent
59
+ 2026-08-31,2026-08-30,547fa50a4835960f,AZ,Nordstrom,2025-08-21,row_absent,unknown,,present,absent
60
+ 2026-08-31,2026-08-30,7c7112f623326943,AZ,Nordstrom Credit Bank,2025-07-29,row_absent,unknown,,present,absent
61
+ 2026-08-31,2026-08-30,6404c9aa9b2711a7,AZ,Nordstrom Credit Bank,2025-05-29,row_absent,unknown,,present,absent
62
+ 2026-08-31,2026-08-30,6c6be27c76b132a2,AZ,"Obvio Health USA, Inc. - ObvioHealth",2024-05-28,row_absent,unknown,,present,absent
63
+ 2026-08-31,2026-08-30,21286d4e869d164e,AZ,"Packers Sanitation Services, Inc",2024-04-12,row_absent,unknown,,present,absent
64
+ 2026-08-31,2026-08-30,936cd76b3969a93f,AZ,Paragon Space Development Corporation,2026-06-12,row_absent,unknown,,present,absent
65
+ 2026-08-31,2026-08-30,83f31ad09a7a9358,AZ,"QB Intermediate Holdings, LLC, AKA Quality Built, LLC",2025-07-07,row_absent,unknown,,present,absent
66
+ 2026-08-31,2026-08-30,5634b8e9683377a9,AZ,"Republic National Distributing Company, LLC",2026-04-23,row_absent,unknown,,present,absent
67
+ 2026-08-31,2026-08-30,638f213e044ffc0f,AZ,Ruan Transport Corporation,2025-07-01,row_absent,unknown,,present,absent
68
+ 2026-08-31,2026-08-30,77d18a2355c69297,AZ,"Ryder Integrated Logistics, Inc.",2025-07-22,row_absent,unknown,,present,absent
69
+ 2026-08-31,2026-08-30,d00163f963211542,AZ,"SDH Education West, LLC",2026-05-14,row_absent,unknown,,present,absent
70
+ 2026-08-31,2026-08-30,38233628a53b999d,AZ,Safeway Inc.,2025-01-14,row_absent,unknown,,present,absent
71
+ 2026-08-31,2026-08-30,645e8b4c3110a8f3,AZ,Savers,2024-05-02,row_absent,unknown,,present,absent
72
+ 2026-08-31,2026-08-30,786c60a861d9c72a,AZ,Schuff Steel,2024-07-03,row_absent,unknown,,present,absent
73
+ 2026-08-31,2026-08-30,85ce3d64028c04e3,AZ,"Sinomax East, Inc.",2026-03-26,row_absent,unknown,,present,absent
74
+ 2026-08-31,2026-08-30,6e7657b021c1b348,AZ,"Sodexo, Inc and Affiliates",2025-07-02,row_absent,unknown,,present,absent
75
+ 2026-08-31,2026-08-30,fdb39339bdd83161,AZ,Southwest Key Programs,2025-08-06,row_absent,unknown,,present,absent
76
+ 2026-08-31,2026-08-30,33dc687a7f7daa85,AZ,Southwest Key Programs,2025-07-31,row_absent,unknown,,present,absent
77
+ 2026-08-31,2026-08-30,0a820aa967ea3d2a,AZ,Spectrum Home Healthcare LLC,2024-04-05,row_absent,unknown,,present,absent
78
+ 2026-08-31,2026-08-30,4f7f55093b9f5acf,AZ,"TXP - Transfer Express, Inc.",2025-04-29,row_absent,unknown,,present,absent
79
+ 2026-08-31,2026-08-30,f60365abf0c2fa52,AZ,"The Tendit Group, LLC.",2026-04-14,row_absent,unknown,,present,absent
80
+ 2026-08-31,2026-08-30,ba2acfea2831bbb6,AZ,"Tilson Technology Management, Inc.",2025-05-05,row_absent,unknown,,present,absent
81
+ 2026-08-31,2026-08-30,186de8ee8c2f46e7,AZ,"TuSimple, Inc.",2024-05-31,row_absent,unknown,,present,absent
82
+ 2026-08-31,2026-08-30,90476954a2b54727,AZ,"TuSimple, Inc.",2024-03-15,row_absent,unknown,,present,absent
83
+ 2026-08-31,2026-08-30,4d4fa2999dbfad4e,AZ,"TuSimple, Inc.",2024-02-15,row_absent,unknown,,present,absent
84
+ 2026-08-31,2026-08-30,4e780b0cbe109430,AZ,U.S Census Bureau,2025-10-10,row_absent,unknown,,present,absent
85
+ 2026-08-31,2026-08-30,24f858a6f7dae4ff,AZ,US Cellular Corporation,2025-05-22,row_absent,unknown,,present,absent
86
+ 2026-08-31,2026-08-30,3c99927f65700baa,AZ,US Foods,2024-03-25,row_absent,unknown,,present,absent
87
+ 2026-08-31,2026-08-30,b41ecae8bef01b12,AZ,"Veyer, LLC",2025-02-28,row_absent,unknown,,present,absent
88
+ 2026-08-31,2026-08-30,e6c75bf8be75cd06,AZ,"Volta Charging Industries, LLC",2024-04-01,row_absent,unknown,,present,absent
89
+ 2026-08-31,2026-08-30,3cc90ff6cd948353,AZ,"WeDriveU, Inc.",2025-07-16,row_absent,unknown,,present,absent
90
+ 2026-08-31,2026-08-30,3ffe055ed286584c,AZ,"Zeco Systems, Inc.",2025-08-18,row_absent,unknown,,present,absent
91
+ 2026-08-31,2026-08-30,43fcb7af9e616081,AZ,iQor Holdings US LLC,2025-05-30,row_absent,unknown,,present,absent
92
+ 2026-08-31,2026-08-30,1576568849d9234e,NJ,"Enablx, INC",2026-08-01,row_absent,unknown,,present,absent
93
+ 2026-08-31,2026-08-30,4ad9865e9fd12ef1,SC,"80 Acres Urban Agriculture, Inc. (80 Acres Farms)",2026-08-03,row_absent,unknown,,present,absent
94
+ 2026-08-31,2026-08-30,c315604458e9c99e,SC,"ABM Industry Groups, LLC",2026-04-13,row_absent,unknown,,present,absent
95
+ 2026-08-31,2026-08-30,c9416ddb073bf60b,SC,ASRC Federal,2025-07-31,row_absent,unknown,,present,absent
96
+ 2026-08-31,2026-08-30,50f5286dd6ee48c8,SC,"Able Care Transport, LLC",2024-06-29,row_absent,unknown,,present,absent
97
+ 2026-08-31,2026-08-30,d2d7a95ce338fe64,SC,Amentum,2024-09-02,row_absent,unknown,,present,absent
98
+ 2026-08-31,2026-08-30,8ef792fc06ce41b2,SC,Anchor Bar of Myrtle Beach,2025-08-31,row_absent,unknown,,present,absent
99
+ 2026-08-31,2026-08-30,f558619ed56f2719,SC,Ascend Performance Materials,2024-12-06,row_absent,unknown,,present,absent
100
+ 2026-08-31,2026-08-30,2eb987a621842f4f,SC,Ascend Performance Materials,2024-03-31,row_absent,unknown,,present,absent
101
+ 2026-08-31,2026-08-30,55e803ba7c3fda22,SC,Atkore Plastics Southeast,2026-01-06,row_absent,unknown,,present,absent
102
+ 2026-08-31,2026-08-30,09f147257ba2e668,SC,Atrium Hospitality,2025-01-06,row_absent,unknown,,present,absent
103
+ 2026-08-31,2026-08-30,1b2c5a5f2a9368ce,SC,BIC Corporation,2024-05-24,row_absent,unknown,,present,absent
104
+ 2026-08-31,2026-08-30,c871333800250c3c,SC,"Best Dressed Chicken, Inc.",2026-01-20,row_absent,unknown,,present,absent
105
+ 2026-08-31,2026-08-30,dd928dd8e7369813,SC,Bicycle Corporation of America (Kent),2025-06-25,row_absent,unknown,,present,absent
106
+ 2026-08-31,2026-08-30,2d80575283faaf08,SC,"Block, Inc.",2024-03-30,row_absent,unknown,,present,absent
107
+ 2026-08-31,2026-08-30,29f4a888f2a88f0e,SC,C2 Technologies,2026-03-06,row_absent,unknown,,present,absent
108
+ 2026-08-31,2026-08-30,2ec8437b5f902c91,SC,"CACI, Inc.",2025-07-31,row_absent,unknown,,present,absent
109
+ 2026-08-31,2026-08-30,68302e3b63f5d92d,SC,CEF Solutions Inc.,2025-08-31,row_absent,unknown,,present,absent
110
+ 2026-08-31,2026-08-30,f3bc53968b6e5ed5,SC,"Carolina Cotton Works, Inc.",2024-07-02,row_absent,unknown,,present,absent
111
+ 2026-08-31,2026-08-30,6154024697363370,SC,Caterpillar,2024-08-09,row_absent,unknown,,present,absent
112
+ 2026-08-31,2026-08-30,a295caf21f5d0fa1,SC,Charter Communications,2026-05-07,row_absent,unknown,,present,absent
113
+ 2026-08-31,2026-08-30,3296153008111a6b,SC,Charter Communications LLC,2024-07-08,row_absent,unknown,,present,absent
114
+ 2026-08-31,2026-08-30,7823083fc0319a9e,SC,"Charter Communications, LLC",2024-10-28,row_absent,unknown,,present,absent
115
+ 2026-08-31,2026-08-30,42fe1552d1bc39b4,SC,"Charter Communications, LLC",2024-08-27,row_absent,unknown,,present,absent
116
+ 2026-08-31,2026-08-30,5032e6db3bd85141,SC,"Compass Group USA, Inc. (dba Chartwells)",2025-06-30,row_absent,unknown,,present,absent
117
+ 2026-08-31,2026-08-30,a65d65bed3224bea,SC,"Conduent Commercial Solutions, LLC",2026-08-28,row_absent,unknown,,present,absent
118
+ 2026-08-31,2026-08-30,36aaab67624a4fcf,SC,Cooperative Health,2025-09-12,row_absent,unknown,,present,absent
119
+ 2026-08-31,2026-08-30,3a5e0d7cd1b82bd4,SC,D&A Consulting,2025-02-19,row_absent,unknown,,present,absent
120
+ 2026-08-31,2026-08-30,fc9244f10757d5b4,SC,DAV-Force Inc.,2025-08-01,row_absent,unknown,,present,absent
121
+ 2026-08-31,2026-08-30,3775a0b163115c45,SC,DAV-Force Inc.,2024-06-07,row_absent,unknown,,present,absent
122
+ 2026-08-31,2026-08-30,04e50f86b0df5d79,SC,DLH Solutions,2026-02-28,row_absent,unknown,,present,absent
123
+ 2026-08-31,2026-08-30,a82c38eaca41d2fa,SC,"Delta Apparel, LLC",2024-08-29,row_absent,unknown,,present,absent
124
+ 2026-08-31,2026-08-30,8a5ef4f4c7a35373,SC,"Delta Apparel, LLC",2024-08-29,row_absent,unknown,,present,absent
125
+ 2026-08-31,2026-08-30,c723d3d4e547b472,SC,"Delta Apparel, LLC",2024-08-29,row_absent,unknown,,present,absent
126
+ 2026-08-31,2026-08-30,5ba3372118240364,SC,Denkai America,2025-01-31,row_absent,unknown,,present,absent
127
+ 2026-08-31,2026-08-30,b435932f351e5090,SC,DiscoverFresh Foods,2024-08-01,row_absent,unknown,,present,absent
128
+ 2026-08-31,2026-08-30,3de739387af0f4bf,SC,DiscoverFresh Foods,2024-08-01,row_absent,unknown,,present,absent
129
+ 2026-08-31,2026-08-30,6d57c748e6b8732a,SC,East Coast Migrant Head Start Project,2025-11-01,row_absent,unknown,,present,absent
130
+ 2026-08-31,2026-08-30,05ab3e8e7e6ee2d2,SC,"Electrolux Consumer Products, Inc.",2026-12-22,row_absent,unknown,,present,absent
131
+ 2026-08-31,2026-08-30,d9c59e7bf8510876,SC,"Electrolux Consumer Products, Inc.",2026-07-18,row_absent,unknown,,present,absent
132
+ 2026-08-31,2026-08-30,1b81292a44923183,SC,"Elevate Textiles, Inc.",2024-07-31,row_absent,unknown,,present,absent
133
+ 2026-08-31,2026-08-30,c99fbd4f94822eed,SC,"Elliott Sawmilling Co., LLC (dba Canfor Southern Pine)",2025-08-25,row_absent,unknown,,present,absent
134
+ 2026-08-31,2026-08-30,a1446d62182dbbf6,SC,FedEx - FLOA facility,2024-09-03,row_absent,unknown,,present,absent
135
+ 2026-08-31,2026-08-30,5395fa76102a55a1,SC,FedEx - MYRA facility,2024-09-03,row_absent,unknown,,present,absent
136
+ 2026-08-31,2026-08-30,f1215cd8d0db55bd,SC,FedEx - USCA facility,2024-09-03,row_absent,unknown,,present,absent
137
+ 2026-08-31,2026-08-30,338673dde6e7e114,SC,"First Brands Group, LLC (AVM)",2026-02-23,row_absent,unknown,,present,absent
138
+ 2026-08-31,2026-08-30,be0d97ce8764adc9,SC,Fruit of the Loom,2024-03-22,row_absent,unknown,,present,absent
139
+ 2026-08-31,2026-08-30,37eb497dd846c562,SC,GDI Integrated Facility Services,2024-03-05,row_absent,unknown,,present,absent
140
+ 2026-08-31,2026-08-30,0bd31c224549a6b3,SC,GDI Integrated Facility Services,2024-03-05,row_absent,unknown,,present,absent
141
+ 2026-08-31,2026-08-30,7344e53b6145472e,SC,GDI Integrated Facility Services,2024-03-05,row_absent,unknown,,present,absent
142
+ 2026-08-31,2026-08-30,87785687c7f534b4,SC,Gentherm,2024-05-03,row_absent,unknown,,present,absent
143
+ 2026-08-31,2026-08-30,e77471fde1d2a31b,SC,"Healthcare SC, LLC",2026-08-28,row_absent,unknown,,present,absent
144
+ 2026-08-31,2026-08-30,b3c9b34ef258782c,SC,Hengst Filtration,2026-07-06,row_absent,unknown,,present,absent
145
+ 2026-08-31,2026-08-30,55c10c622984e24b,SC,Hood Container,2025-06-15,row_absent,unknown,,present,absent
146
+ 2026-08-31,2026-08-30,dded9394f2583ea9,SC,House of Raeford,2025-11-14,row_absent,unknown,,present,absent
147
+ 2026-08-31,2026-08-30,46926283fa3af5b3,SC,"IG Design Group Americas, Inc.",2025-10-10,row_absent,unknown,,present,absent
148
+ 2026-08-31,2026-08-30,19315f06ab97be71,SC,"IG Design Group Americas, Inc.",2025-08-26,row_absent,unknown,,present,absent
149
+ 2026-08-31,2026-08-30,ea50887a97840db2,SC,"ILPEA Industries, Inc.",2026-08-21,row_absent,unknown,,present,absent
150
+ 2026-08-31,2026-08-30,2a2213f7cefaa816,SC,"ILPEA Industries, Inc.",2026-07-17,row_absent,unknown,,present,absent
151
+ 2026-08-31,2026-08-30,dc9a9e7eebc5d038,SC,"Industrial Plastics Group, LLC",2026-04-10,row_absent,unknown,,present,absent
152
+ 2026-08-31,2026-08-30,b8e41acc341ca01a,SC,Interfor,2024-08-19,row_absent,unknown,,present,absent
153
+ 2026-08-31,2026-08-30,4d0eddfd6fabeeaa,SC,International Paper,2025-01-05,row_absent,unknown,,present,absent
154
+ 2026-08-31,2026-08-30,c79684167fca3e87,SC,International Paper Company,2026-05-01,row_absent,unknown,,present,absent
155
+ 2026-08-31,2026-08-30,b7792b08da330c23,SC,James Hardie Building Products Inc.,2026-03-16,row_absent,unknown,,present,absent
156
+ 2026-08-31,2026-08-30,054dcd343b741c12,SC,KIRA Services,2025-08-11,row_absent,unknown,,present,absent
157
+ 2026-08-31,2026-08-30,f0de7077cdf4ca18,SC,KPR US LLC,2026-11-01,row_absent,unknown,,present,absent
158
+ 2026-08-31,2026-08-30,4514590c8b4925c2,SC,KPR US LLC,2026-08-07,row_absent,unknown,,present,absent
159
+ 2026-08-31,2026-08-30,cb9edee2809d0f04,SC,KPR US LLC,2026-05-29,row_absent,unknown,,present,absent
160
+ 2026-08-31,2026-08-30,1625a002962fdfc4,SC,KPR US LLC,2026-05-15,row_absent,unknown,,present,absent
161
+ 2026-08-31,2026-08-30,fab021ace7946b4e,SC,Kohler Co.,2024-04-06,row_absent,unknown,,present,absent
162
+ 2026-08-31,2026-08-30,693786a275900c9e,SC,Koppers Inc.,2026-04-21,row_absent,unknown,,present,absent
163
+ 2026-08-31,2026-08-30,32c79841567de3ae,SC,Legacy Supply Chain Services II,2024-06-19,row_absent,unknown,,present,absent
164
+ 2026-08-31,2026-08-30,80f4f9db1f100f58,SC,Liberty Steel Group,2024-06-23,row_absent,unknown,,present,absent
165
+ 2026-08-31,2026-08-30,c47102080a029651,SC,Limestone University,2025-04-30,row_absent,unknown,,present,absent
166
+ 2026-08-31,2026-08-30,73fe6e54f573a0e1,SC,Lost Boys Interactive,2024-09-09,row_absent,unknown,,present,absent
167
+ 2026-08-31,2026-08-30,d72f3bf2df28053c,SC,MAHLE Behr,2024-12-31,row_absent,unknown,,present,absent
168
+ 2026-08-31,2026-08-30,f8fdcc5961629486,SC,"McKesson Medical-Surgical, Inc.",2025-03-03,row_absent,unknown,,present,absent
169
+ 2026-08-31,2026-08-30,2a20e11826837a78,SC,"McKesson Medical-Surgical, Inc.",2024-11-18,row_absent,unknown,,present,absent
170
+ 2026-08-31,2026-08-30,4521d236ae74e048,SC,MetoKote Corporation,2025-06-01,row_absent,unknown,,present,absent
171
+ 2026-08-31,2026-08-30,5b56a14ca488e0ac,SC,Milliken (Cedar Hill Plant),2026-04-17,row_absent,unknown,,present,absent
172
+ 2026-08-31,2026-08-30,2a628a1d4bc3082e,SC,"NSLC Darlington, Inc. (dba Canfor Southern Pine)",2025-08-25,row_absent,unknown,,present,absent
173
+ 2026-08-31,2026-08-30,f2b13453d4ac58b9,SC,"Natural Fiber Welding, Inc.",2025-02-08,row_absent,unknown,,present,absent
174
+ 2026-08-31,2026-08-30,12a7ab6f04dec457,SC,Novant Health,2024-08-25,row_absent,unknown,,present,absent
175
+ 2026-08-31,2026-08-30,04ab7d443147de54,SC,PL Developments,2025-10-30,row_absent,unknown,,present,absent
176
+ 2026-08-31,2026-08-30,f205f257de571c39,SC,PL Developments,2025-01-31,row_absent,unknown,,present,absent
177
+ 2026-08-31,2026-08-30,4152b4285b715f97,SC,Pactiv LLC,2026-10-06,row_absent,unknown,,present,absent
178
+ 2026-08-31,2026-08-30,5294d186666cc2b4,SC,"Parsec, LLC",2026-05-01,row_absent,unknown,,present,absent
179
+ 2026-08-31,2026-08-30,1b7bd200fec41aec,SC,PepsiCo Beverages Sales LLC,2026-10-18,row_absent,unknown,,present,absent
180
+ 2026-08-31,2026-08-30,ca19c9f76117646f,SC,Proterra Powered LLC,2025-03-10,row_absent,unknown,,present,absent
181
+ 2026-08-31,2026-08-30,bd420df590aac226,SC,Proterra Powered LLC,2025-03-06,row_absent,unknown,,present,absent
182
+ 2026-08-31,2026-08-30,5173565b98bb1010,SC,"Proterra, Inc.",2024-01-26,row_absent,unknown,,present,absent
183
+ 2026-08-31,2026-08-30,465f460cf7d6aed2,SC,Quality Built,2025-07-03,row_absent,unknown,,present,absent
184
+ 2026-08-31,2026-08-30,b48b7525e791ee58,SC,Railcrew Xpress,2026-02-27,row_absent,unknown,,present,absent
185
+ 2026-08-31,2026-08-30,660c7848acc98819,SC,"Republic National Distributing Company, LLC",2026-06-07,row_absent,unknown,,present,absent
186
+ 2026-08-31,2026-08-30,38de9c14d89503ea,SC,Rich Products Corporation (Rich's),2025-01-31,row_absent,unknown,,present,absent
187
+ 2026-08-31,2026-08-30,c9e5a494db9c8e95,SC,"Ron Group, LLC (dba Blue Sky Specialty Pharmacy)",2025-06-19,row_absent,unknown,,present,absent
188
+ 2026-08-31,2026-08-30,770f9faba73ce163,SC,"SC Industrial Holdings, LLC",2026-01-30,row_absent,unknown,,present,absent
189
+ 2026-08-31,2026-08-30,58a05940e3580d73,SC,"SI Group, Inc.",2024-09-01,row_absent,unknown,,present,absent
190
+ 2026-08-31,2026-08-30,0ee6a37c4e8bfab1,SC,SMBC MANUBANK (JeniusBank),2026-03-10,row_absent,unknown,,present,absent
191
+ 2026-08-31,2026-08-30,4a76221786fe9c20,SC,Saddle Creek Logistics Services,2026-03-05,row_absent,unknown,,present,absent
192
+ 2026-08-31,2026-08-30,0f1581ea034593b9,SC,Santee Print Works,2026-01-30,row_absent,unknown,,present,absent
193
+ 2026-08-31,2026-08-30,21589fbea850acc2,SC,"Shaw Industries Group, Inc.",2024-08-07,row_absent,unknown,,present,absent
194
+ 2026-08-31,2026-08-30,911bdbe75c1f0563,SC,Smith Drug Company,2026-09-30,row_absent,unknown,,present,absent
195
+ 2026-08-31,2026-08-30,78f3b7ec79f5e2dd,SC,Sodexo,2025-06-30,row_absent,unknown,,present,absent
196
+ 2026-08-31,2026-08-30,68b6c48628290c4e,SC,Sodexo (HCA Grand Strand Medical),2026-01-31,row_absent,unknown,,present,absent
197
+ 2026-08-31,2026-08-30,d8bfd0dc2354198d,SC,Sodexo Inc. and Affiliates,2024-06-30,row_absent,unknown,,present,absent
198
+ 2026-08-31,2026-08-30,d757762261508f00,SC,"Sodexo, Inc. and Affiliates",2025-07-31,row_absent,unknown,,present,absent
199
+ 2026-08-31,2026-08-30,0ec64c4e12e4e17d,SC,Stanley Black & Decker,2024-05-10,row_absent,unknown,,present,absent
200
+ 2026-08-31,2026-08-30,0fd6772c0ffeccdd,SC,"Swiss Krono, LLC",2026-07-11,row_absent,unknown,,present,absent
201
+ 2026-08-31,2026-08-30,b68d7eeb20496f78,SC,T-Roc Global,2024-05-31,row_absent,unknown,,present,absent
202
+ 2026-08-31,2026-08-30,86e986a82694965d,SC,"TTI Consumer Power Tools, Inc.",2024-05-01,row_absent,unknown,,present,absent
203
+ 2026-08-31,2026-08-30,46ca2e6a6b55f427,SC,Tervis Tumbler Company,2024-11-11,row_absent,unknown,,present,absent
204
+ 2026-08-31,2026-08-30,eeaf127743a24999,SC,Textron Systems Corporation,2026-05-21,row_absent,unknown,,present,absent
205
+ 2026-08-31,2026-08-30,6297f7103f1c4c15,SC,The Boeing Company,2025-04-04,row_absent,unknown,,present,absent
206
+ 2026-08-31,2026-08-30,c033d01acda29831,SC,The Boeing Company,2025-02-21,row_absent,unknown,,present,absent
207
+ 2026-08-31,2026-08-30,c528fce86dcd90cd,SC,The Boeing Company,2025-01-17,row_absent,unknown,,present,absent
208
+ 2026-08-31,2026-08-30,2762554f7fd9f5d8,SC,The Westin Hilton Head Island Resort & Spa,2026-11-03,row_absent,unknown,,present,absent
209
+ 2026-08-31,2026-08-30,8b64b6dcc56fb622,SC,Tupperware,2025-04-04,row_absent,unknown,,present,absent
210
+ 2026-08-31,2026-08-30,5c3f2186c9d0d42a,SC,Tupperware,2024-09-28,row_absent,unknown,,present,absent
211
+ 2026-08-31,2026-08-30,7181316025111bf6,SC,Tyson Foods,2024-01-08,row_absent,unknown,,present,absent
212
+ 2026-08-31,2026-08-30,072e1612d5feac13,SC,Univar Solutions USA LLC,2026-06-28,row_absent,unknown,,present,absent
213
+ 2026-08-31,2026-08-30,ad07c4206df08e30,SC,"Vimo, Inc.",2025-02-19,row_absent,unknown,,present,absent
214
+ 2026-08-31,2026-08-30,feb0e39109f806d5,SC,"WeDriveU, Inc.",2026-02-28,row_absent,unknown,,present,absent
215
+ 2026-08-31,2026-08-30,0ec7a41963b8dad9,SC,"WeDriveU, Inc.",2025-10-01,row_absent,unknown,,present,absent
216
+ 2026-08-31,2026-08-30,23a1239de6ea1ac7,SC,Wells Fargo,2024-08-25,row_absent,unknown,,present,absent
217
+ 2026-08-31,2026-08-30,d1ef84072063ea9e,SC,Wells Fargo,2024-06-30,row_absent,unknown,,present,absent
218
+ 2026-08-31,2026-08-30,98b7d414ad6b5595,SC,Whole Foods Market,2024-10-01,row_absent,unknown,,present,absent
219
+ 2026-08-31,2026-08-30,dd662560c5df271d,SC,Winn Management Group LLC,2024-09-30,row_absent,unknown,,present,absent
220
+ 2026-08-31,2026-08-30,30a59a62de9b7896,SC,Yokohama TWS North America,2025-04-19,row_absent,unknown,,present,absent
221
+ 2026-08-31,2026-08-30,8de3cef702390ac6,SC,"eREV Supply Chain, LLC",2026-02-28,row_absent,unknown,,present,absent
222
+ 2026-08-31,2026-08-30,da695f1c433f3d6c,SC,"thyssenkrupp Supply Chain Services, Inc.",2026-07-05,row_absent,unknown,,present,absent
223
+ 2026-08-31,2026-08-30,dc03668a08f14668,VT,"America's Gardening Resouces inc, dba Gardeners supply",2025-07-24,row_absent,unknown,,present,absent
224
+ 2026-08-31,2026-08-30,c6fe345320b98e0a,VT,Big Lots,2024-07-30,row_absent,unknown,,present,absent
225
+ 2026-08-31,2026-08-30,99445081da48a81f,VT,Calmont Beverage,2026-01-22,row_absent,unknown,,present,absent
226
+ 2026-08-31,2026-08-30,543c3150e35d39c7,VT,Franklin Foods,2026-05-28,row_absent,unknown,,present,absent
227
+ 2026-08-31,2026-08-30,fa090af7bd0d8735,VT,ITC Federal,2025-09-30,row_absent,unknown,,present,absent
228
+ 2026-08-31,2026-08-30,5ef6c196cf4f2266,VT,ITC Federal,2024-12-03,row_absent,unknown,,present,absent
229
+ 2026-08-31,2026-08-30,3683ecdea25d617b,VT,Maple Ridge Memory Care and Lodge,2026-01-30,row_absent,unknown,,present,absent
230
+ 2026-08-31,2026-08-30,211423455381daf4,VT,Perrigo Company,2026-04-28,row_absent,unknown,,present,absent
231
+ 2026-08-31,2026-08-30,78f6e3b75c22cb26,VT,"Soundview Vermont Holdings, LLC",2024-01-15,row_absent,unknown,,present,absent
232
+ 2026-08-31,2026-08-30,24fe1392e0378f6e,VT,The Orvis Company,2025-06-18,row_absent,unknown,,present,absent
233
+ 2026-08-31,2026-08-30,5a7a0f84e9baae9c,VT,The Orvis Company,2024-10-04,row_absent,unknown,,present,absent
234
+ 2026-08-31,2026-08-30,3a312e7ea78c5c05,VT,University of Vermont Health Network,2025-07-29,row_absent,unknown,,present,absent
235
+ 2026-09-01,2026-08-31,22445e5aa09389bc,AZ,Southwest Key Programs,2025-08-06,amended,field_populated,employees_affected,,45
236
+ 2026-09-01,2026-08-31,4598b4e9283f8bdb,CA,"Haas Automation, Inc.",2026-08-20,amended,value_changed,notice_type,Layoff Permanent,Relocation Permanent
237
+ 2026-09-01,2026-08-31,831a05722226ddea,WI,"Wisconsin Green, LLC<br/></a><a><em style=""font-size:80%; text-decoration:none !important; color:#000"">* Notice outlines multiple scenarios for layoffs. Information displayed reflects the worst-case scenario.</em>",2026-07-21,amended,value_changed,location,Washington,West Bend
238
+ 2026-09-02,2026-09-01,9d0ed354a4910a24,CA,"Dreyer’s Grand Ice Cream, Inc.",2024-09-27,amended,value_changed,company,"Dreyer&rsquo;s Grand Ice Cream, Inc.","Dreyer’s Grand Ice Cream, Inc."
239
+ 2026-09-02,2026-09-01,8689825fd668da99,CA,"Dreyer’s Grand Ice Cream, Inc.",2024-09-27,amended,value_changed,company,"Dreyer&rsquo;s Grand Ice Cream, Inc.","Dreyer’s Grand Ice Cream, Inc."
240
+ 2026-09-02,2026-09-01,7bef659c13f7fd8f,CA,"G&C Staffing, LLC (""Gold Flora"")",2025-09-16,amended,value_changed,company,"G&C Staffing, LLC (&quot;Gold Flora&quot;)","G&C Staffing, LLC (""Gold Flora"")"
241
+ 2026-09-02,2026-09-01,4b0113baa285781e,CA,"IPG DXTRA Entertainment, Inc. d/b/a Rogers & Cowan PMK (""Company"")",2025-09-17,amended,value_changed,company,"IPG DXTRA Entertainment, Inc. d/b/a Rogers & Cowan PMK (&quot;Company&quot;)","IPG DXTRA Entertainment, Inc. d/b/a Rogers & Cowan PMK (""Company"")"
242
+ 2026-09-02,2026-09-01,ab223aea68c35db8,CA,"Kohl’s, Inc.",2025-01-08,amended,value_changed,company,"Kohl&rsquo;s, Inc.","Kohl’s, Inc."
243
+ 2026-09-02,2026-09-01,a1721bd9d311a05f,CA,"Kohl’s, Inc.",2025-01-08,amended,value_changed,company,"Kohl&rsquo;s, Inc.","Kohl’s, Inc."
244
+ 2026-09-02,2026-09-01,7530870949fc6117,CA,"Kohl’s, Inc.",2025-01-08,amended,value_changed,company,"Kohl&rsquo;s, Inc.","Kohl’s, Inc."
245
+ 2026-09-02,2026-09-01,28f6dbb5ba3ed66b,CA,"Kohl’s, Inc.",2025-01-08,amended,value_changed,company,"Kohl&rsquo;s, Inc.","Kohl’s, Inc."
246
+ 2026-09-02,2026-09-01,25105d50a9f0946b,CA,"Kohl’s, Inc.",2025-01-08,amended,value_changed,company,"Kohl&rsquo;s, Inc.","Kohl’s, Inc."
247
+ 2026-09-02,2026-09-01,302a53c4fc347886,CA,"McDonald’s Restaurants of California, Inc.",2025-11-19,amended,value_changed,company,"McDonald&rsquo;s Restaurants of California, Inc.","McDonald’s Restaurants of California, Inc."
248
+ 2026-09-02,2026-09-01,8ed608d98ac1b0ef,CA,"McDonald’s Restaurants of California, Inc.",2025-07-08,amended,value_changed,company,"McDonald&rsquo;s Restaurants of California, Inc.","McDonald’s Restaurants of California, Inc."
249
+ 2026-09-02,2026-09-01,a25451817728c5fd,CA,"McDonald’s Restaurants of California, Inc.",2024-12-30,amended,value_changed,company,"McDonald&rsquo;s Restaurants of California, Inc.","McDonald’s Restaurants of California, Inc."
250
+ 2026-09-02,2026-09-01,bd7b061718354978,CA,"Telecare Corporation - Brighter Tomorrow, Program 162 ""Casa B""",2026-06-03,amended,value_changed,company,"Telecare Corporation - Brighter Tomorrow, Program 162 &quot;Casa B&quot;","Telecare Corporation - Brighter Tomorrow, Program 162 ""Casa B"""
251
+ 2026-09-02,2026-09-01,99cc32c05977242b,CA,"Telecare Corporation - House of Transitions, Program 163 ""Casa C""",2026-06-03,amended,value_changed,company,"Telecare Corporation - House of Transitions, Program 163 &quot;Casa C&quot;","Telecare Corporation - House of Transitions, Program 163 ""Casa C"""
252
+ 2026-09-02,2026-09-01,7cc8c5eb79f563b4,CA,"Telecare Corporation - Recovery Starship, Program 164 ""Casa D""",2026-06-03,amended,value_changed,company,"Telecare Corporation - Recovery Starship, Program 164 &quot;Casa D&quot;","Telecare Corporation - Recovery Starship, Program 164 ""Casa D"""
253
+ 2026-09-02,2026-09-01,95885cf4f896c9a4,CA,"Telecare Corproation - Stonehenge, Program 165 ""Casa E""",2026-06-03,amended,value_changed,company,"Telecare Corproation - Stonehenge, Program 165 &quot;Casa E&quot;","Telecare Corproation - Stonehenge, Program 165 ""Casa E"""
254
+ 2026-09-02,2026-09-01,ca1ec8fdab8ddf38,KS,Federal Express Corporation (FedEx),2025-04-30,amended,value_changed,location,Wichita,"Wichita, 1530 South Hoover; Wichita, Kansas 67209"
255
+ 2026-09-02,2026-09-01,20d5f6857963c101,KS,S&S Activewear,2025-01-20,amended,value_changed,location,Edwardsville,"Edwardsville, 9525 Woodend Road; Edwardsville, Kansas 66111"
256
+ 2026-09-02,2026-09-01,412cb69b7ecee8ed,KS,Unrivaled Teamwear,2025-07-29,amended,value_changed,location,"Manhattan, 520 McCall Rd; Manhattan, Kansas 66502",Manhattan
257
+ 2026-09-02,2026-09-01,191547ce5e06f015,KS,"Veyer, LLC",2025-05-16,amended,value_changed,location,"Edwardsville, 2401 Midpoint Drive; Edwardsville, Kansas 66111",Edwardsville
258
+ 2026-09-02,2026-09-01,0a0680b26fb4e1ed,WI,Air Wisconsin Airlines LLC,2025-01-30,amended,value_changed,company,"Air Wisconsin Airlines LLC<br/></a><a><em style=""font-size:80%; text-decoration:none !important; color:#000"">* The company provided a separate communication with the breakdown of the number affected at each site.</em>",Air Wisconsin Airlines LLC
259
+ 2026-09-02,2026-09-01,04ec3cc27ac96dae,WI,Air Wisconsin Airlines LLC,2025-01-30,amended,value_changed,company,"Air Wisconsin Airlines LLC<br/></a><a><em style=""font-size:80%; text-decoration:none !important; color:#000"">* The company provided a separate communication with the breakdown of the number affected at each site.</em>",Air Wisconsin Airlines LLC
260
+ 2026-09-02,2026-09-01,de7bdc1db12f23dd,WI,Air Wisconsin Airlines LLC (ATW),2025-09-05,amended,value_changed,company,"Air Wisconsin Airlines LLC (ATW)<br/></a><a><em style=""font-size:80%; text-decoration:none !important; color:#000"">* The company provided a separate communication with the breakdown of the number affected at each site.</em>",Air Wisconsin Airlines LLC (ATW)
261
+ 2026-09-02,2026-09-01,5c287073e37c8c3a,WI,Air Wisconsin Airlines LLC (MKE Hangar),2025-09-05,amended,value_changed,company,"Air Wisconsin Airlines LLC (MKE Hangar)<br/></a><a><em style=""font-size:80%; text-decoration:none !important; color:#000"">* The company provided a separate communication with the breakdown of the number affected at each site.</em>",Air Wisconsin Airlines LLC (MKE Hangar)
262
+ 2026-09-02,2026-09-01,3f4fa5f413042ab5,WI,Air Wisconsin Airlines LLC (MKE),2025-09-05,amended,value_changed,company,"Air Wisconsin Airlines LLC (MKE)<br/></a><a><em style=""font-size:80%; text-decoration:none !important; color:#000"">* The company provided a separate communication with the breakdown of the number affected at each site.</em>",Air Wisconsin Airlines LLC (MKE)
263
+ 2026-09-02,2026-09-01,af13773a5f0ab9e1,WI,"Daybreak Foods, Inc.",2026-03-27,amended,value_changed,company,"Daybreak Foods, Inc.<br/></a><a><em style=""font-size:80%; text-decoration:none !important; color:#000"">* The company provided a separate communication with the breakdown of the number affected at each site.</em>","Daybreak Foods, Inc."
264
+ 2026-09-02,2026-09-01,85e669f0c4d181c0,WI,"Daybreak Foods, Inc.",2026-03-27,amended,value_changed,company,"Daybreak Foods, Inc.<br/></a><a><em style=""font-size:80%; text-decoration:none !important; color:#000"">* The company provided a separate communication with the breakdown of the number affected at each site.</em>","Daybreak Foods, Inc."
265
+ 2026-09-02,2026-09-01,212a611aaa9b3621,WI,"Durr CTS, Inc.",2026-08-12,amended,value_changed,company,"Durr CTS, Inc.<br/></a><a><em style=""font-size:80%; text-decoration:none !important; color:#000"">* The company provided a separate communication clarifying that the number impacted is 75.</em>","Durr CTS, Inc."
266
+ 2026-09-02,2026-09-01,c086cc597a727c55,WI,"Parkhurst Dining, LLC",2026-05-15,amended,value_changed,company,"Parkhurst Dining, LLC<br/></a><a><em style=""font-size:80%; text-decoration:none !important; color:#000"">* Layoff Begin Date: 05/21/26 (temporary layoff through 05/28/26); 07/03/26 (permanent layoff)</em>","Parkhurst Dining, LLC"
267
+ 2026-09-02,2026-09-01,325a60a0e61ed64a,WI,Saputo Cheese USA Inc,2025-09-05,amended,value_changed,company,"Saputo Cheese USA Inc<br/></a><a><em style=""font-size:80%; text-decoration:none !important; color:#000"">* Layoff start date differs from notice; employer clarified phased layoffs will run Nov–Dec 2025, with exact dates still TBD.</em>",Saputo Cheese USA Inc
268
+ 2026-09-02,2026-09-01,ba11f9ded06f9485,WI,Sparhawk Trucking Inc. / Sparhawk Truck and Trailer Inc.,2026-05-29,amended,value_changed,company,"Sparhawk Trucking Inc. / Sparhawk Truck and Trailer Inc.<br/></a><a><em style=""font-size:80%; text-decoration:none !important; color:#000"">* Received from the Ch 11 Trustee but notice is addressed to employees. DWD emailed Trustee requesting more details.</em>",Sparhawk Trucking Inc. / Sparhawk Truck and Trailer Inc.
269
+ 2026-09-02,2026-09-01,309b3a430b208e39,WI,TJ Hale,2026-02-25,amended,value_changed,company,"TJ Hale<br/></a><a><em style=""font-size:80%; text-decoration:none !important; color:#000"">* The company attempted to submit a layoff notice to DWD on 02/05/26 but used an invalid email address. It sent another one on 02/25/26.</em>",TJ Hale
270
+ 2026-09-02,2026-09-01,07f025006d706094,WI,United States Cellular Corporation,2025-07-09,amended,value_changed,company,"United States Cellular Corporation<br/></a><a><em style=""font-size:80%; text-decoration:none !important; color:#000"">* DWD received this layoff notice after receiving the revision.</em>",United States Cellular Corporation
271
+ 2026-09-02,2026-09-01,831a05722226ddea,WI,"Wisconsin Green, LLC",2026-07-21,amended,value_changed,company,"Wisconsin Green, LLC<br/></a><a><em style=""font-size:80%; text-decoration:none !important; color:#000"">* Notice outlines multiple scenarios for layoffs. Information displayed reflects the worst-case scenario.</em>","Wisconsin Green, LLC"
272
+ 2026-09-03,2026-09-02,69d1f8a35c405c47,FL,"Host International, Inc.",2026-01-16,row_absent,unknown,,present,absent
273
+ 2026-09-03,2026-09-02,20d5f6857963c101,KS,S&S Activewear,2025-01-20,amended,value_changed,location,"Edwardsville, 9525 Woodend Road; Edwardsville, Kansas 66111",Edwardsville
274
+ 2026-09-03,2026-09-02,191547ce5e06f015,KS,"Veyer, LLC",2025-05-16,amended,value_changed,location,Edwardsville,"Edwardsville, 2401 Midpoint Drive; Edwardsville, Kansas 66111"
275
+ 2026-09-03,2026-09-02,ab1820342ada93c0,ME,Charter Communications,2025-12-10,amended,value_changed,location,Portland,"Portland, 901 Washington Ave; Portland, Maine 04103"
276
+ 2026-09-03,2026-09-02,b351a67c82c57ac3,ME,"Host International, Inc.",2026-08-04,amended,value_changed,location,Portland,"Portland, 1001 Westbrook St; Portland, Maine 04102"
277
+ 2026-09-03,2026-09-02,a5eae461240aa636,ME,Trans Axle,2025-05-16,amended,value_changed,location,"Westbrook, 8 Scott Drive; Westbrook, Maine 04092",Westbrook
278
+ 2026-09-03,2026-09-02,4e5c75f716764d4b,NY,"International Imaging Materials, Inc. (Armor-IIMAK)",2026-04-27,row_absent,unknown,,present,absent
279
+ 2026-09-04,2026-09-03,574b0ddedc811a9d,DE,JeniusBank,2026-08-10,amended,value_changed,location,"New York, 277 Park Ave; New York, New York 10172",New York
280
+ 2026-09-04,2026-09-03,20d5f6857963c101,KS,S&S Activewear,2025-01-20,amended,value_changed,location,Edwardsville,"Edwardsville, 9525 Woodend Road; Edwardsville, Kansas 66111"
281
+ 2026-09-04,2026-09-03,412cb69b7ecee8ed,KS,Unrivaled Teamwear,2025-07-29,amended,value_changed,location,Manhattan,"Manhattan, 520 McCall Rd; Manhattan, Kansas 66502"
282
+ 2026-09-04,2026-09-03,6198f7ef7f06c3a5,KS,"Vornado Air, LLC.",2026-01-30,amended,value_changed,location,"Andover, 415 E. 13th ; Andover, Kansas 67002",Andover
283
+ 2026-09-04,2026-09-03,c2786d718f4121bb,SC,The Westin Hilton Head Island Resort & Spa,,row_absent,unknown,,present,absent
284
+ 2026-09-05,2026-09-04,da4eb4d860b773c5,DE,Conduent,2026-06-29,amended,value_changed,location,"Florham Park, Sarah Amoriell, 100 Campus Dr. ; Florham Park, New Jersey 07932","Florham Park, 100 Campus Dr.; Florham Park, New Jersey 07932"
285
+ 2026-09-05,2026-09-04,f862ffc4836d8846,KS,Caterpillar,2024-11-12,amended,format_only,location,"Wamego, 400 Work Tools Dr. ; Wamego, Kansas 66547","Wamego, 400 Work Tools Dr.; Wamego, Kansas 66547"
286
+ 2026-09-05,2026-09-04,dec1ff3a6e38cf87,KS,TC Transcontinental,2025-02-26,amended,format_only,location,"Lenexa, 10810 Mid AMerica Dr. ; Lenexa, Kansas 66219","Lenexa, 10810 Mid AMerica Dr.; Lenexa, Kansas 66219"
287
+ 2026-09-05,2026-09-04,bdfbd4617ffdf5c4,KS,United BioSource LLC (UBC),2025-09-26,amended,format_only,location,"Overland Park, 12900 Foster Street ; Overland Park, Kansas 66213","Overland Park, 12900 Foster Street; Overland Park, Kansas 66213"
288
+ 2026-09-05,2026-09-04,bf97cc49220b7c49,ME,Parker Hannifin,2024-04-22,amended,format_only,location,"Kittery, 9 Cutts Rd ; Kittery, Maine 03904","Kittery, 9 Cutts Rd; Kittery, Maine 03904"
289
+ 2026-09-05,2026-09-04,065febaf803c0ed3,ME,Spurwink,2024-04-26,amended,format_only,location,"Augusta, 5 Leo Martin Dr ; Augusta, Maine 04330","Augusta, 5 Leo Martin Dr; Augusta, Maine 04330"
290
+ 2026-09-06,2026-09-05,7c953e4325f80b65,CO,NOTE: 313 employees notified by Ascent Classical Academies were hired by the new vendor.,,row_absent,unknown,,present,absent
291
+ 2026-09-06,2026-09-05,ca1ec8fdab8ddf38,KS,Federal Express Corporation (FedEx),2025-04-30,amended,value_changed,location,"Wichita, 1530 South Hoover; Wichita, Kansas 67209",Wichita
292
+ 2026-09-06,2026-09-05,9994200061677805,ME,SP+ Parking,2026-06-02,amended,value_changed,location,"Portland, 181 High st; Portland, Maine 04101",Portland
293
+ 2026-09-06,2026-09-05,a5eae461240aa636,ME,Trans Axle,2025-05-16,amended,value_changed,location,Westbrook,"Westbrook, 8 Scott Drive; Westbrook, Maine 04092"
294
+ 2026-09-06,2026-09-05,52ed392a4fd72c6e,ME,US Cellular,2025-04-07,amended,value_changed,location,"Washington, 4058 Minnesota Ave, NE, Ste 3001; Washington, District Of Columbia 20019",Washington
295
+ 2026-09-06,2026-09-05,50fc1bd5a7264194,NJ,* Most employees of companies marked with asterisk will be rehired by buyer,,row_absent,unknown,,present,absent
296
+ 2026-09-07,2026-09-06,574b0ddedc811a9d,DE,JeniusBank,2026-08-10,amended,value_changed,location,New York,"New York, 277 Park Ave; New York, New York 10172"
297
+ 2026-09-07,2026-09-06,667d2142cdca8303,DE,Quality Built LLC,2025-07-07,amended,value_changed,location,"Fort Lauderdale, 633 S. Andrews Ave; Fort Lauderdale, Florida 33301",Fort Lauderdale
298
+ 2026-09-07,2026-09-06,20d5f6857963c101,KS,S&S Activewear,2025-01-20,amended,value_changed,location,"Edwardsville, 9525 Woodend Road; Edwardsville, Kansas 66111",Edwardsville
299
+ 2026-09-07,2026-09-06,582ba72ff6c2fa79,KS,"SPO Management, LLC",2025-07-29,amended,value_changed,location,Manhattan,"Manhattan, 520 McCall Rd; Manhattan, Kansas 66502"
300
+ 2026-09-07,2026-09-06,dec1ff3a6e38cf87,KS,TC Transcontinental,2025-02-26,amended,value_changed,location,"Lenexa, 10810 Mid AMerica Dr.; Lenexa, Kansas 66219",Lenexa
301
+ 2026-09-07,2026-09-06,6198f7ef7f06c3a5,KS,"Vornado Air, LLC.",2026-01-30,amended,value_changed,location,Andover,"Andover, 415 E. 13th; Andover, Kansas 67002"
302
+ 2026-09-07,2026-09-06,ab1820342ada93c0,ME,Charter Communications,2025-12-10,amended,value_changed,location,"Portland, 901 Washington Ave; Portland, Maine 04103",Portland
303
+ 2026-09-07,2026-09-06,b351a67c82c57ac3,ME,"Host International, Inc.",2026-08-04,amended,value_changed,location,"Portland, 1001 Westbrook St; Portland, Maine 04102",Portland
304
+ 2026-09-07,2026-09-06,9994200061677805,ME,SP+ Parking,2026-06-02,amended,value_changed,location,Portland,"Portland, 181 High st; Portland, Maine 04101"
305
+ 2026-09-07,2026-09-06,52ed392a4fd72c6e,ME,US Cellular,2025-04-07,amended,value_changed,location,Washington,"Washington, 4058 Minnesota Ave, NE, Ste 3001; Washington, District Of Columbia 20019"
306
+ 2026-09-08,2026-09-07,574b0ddedc811a9d,DE,JeniusBank,2026-08-10,amended,value_changed,location,"New York, 277 Park Ave; New York, New York 10172",New York
307
+ 2026-09-08,2026-09-07,667d2142cdca8303,DE,Quality Built LLC,2025-07-07,amended,value_changed,location,Fort Lauderdale,"Fort Lauderdale, 633 S. Andrews Ave; Fort Lauderdale, Florida 33301"
308
+ 2026-09-08,2026-09-07,ca1ec8fdab8ddf38,KS,Federal Express Corporation (FedEx),2025-04-30,amended,value_changed,location,Wichita,"Wichita, 1530 South Hoover; Wichita, Kansas 67209"
309
+ 2026-09-08,2026-09-07,582ba72ff6c2fa79,KS,"SPO Management, LLC",2025-07-29,amended,value_changed,location,"Manhattan, 520 McCall Rd; Manhattan, Kansas 66502",Manhattan
310
+ 2026-09-08,2026-09-07,dec1ff3a6e38cf87,KS,TC Transcontinental,2025-02-26,amended,value_changed,location,Lenexa,"Lenexa, 10810 Mid AMerica Dr.; Lenexa, Kansas 66219"
311
+ 2026-09-08,2026-09-07,412cb69b7ecee8ed,KS,Unrivaled Teamwear,2025-07-29,amended,value_changed,location,"Manhattan, 520 McCall Rd; Manhattan, Kansas 66502",Manhattan
312
+ 2026-09-08,2026-09-07,f6275414810e0135,VA,AES Corporation,2018-02-05,amended,format_only,notice_type,LayoffPermanent Reduction,"Layoff, Permanent Reduction"
313
+ 2026-09-08,2026-09-07,08fd37d2c7898910,VA,BB&T,2016-07-27,amended,format_only,notice_type,LayoffPermanent Reduction,"Layoff, Permanent Reduction"
314
+ 2026-09-08,2026-09-07,c11560c6e35fc99f,VA,BH Media Group Inc.,2017-05-30,amended,format_only,notice_type,LayoffPermanent Reduction,"Layoff, Permanent Reduction"
315
+ 2026-09-08,2026-09-07,3d120eb1c9cd6b63,VA,Bank of America,2015-01-28,amended,format_only,notice_type,LayoffPermanent Reduction,"Layoff, Permanent Reduction"
316
+ 2026-09-08,2026-09-07,ac1e4a3a14cacafd,VA,Cardinal Bank,2017-04-10,amended,format_only,notice_type,LayoffPermanent Reduction,"Layoff, Permanent Reduction"
317
+ 2026-09-08,2026-09-07,8701e9ce0595eb28,VA,Cumberland River Coal Company,2014-07-21,amended,format_only,notice_type,ClosurePermanent Reduction,"Closure, Permanent Reduction"
318
+ 2026-09-08,2026-09-07,133c186cb25a5c46,VA,DynCorp International,2014-03-19,amended,format_only,notice_type,LayoffPermanent Reduction,"Layoff, Permanent Reduction"
319
+ 2026-09-08,2026-09-07,8f6e37e4e6443562,VA,Farm Fresh #6256,2018-03-14,amended,format_only,notice_type,ClosureLayoff,"Closure, Layoff"
320
+ 2026-09-08,2026-09-07,2289fa0f79670bae,VA,Farm Fresh #6268,2018-03-14,amended,format_only,notice_type,ClosureLayoff,"Closure, Layoff"
321
+ 2026-09-08,2026-09-07,a7aee5b653e5a8be,VA,Farm Fresh #6290,2018-03-14,amended,format_only,notice_type,ClosureLayoff,"Closure, Layoff"
322
+ 2026-09-08,2026-09-07,bc3f62cbf02619fc,VA,General Foam Plastics,2017-07-26,amended,format_only,notice_type,ClosureLayoff,"Closure, Layoff"
323
+ 2026-09-08,2026-09-07,4fcc8c6ac247d778,VA,Graham Packaging Company,2019-06-24,amended,format_only,notice_type,ClosureLayoff,"Closure, Layoff"
324
+ 2026-09-08,2026-09-07,3563b403f3f949c6,VA,LL Flooring,2024-08-27,amended,format_only,notice_type,ClosureLayoff,"Closure, Layoff"
325
+ 2026-09-08,2026-09-07,8cbfd060d0f6efca,VA,Leidos,2017-06-30,amended,format_only,notice_type,LayoffPermanent Reduction,"Layoff, Permanent Reduction"
326
+ 2026-09-08,2026-09-07,12ee12b7907353dd,VA,Pleasants Hardware,2015-12-29,amended,format_only,notice_type,ClosureLayoff,"Closure, Layoff"
327
+ 2026-09-08,2026-09-07,e163b4e94938a7ad,VA,Spectrum Pharmaceuticals,2019-02-13,amended,format_only,notice_type,LayoffPermanent Reduction,"Layoff, Permanent Reduction"
328
+ 2026-09-08,2026-09-07,9f6b310fac546eac,VA,Sykes Enterprises Incorporated,2016-01-04,amended,format_only,notice_type,ClosureLayoff,"Closure, Layoff"
329
+ 2026-09-08,2026-09-07,f82210ce7bf7cf18,VA,Travel Centers of America,2014-09-08,amended,format_only,notice_type,ClosureLayoff,"Closure, Layoff"
330
+ 2026-09-08,2026-09-07,163536c9a2e71cfc,VA,Union Bank & Trust,2019-02-27,amended,format_only,notice_type,LayoffPermanent Reduction,"Layoff, Permanent Reduction"
331
+ 2026-09-09,2026-09-08,574b0ddedc811a9d,DE,JeniusBank,2026-08-10,amended,value_changed,location,New York,"New York, 277 Park Ave; New York, New York 10172"
332
+ 2026-09-09,2026-09-08,ca1ec8fdab8ddf38,KS,Federal Express Corporation (FedEx),2025-04-30,amended,value_changed,location,"Wichita, 1530 South Hoover; Wichita, Kansas 67209",Wichita
333
+ 2026-09-09,2026-09-08,20d5f6857963c101,KS,S&S Activewear,2025-01-20,amended,value_changed,location,Edwardsville,"Edwardsville, 9525 Woodend Road; Edwardsville, Kansas 66111"
334
+ 2026-09-09,2026-09-08,582ba72ff6c2fa79,KS,"SPO Management, LLC",2025-07-29,amended,value_changed,location,Manhattan,"Manhattan, 520 McCall Rd; Manhattan, Kansas 66502"
335
+ 2026-09-09,2026-09-08,412cb69b7ecee8ed,KS,Unrivaled Teamwear,2025-07-29,amended,value_changed,location,Manhattan,"Manhattan, 520 McCall Rd; Manhattan, Kansas 66502"
336
+ 2026-09-09,2026-09-08,ab1820342ada93c0,ME,Charter Communications,2025-12-10,amended,value_changed,location,Portland,"Portland, 901 Washington Ave; Portland, Maine 04103"
337
+ 2026-09-09,2026-09-08,308021b86e60faad,NY,Alray Car Parts Supply & Mfg. Corp.d/b/a Tinker Auto Parts,2026-07-01,row_absent,unknown,,present,absent
338
+ 2026-09-09,2026-09-08,11aae7ae92c110ef,NY,Alray Car Parts Supply & Mfg. Corp.d/b/a Tinker Auto Parts,2026-07-01,row_absent,unknown,,present,absent
339
+ 2026-09-09,2026-09-08,98447d299b4e19f7,VA,AeroFarms Inc. - Rescinded,2026-04-29,row_absent,unknown,,present,absent
340
+ 2026-09-10,2026-09-09,4598b4e9283f8bdb,CA,"Haas Automation, Inc.",2026-08-20,amended,value_changed,notice_type,Relocation Permanent,Layoff Permanent
341
+ 2026-09-10,2026-09-09,6d7e795daf1bb9d4,CO,Montrose Forest Products,2026-08-08,amended,field_populated,notice_type,,Closure
342
+ 2026-09-10,2026-09-09,ca1ec8fdab8ddf38,KS,Federal Express Corporation (FedEx),2025-04-30,amended,value_changed,location,Wichita,"Wichita, 1530 South Hoover; Wichita, Kansas 67209"
343
+ 2026-09-10,2026-09-09,25db4f22bd001191,ME,Gathr Outdoors dba Pride Manufacturing Co LLC,2026-01-27,amended,value_changed,location,"Guilford, 169 water st; Guilford, Maine 04443",Guilford
344
+ 2026-09-10,2026-09-09,b351a67c82c57ac3,ME,"Host International, Inc.",2026-08-04,amended,value_changed,location,Portland,"Portland, 1001 Westbrook St; Portland, Maine 04102"
345
+ 2026-09-10,2026-09-09,6d0f4fd0f0f871de,NY,Federal Express Corporation (Multiple Regions),2026-03-23,amended,value_changed,location,Oneida,Broome
346
+ 2026-09-10,2026-09-09,489e61211ef0d0ae,NY,"Knight Facilities Management, Inc.",2026-04-23,amended,value_changed,location,New York,Bronx
347
+ 2026-09-10,2026-09-09,064cfece65ea47af,NY,"Knight Facilities Management, Inc.",2026-04-23,amended,value_changed,location,Queens,New York
348
+ 2026-09-10,2026-09-09,53389ceb97a56d21,NY,"Knight Facilities Management, Inc.",2026-04-22,amended,value_changed,location,New York,Nassau
349
+ 2026-09-10,2026-09-09,489e61211ef0d0ae,NY,"Knight Facilities Management, Inc.",2026-04-23,amended,value_changed,notice_date,2026-04-22,2026-04-23
350
+ 2026-09-10,2026-09-09,064cfece65ea47af,NY,"Knight Facilities Management, Inc.",2026-04-23,amended,value_changed,notice_date,2026-04-22,2026-04-23
351
+ 2026-09-10,2026-09-09,9e7fe73d9dd3f09c,NY,Rising Ground Inc.,2026-02-20,amended,value_changed,location,Westchester,Kings
352
+ 2026-09-11,2026-09-10,913747841e876e53,IL,"Norvax, LLC",2025-11-03,row_absent,unknown,,present,absent
353
+ 2026-09-11,2026-09-10,fc3968401c9f0607,IN,"Bay Valley Foods LLC, Tree House Foods Occupations Affected",2017-08-31,row_absent,unknown,,present,absent
354
+ 2026-09-11,2026-09-10,c09070b6965143e4,KY,"Arch Coal, Inc. ICG Hazard, LLC Rowdy Gap Mine",2012-07-03,row_absent,unknown,,present,absent
355
+ 2026-09-11,2026-09-10,29f088ca4720972f,KY,"Arch Coal, Inc. ICG Hazard, LLC Rowdy Gap Mine",2012-07-03,amended,value_changed,notice_date,2012-06-20,2012-07-03
356
+ 2026-09-11,2026-09-10,fbf8aa39d7a2c4d8,KY,"Dakkota Integrated Systems, LLC",2008-07-18,row_absent,unknown,,present,absent
357
+ 2026-09-11,2026-09-10,25db4f22bd001191,ME,Gathr Outdoors dba Pride Manufacturing Co LLC,2026-01-27,amended,value_changed,location,Guilford,"Guilford, 169 water st; Guilford, Maine 04443"
358
+ 2026-09-11,2026-09-10,9b8ea4f8984a5239,NJ,Bristol Myers Squibb,,row_absent,unknown,,present,absent
359
+ 2026-09-11,2026-09-10,3fdbc0b5e26423d3,NJ,DOW Jones & Company,,row_absent,unknown,,present,absent
360
+ 2026-09-11,2026-09-10,5b6d7540fd546724,NJ,GAF Materials,,row_absent,unknown,,present,absent
361
+ 2026-09-11,2026-09-10,c0d001274411c99a,NJ,Spectra Labs,,row_absent,unknown,,present,absent
362
+ 2026-09-11,2026-09-10,5fee8cfb64aa2072,NY,GlobalFoundries U.S. 2 LLC - Mid-Hudson Region,2022-09-28,amended,field_populated,employees_affected,,1056
363
+ 2026-09-11,2026-09-10,5fee8cfb64aa2072,NY,GlobalFoundries U.S. 2 LLC - Mid-Hudson Region,2022-09-28,amended,field_populated,location,,Dutchess
364
+ 2026-09-11,2026-09-10,5fee8cfb64aa2072,NY,GlobalFoundries U.S. 2 LLC - Mid-Hudson Region,2022-09-28,amended,field_populated,notice_type,,Layoff
365
+ 2026-09-11,2026-09-10,2e374f900e0b5a84,NY,Mercer Kitchen LLC dba Mercer Kitchen (Jean-Georges Management),2022-09-18,amended,field_populated,employees_affected,,137
366
+ 2026-09-11,2026-09-10,2e374f900e0b5a84,NY,Mercer Kitchen LLC dba Mercer Kitchen (Jean-Georges Management),2022-09-18,amended,value_changed,location,New York City Region,New York
367
+ 2026-09-11,2026-09-10,2e374f900e0b5a84,NY,Mercer Kitchen LLC dba Mercer Kitchen (Jean-Georges Management),2022-09-18,amended,field_populated,notice_type,,Closure
368
+ 2026-09-11,2026-09-10,65f4e6fe159c1404,NY,"Pioneer Credit Recovery, Inc., Gila LLC, Navient B.P.O., LLC, Navient Solutions, LLC, or Asset Performance Group, LLC",2022-09-29,row_absent,unknown,,present,absent
369
+ 2026-09-11,2026-09-10,fb69f4a93a64d188,NY,The First Republic Corporation of America DBA Ramada by Wyndham,2022-09-22,amended,field_populated,effective_date,,2022-12-22
370
+ 2026-09-11,2026-09-10,fb69f4a93a64d188,NY,The First Republic Corporation of America DBA Ramada by Wyndham,2022-09-22,amended,field_populated,employees_affected,,123
371
+ 2026-09-11,2026-09-10,fb69f4a93a64d188,NY,The First Republic Corporation of America DBA Ramada by Wyndham,2022-09-22,amended,value_changed,location,Central Region,Onondaga
372
+ 2026-09-11,2026-09-10,fb69f4a93a64d188,NY,The First Republic Corporation of America DBA Ramada by Wyndham,2022-09-22,amended,field_populated,notice_type,,Closure
373
+ 2026-09-11,2026-09-10,229d75e5167027b3,NY,"Wells Enterprises, Inc. (Dunkirk Ice Cream Plant)",2022-09-19,row_absent,unknown,,present,absent
374
+ 2026-09-11,2026-09-10,4b75b5cec77ddc31,RI,CVS Health,2023-08-18,row_absent,unknown,,present,absent
375
+ 2026-09-11,2026-09-10,f5bd99d10784aca2,TN,"Fortitude Life and Annuity Solutions, Inc.",2023-06-02,row_absent,unknown,,present,absent
376
+ 2026-09-11,2026-09-10,f7c7e38d9337e731,TN,GC Services Limited Partnership,2019-01-23,row_absent,unknown,,present,absent
377
+ 2026-09-11,2026-09-10,692bda751a6a2afa,VA,AeroFarms Inc. - Rescinded,2026-04-29,row_absent,unknown,,present,absent