PSC Code

PSC R422 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for PSC R422 (SUPPORT- PROFESSIONAL: MARKET RESEARCH/PUBLIC OPINION) for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC R422 (SUPPORT- PROFESSIONAL: MARKET RESEARCH/PUBLIC OPINION) for last 10 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 10 years

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 10 years analysis window.

PSC Code
R422
PSC Description
SUPPORT- PROFESSIONAL: MARKET RESEARCH/PUBLIC OPINION
Total Obligated
3.31 billion
3,310,430,892.43
Award Actions
8,518
Average Action Value
388,639.45

About PSC R422 federal contract activity

This page summarizes last 10 years of federal contract activity associated with PSC R422 (SUPPORT- PROFESSIONAL: MARKET RESEARCH/PUBLIC OPINION). Based on the current FPDS Query dataset, this category shows 3.31 billion in visible obligations across 8,518 award actions, with an average action value of 388,639.45. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand for PSC R422 (SUPPORT- PROFESSIONAL: MARKET RESEARCH/PUBLIC OPINION) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by OFFICE OF PERSONNEL MANAGEMENT, with 1.36 billion in obligations, followed by AGENCY FOR HEALTHCARE RESEARCH AND QUALITY. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in PSC R422 (SUPPORT- PROFESSIONAL: MARKET RESEARCH/PUBLIC OPINION) over the last 10 years. The current ranking is led by KEYPOINT GOVERNMENT SOLUTIONS, INC., with 734.91 million in obligations, followed by WESTAT, INC.. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved for PSC R422 (SUPPORT- PROFESSIONAL: MARKET RESEARCH/PUBLIC OPINION) across the last 10 years, from 2016 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market segment.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of category-scale obligations, top buying agencies, leading vendors, and visible year-over-year movement within last 10 years. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.

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__productOrServiceCode = 'R422'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
2400 OFFICE OF PERSONNEL MANAGEMENT 1,358,519,583.11 1.36 billion 128
7528 AGENCY FOR HEALTHCARE RESEARCH AND QUALITY 610,577,216.19 610.58 million 215
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 205,123,691.06 205.12 million 236
3600 VETERANS AFFAIRS, DEPARTMENT OF 150,010,528.75 150.01 million 455
1900 STATE, DEPARTMENT OF 113,879,388.93 113.88 million 1,846
9748 DEFENSE HUMAN RESOURCES ACTIVITY 112,483,492.66 112.48 million 184
1406 DEPARTMENTAL OFFICES 91,774,755.25 91.77 million 1,135
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 91,009,934.12 91.01 million 185
7001 OFFICE OF PROCUREMENT OPERATIONS 48,135,281.61 48.14 million 54
97DH DEFENSE HEALTH AGENCY (DHA) 44,245,961.98 44.25 million 41

Insight

PSC R422 (SUPPORT- PROFESSIONAL: MARKET RESEARCH/PUBLIC OPINION) appears to be concentrated among a relatively small group of major buying agencies over the last 10 years. The visible ranking is led by OFFICE OF PERSONNEL MANAGEMENT, followed by AGENCY FOR HEALTHCARE RESEARCH AND QUALITY, which suggests that agency demand in this category is not evenly distributed.

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,
        ifNull(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__productOrServiceCode = 'R422'
        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,
        content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
KEYPOINT GOVERNMENT SOLUTIONS, INC. 3XUQ5 734,908,989.83 734.91 million 38
WESTAT, INC. 1D075 448,395,034.37 448.40 million 154
CACI PREMIER TECHNOLOGY INC 3E4W8 285,060,784.52 285.06 million 32
CSRA LLC 7C146 188,467,236.75 188.47 million 31
NATIONAL OPINION RESEARCH CENTER 8A395 186,111,573.49 186.11 million 77
SECURITAS CRITICAL INFRASTRUCTURE SERVICES, INC. 0WTG2 150,054,756.82 150.05 million 26
RESEARCH TRIANGLE INSTITUTE 3A730 115,756,672.50 115.76 million 79
FORS MARSH GROUP LLC 360C2 107,964,276.90 107.96 million 390
IPSOS PUBLIC AFFAIRS, LLC 1UPF6 88,134,464.92 88.13 million 147
WESTAT, INC. 52,857,643.00 52.86 million 13

Insight

Within PSC R422 (SUPPORT- PROFESSIONAL: MARKET RESEARCH/PUBLIC OPINION), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. KEYPOINT GOVERNMENT SOLUTIONS, INC. ranks first, followed by WESTAT, INC., which helps define the current competitive landscape in this category.

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__productOrServiceCode = 'R422'
        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 224,921,137.85 224.92 million 769
2024 287,798,982.03 287.80 million 870
2023 279,047,591.35 279.05 million 961
2022 191,598,706.82 191.60 million 991
2021 185,310,136.69 185.31 million 944
2020 162,643,419.20 162.64 million 844
2019 144,510,321.01 144.51 million 847
2018 1,227,542,269.87 1.23 billion 865
2017 475,383,970.57 475.38 million 763
2016 131,674,357.04 131.67 million 664

Insight

The annual trend shows how obligations in PSC R422 (SUPPORT- PROFESSIONAL: MARKET RESEARCH/PUBLIC OPINION) moved across the last 10 years, from 2016 through 2025. This helps users judge whether visible contract activity in this category appears stable, rising, or easing over time.

Use FPDS Query for deeper PSC analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper PSC analysis across agencies, vendors, and annual trends.

Continue from this last 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.