Federal Agency

OCCUPATIONAL SAFETY AND HEALTH REVIEW COMMISSION Federal Contract Obligations (Last 10 Years)

FPDS procurement summary for the Occupational Safety and Health Review Commission (Agency ID 9514) covering obligations, awards, vendors, NAICS categories, and annual trends over the last 10 years.

Over the last 10 years, the Occupational Safety and Health Review Commission recorded 618 award actions with $15,083,981.77 in total obligations, for an average action value of $24,407.73. Recent activity was concentrated in temporary help services, computer-related services, and administrative support, with annual obligations ranging from $1.04 million in 2021 to $1.84 million in 2024.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable and exact obligation amounts reported for the selected 10-year analysis window and are shown by vendor, NAICS, and fiscal year.

Agency ID
9514
Total Obligated
15.08 million
15,083,981.77
Award Actions
618
Average Action Value
24,407.73

About OCCUPATIONAL SAFETY AND HEALTH REVIEW COMMISSION federal contract activity

Over the last 10 years, the Occupational Safety and Health Review Commission obligated $15.08 million across 618 awards, for an average award value of $24,407.73. Spending is modest in absolute terms and concentrated in a relatively small number of procurement actions tied to administrative support, technology, and professional services.

Vendor concentration and leading contractors

Vendor activity is led by LIBRARY ASSOCIATES OF MARYLAND, LLC at $1.20 million across 26 awards, followed by QWEST GOVERNMENT SERVICES INC at $1.11 million across 22 awards. PALMER STAFFING SERVICES INC and HIRE ONE PERSONNEL SERVICES OF WASHINGTON DC LLC also represent significant recurring spend, indicating sustained reliance on staffing and support services rather than large one-time procurements.

Industry profile based on NAICS activity

The largest NAICS category is 561320 Temporary Help Services at $2.73 million and 114 awards, making labor augmentation the dominant spend driver. Other major categories include 541519 Other Computer Related Services, 541611 Administrative Management and General Management Consulting Services, 561110 Office Administrative Services, and 517919 All Other Telecommunications, which together point to a mix of IT, management support, office operations, and communications procurement.

Annual contract trend over the analysis window

Annual obligations in the current visible period rose from $1.04 million in 2021 to $1.18 million in 2022, then increased again to $1.80 million in 2023 and $1.84 million in 2024. Obligations for 2025 stand at $1.62 million across 31 awards, below the prior two years to date but still within the same general spending range.

How to interpret this page

This page summarizes FPDS obligations for agency ID 9514 over the last 10 years using total obligated dollars, award counts, and average award value. Vendor, NAICS, and annual trend sections are based on the highest-obligated entities and categories in the provided dataset; figures should be interpreted as obligation totals, not outlays or contract ceilings.

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 = '9514'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
LIBRARY ASSOCIATES OF MARYLAND, LLC 1,197,655.87 1.20 million 26
QWEST GOVERNMENT SERVICES INC 1,111,872.74 1.11 million 22
PALMER STAFFING SERVICES INC 1,070,745.59 1.07 million 54
HIRE ONE PERSONNEL SERVICES OF WASHINGTON DC LLC 1,003,078.10 1.00 million 43
WEST PUBLISHING CORPORATION 663,048.93 663.05 thousand 19
DATAPRISE, INC. 628,309.32 628.31 thousand 9
TYLER FEDERAL, LLC 571,059.22 571.06 thousand 7
HERITAGE REPORTING CORP 561,345.77 561.35 thousand 21
J. KENT & ASSOCIATES, INC. 547,984.64 547.98 thousand 18
LUMEN TECHNOLOGIES GOVERNMENT SOLUTIONS, INC 449,042.48 449.04 thousand 6

Insight

Over the last 10 years, OCCUPATIONAL SAFETY AND HEALTH REVIEW COMMISSION obligated $15.08 million across 618 awards, with an average award value of $24.4 thousand. Top vendor spending is moderately concentrated: the leading 10 vendors account for about $7.79 million, or roughly 52% of total obligations, with the largest vendor at $1.20 million and the tenth at $449.0 thousand. Award counts are spread across these vendors, but a few firms combine relatively high obligation totals with frequent awards, including PALMER STAFFING SERVICES INC (54 awards) and HIRE ONE PERSONNEL SERVICES OF WASHINGTON DC LLC (43 awards).

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 = '9514'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
561320 TEMPORARY HELP SERVICES 2,725,366.76 2.73 million 114
541519 OTHER COMPUTER RELATED SERVICES 1,454,830.95 1.45 million 33
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 902,104.36 902.10 thousand 60
561110 OFFICE ADMINISTRATIVE SERVICES 892,275.22 892.28 thousand 22
517919 ALL OTHER TELECOMMUNICATIONS 892,091.90 892.09 thousand 18
541330 ENGINEERING SERVICES 880,590.92 880.59 thousand 34
561492 COURT REPORTING AND STENOTYPE SERVICES 874,423.57 874.42 thousand 46
517911 TELECOMMUNICATIONS RESELLERS 708,446.64 708.45 thousand 38
541512 COMPUTER SYSTEMS DESIGN SERVICES 668,384.70 668.38 thousand 21
513210 SOFTWARE PUBLISHERS 583,098.18 583.10 thousand 11

Insight

Over the last 10 years, OCCUPATIONAL SAFETY AND HEALTH REVIEW COMMISSION obligated $15.08 million across 618 awards, with spending concentrated in a small set of service NAICS codes. Temporary Help Services (561320) is the largest category at $2.73 million across 114 awards, followed by Other Computer Related Services (541519) at $1.45 million and Administrative Management and General Management Consulting Services (541611) at $902.10 thousand. The remaining top NAICS codes each account for less than $900 thousand, indicating a relatively dispersed but service-oriented procurement profile rather than reliance on a single dominant industry.

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 = '9514'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 1,622,111.78 1.62 million 31
2024 1,835,410.68 1.84 million 71
2023 1,800,915.92 1.80 million 63
2022 1,178,062.46 1.18 million 65
2021 1,040,409.46 1.04 million 54
2020 1,491,181.75 1.49 million 73
2019 1,559,991.76 1.56 million 54
2018 1,748,103.84 1.75 million 110
2017 1,606,616.26 1.61 million 74
2016 1,201,177.86 1.20 million 23

Insight

Over the last 10 years, OCCUPATIONAL SAFETY AND HEALTH REVIEW COMMISSION obligated $15.08 million across 618 awards, with an average award value of $24.4K. Annual obligations were relatively stable in a narrow band of about $1.0 million to $1.8 million, with higher obligation years in 2023 ($1.80 million) and 2024 ($1.84 million). Award volume was uneven relative to dollars, peaking in 2018 with 110 awards, while 2025 shows lower year-to-date activity at $1.62 million across 31 awards.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.