During the last full year, the Federal Mine Safety and Health Review Commission recorded 44 procurement actions with net obligations of -858,706.09, for an average action value of -19,516.04. The largest vendor and NAICS totals were concentrated in small, specific lines such as security systems services, computing infrastructure, local delivery, office equipment, and publishing.
Federal Agency
FEDERAL MINE SAFETY AND HEALTH REVIEW COMMISSION Federal Contract Obligations (Last Year)
Federal Mine Safety and Health Review Commission FPDS procurement data for the last full year shows 44 award actions and -858.71 thousand in total obligations.
Negative obligation values reflect deobligations or downward adjustments in the reported FPDS records for this period.
About FEDERAL MINE SAFETY AND HEALTH REVIEW COMMISSION federal contract activity
During the last full year, the Federal Mine Safety and Health Review Commission recorded 44 awards totaling -$858,706.09 in obligations, for an average award value of -$19,516.04. The negative obligated amount indicates de-obligations or downward adjustments outweighed positive funding actions during the period, so the award count should be read alongside the net financial effect.
Vendor concentration and leading contractors
Vendor obligations were highly concentrated at very small net amounts across the top named vendors, with MICROPACT FEDERAL, LLC, CENERO, LLC, LIBRARY ASSOCIATES OF MARYLAND, LLC, TYLER FEDERAL, LLC, and KASTLE SYSTEMS LLC each representing only a narrow share of the period total. The listed vendors together do not account for a material portion of the agency’s net obligations, indicating that most of the financial movement occurred outside the top-vendor set or through adjustments rather than large positive awards.
Industry profile based on NAICS activity
The highest-obligated NAICS categories were computing infrastructure providers and related services, security systems services, local messengers and local delivery, office equipment merchant wholesalers, and all other publishers. All five top NAICS categories show relatively small negative totals, which suggests routine support, IT, security, and administrative service activity rather than large procurement concentrations.
Annual contract trend over the analysis window
The annual trend shows 2025 as the only year in the analysis window, with 44 awards and -$858,706.09 in net obligations. Because the window includes a single year, the trend data is best interpreted as a snapshot of last-year activity rather than a multi-year pattern.
How to interpret this page
This page summarizes FPDS-observed awards for the Federal Mine Safety and Health Review Commission, agency ID 9504, over the last full year. Totals reflect net obligated dollars as reported in FPDS and may be negative when de-obligations, modifications, or other downward adjustments exceed positive obligations in the selected period.
Top Vendors
SELECT
vendor_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__vendor__vendorHeader__vendorName AS vendor_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__purchaserInformation__contractingOfficeAgencyID = '9504'
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 | Total Obligated | Readable | Award Actions |
|---|---|---|---|
| MICROPACT FEDERAL, LLC | -0.01 | -0.01 | 1 |
| CENERO, LLC | -11.00 | -11.00 | 1 |
| LIBRARY ASSOCIATES OF MARYLAND, LLC | -251.41 | -251.41 | 2 |
| TYLER FEDERAL, LLC | -485.71 | -485.71 | 1 |
| KASTLE SYSTEMS LLC | -649.08 | -649.08 | 3 |
| PRESIDIO NETWORKED SOLUTIONS LLC | -848.52 | -848.52 | 1 |
| WEST PUBLISHING CORPORATION | -854.00 | -854.00 | 1 |
| CITADEL FEDERAL SOLUTIONS LLC | -1,998.04 | -2.00 thousand | 1 |
| VERIZON PENNSYLVANIA LLC | -2,143.24 | -2.14 thousand | 3 |
| PRESIDIO GOVERNMENT SOLUTIONS LLC | -2,154.67 | -2.15 thousand | 1 |
Insight
Over the last full year, FEDERAL MINE SAFETY AND HEALTH REVIEW COMMISSION recorded 44 awards totaling -$858.71 thousand, with an average award value of -$19.52 thousand. Vendor obligations are highly distributed, with the top 10 vendors each accounting for relatively small negative obligations and no single vendor dominating the total. The largest listed obligations were to Presidio Government Solutions LLC (-$2.15 thousand), Verizon Pennsylvania LLC (-$2.14 thousand), and Citadel Federal Solutions LLC (-$2.00 thousand), indicating a fragmented spend profile across multiple suppliers.
Top NAICS
SELECT
naics_code,
naics_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__purchaserInformation__contractingOfficeAgencyID = '9504'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
| NAICS Code | Description | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| 511199 | ALL OTHER PUBLISHERS | -854.00 | -854.00 | 1 |
| 423420 | OFFICE EQUIPMENT MERCHANT WHOLESALERS | -3,444.47 | -3.44 thousand | 1 |
| 492210 | LOCAL MESSENGERS AND LOCAL DELIVERY | -3,621.25 | -3.62 thousand | 2 |
| 561621 | SECURITY SYSTEMS SERVICES (EXCEPT LOCKSMITHS) | -3,652.27 | -3.65 thousand | 5 |
| 518210 | COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES | -4,159.92 | -4.16 thousand | 1 |
| 519190 | ALL OTHER INFORMATION SERVICES | -6,211.92 | -6.21 thousand | 3 |
| 541611 | ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES | -9,943.65 | -9.94 thousand | 11 |
| 492110 | COURIERS AND EXPRESS DELIVERY SERVICES | -9,948.46 | -9.95 thousand | 1 |
| 453210 | OFFICE SUPPLIES AND STATIONERY STORES | -16,314.59 | -16.31 thousand | 2 |
| 423210 | FURNITURE MERCHANT WHOLESALERS | -41,531.53 | -41.53 thousand | 2 |
Insight
Over the last full year, FEDERAL MINE SAFETY AND HEALTH REVIEW COMMISSION recorded -$858.71 thousand in net obligations across 44 awards, with an average award value of -$19.52 thousand. Obligations in the Top NAICS are dispersed across a mix of service, administrative, and supplies categories, with the largest listed amounts in Furniture Merchant Wholesalers (-$41.53 thousand, 2 awards) and Office Supplies and Stationery Stores (-$16.31 thousand, 2 awards). No single NAICS in the provided list dominates the agency’s obligations, and the largest category-specific totals remain relatively small compared with the overall annual total, indicating spending is spread across multiple procurement areas.
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__purchaserInformation__contractingOfficeAgencyID = '9504'
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 | -858,706.09 | -858.71 thousand | 44 |
Insight
For the last full year, the Federal Mine Safety and Health Review Commission recorded -$858.71 thousand in total obligated spending across 44 awards, yielding an average award value of -$19.52 thousand. Because the annual window contains a single year of data, there is no multi-year trend to assess; this period reflects a concentrated obligation profile within 2025.
Use FPDS Query for deeper analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.
Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.