In the last full year, NAICS 624230 recorded 353 award actions and -$110.90 million in total obligations, for an average action value of -$314,154.44. The largest obligations came from ATF Acquisition and Property Mgmt Div, the Department of the Army, and the Transportation Security Administration, while Rapid Deployment Inc, L C Industries Inc., and Global Systems Engineering, LLC led vendors by obligated value.
NAICS Industry
NAICS 624230 Federal Contract Obligations (Last Year)
FPDS procurement activity for NAICS 624230, Emergency and Other Relief Services, shows 353 award actions in the last full year with -$110.90 million in obligations.
Totals are based on FPDS award actions for the last full year; negative obligations reflect deobligations or downward adjustments where recorded.
About NAICS 624230 federal contract activity
For NAICS 624230 (Emergency and Other Relief Services), FPDS shows -$110.90 million in obligated value across 353 awards in the last full year, with an average award value of -$314,154.44. The negative total indicates net de-obligations exceeded new obligations during the period, so award volume and obligated dollars diverged materially.
Agency demand and leading federal buyers
ATF Acquisition and Property Mgmt Div led the set with $6.39 million across 16 awards, followed by the Department of the Army at $5.42 million across 9 awards. Transportation Security Administration was notable for higher volume, posting $4.87 million across 98 awards, while ASPR and the Office of Procurement Operations rounded out the top five by obligated value.
Vendor concentration and leading contractors
Rapid Deployment Inc was the largest vendor by obligated value at $11.30 million across 7 awards, even though L C Industries Inc. had the highest award count among the top vendors with 108 awards totaling $8.84 million. Global Systems Engineering, LLC followed at $6.39 million across 16 awards, with Express Scripts, Inc. and Solutions A.E. Inc. completing the top five.
Annual contract trend over the analysis window
The annual trend for 2025 shows -$110.90 million in obligated value across 353 awards, matching the period total and indicating a single-year snapshot for the analysis window. Because only one year is present, this dataset supports level analysis rather than a multi-year growth or decline comparison.
How to interpret this page
This summary is based on FPDS obligations tied to NAICS 624230 over the last full year, aggregated by agency, vendor, and annual period. Obligated values may be negative when de-obligations or adjustments outweigh new commitments, so total obligated and average award value should be interpreted in that context.
Top Agencies
SELECT
agency_id,
agency_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__productOrServiceInformation__principalNAICSCode = '624230'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
| Agency ID | Agency Name | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| 1560 | ATF ACQUISITION AND PROPERTY MGMT DIV | 6,392,744.93 | 6.39 million | 16 |
| 2100 | DEPT OF THE ARMY | 5,417,403.40 | 5.42 million | 9 |
| 7013 | TRANSPORTATION SECURITY ADMINISTRATION | 4,865,522.65 | 4.87 million | 98 |
| 7505 | ADMINISTRATION FOR STRATEGIC PREPAREDNESS AND RESPONSE | 3,553,031.63 | 3.55 million | 12 |
| 7001 | OFFICE OF PROCUREMENT OPERATIONS | 3,499,213.48 | 3.50 million | 4 |
| 97DH | DEFENSE HEALTH AGENCY (DHA) | 1,978,532.64 | 1.98 million | 5 |
| 7022 | FEDERAL EMERGENCY MANAGEMENT AGENCY | 1,293,812.82 | 1.29 million | 47 |
| 1700 | DEPT OF THE NAVY | 790,695.37 | 790.70 thousand | 4 |
| 1443 | NATIONAL PARK SERVICE | 400,145.42 | 400.15 thousand | 5 |
| 3600 | VETERANS AFFAIRS, DEPARTMENT OF | 387,784.03 | 387.78 thousand | 14 |
Insight
For NAICS 624230 over the last full year, obligations were net negative at $110.90 million across 353 awards, with a negative average award value of $314,154.44, indicating returns, deobligations, or other downward adjustments outweighed positive obligations. Top-agency activity is distributed across multiple organizations rather than concentrated in a single buyer: ATF Acquisition and Property Mgmt Div led at $6.39 million, followed by the Dept of the Army at $5.42 million and TSA at $4.87 million. TSA and FEMA combined account for 145 awards but only $6.16 million, suggesting relatively small-dollar, higher-volume procurement activity among several agencies.
Top Vendors
SELECT
vendor_name,
cage_code,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__vendor__vendorHeader__vendorName AS vendor_name,
anyHeavy(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode) AS cage_code,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__productOrServiceInformation__principalNAICSCode = '624230'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
| Vendor | CAGE Code | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| RAPID DEPLOYMENT INC | 4JXN5 | 11,304,667.44 | 11.30 million | 7 |
| L C INDUSTRIES INC. | 1A920 | 8,843,930.23 | 8.84 million | 108 |
| GLOBAL SYSTEMS ENGINEERING, LLC | 77TX7 | 6,392,744.93 | 6.39 million | 16 |
| EXPRESS SCRIPTS, INC. | 1WPW1 | 3,248,364.19 | 3.25 million | 7 |
| SOLUTIONS A.E. INC. | 4JQU3 | 2,949,503.00 | 2.95 million | 3 |
| ASSET GROUP INC | 0PCB7 | 2,434,495.40 | 2.43 million | 5 |
| CHEROKEE NATION MANAGEMENT & CONSULTING, L.L.C.. | 6YW97 | 2,146,471.56 | 2.15 million | 1 |
| AMERICAN NATIONAL RED CROSS, THE | 7D348 | 1,000,000.08 | 1.00 million | 1 |
| LAUNCHTECH, LLC | 7YCN8 | 973,532.56 | 973.53 thousand | 3 |
| RCG OF NORTH CAROLINA LLC | 57GK3 | 800,667.16 | 800.67 thousand | 2 |
Insight
Over the last full year, NAICS 624230 recorded $110.90 million in negative obligated value across 353 awards, indicating significant downward adjustment activity in this category. Top vendor obligations are concentrated among a small group, led by RAPID DEPLOYMENT INC ($11.30 million) and L C INDUSTRIES INC. ($8.84 million); together with GLOBAL SYSTEMS ENGINEERING, LLC, they account for roughly one-quarter of the absolute value among the listed top vendors. Award distribution is mixed, with L C INDUSTRIES INC. receiving the highest volume at 108 awards while several other top vendors are supported by one to seven awards, suggesting a limited number of high-value or adjustment-heavy transactions.
Annual Trend
SELECT
year,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__productOrServiceInformation__principalNAICSCode = '624230'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
)
ORDER BY year DESC
| Year | Total Obligated | Readable | Award Actions |
|---|---|---|---|
| 2025 | -110,896,518.58 | -110.90 million | 353 |
Insight
During the last full year, NAICS 624230 recorded -$110.90 million in net obligated dollars across 353 awards, for an average award value of -$314,154.44. The single-year profile indicates all observed obligation activity is concentrated in 2025, with no additional yearly variation in the provided window. The negative net obligated amount suggests deobligations exceeded obligations over the period, which is the key trend signal for this annual view.
Use FPDS Query for deeper industry analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper industry analysis across agencies, vendors, and annual trends.
Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.