PSC Code

PSC R707 Federal Contract Obligations (Last 5 Years)

This page summarizes federal contract obligations for PSC R707 (SUPPORT- MANAGEMENT: CONTRACT/PROCUREMENT/ACQUISITION SUPPORT) for last 5 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC R707 (SUPPORT- MANAGEMENT: CONTRACT/PROCUREMENT/ACQUISITION SUPPORT) for last 5 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 5 years

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

PSC Code
R707
PSC Description
SUPPORT- MANAGEMENT: CONTRACT/PROCUREMENT/ACQUISITION SUPPORT
Total Obligated
6.40 billion
6,397,830,646.63
Award Actions
14,453
Average Action Value
442,664.54

About PSC R707 federal contract activity

This page summarizes last 5 years of federal contract activity associated with PSC R707 (SUPPORT- MANAGEMENT: CONTRACT/PROCUREMENT/ACQUISITION SUPPORT). Based on the current FPDS Query dataset, this category shows 6.40 billion in visible obligations across 14,453 award actions, with an average action value of 442,664.54. 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 R707 (SUPPORT- MANAGEMENT: CONTRACT/PROCUREMENT/ACQUISITION SUPPORT) appears concentrated among a relatively small group of federal buyers over the last 5 years. The visible agency ranking is led by DEPT OF THE AIR FORCE, with 3.18 billion in obligations, followed by STATE, DEPARTMENT OF. 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 R707 (SUPPORT- MANAGEMENT: CONTRACT/PROCUREMENT/ACQUISITION SUPPORT) over the last 5 years. The current ranking is led by APPLIED RESEARCH SOLUTIONS, INC, with 978.02 million in obligations, followed by OASIS SYSTEMS, LLC. 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 R707 (SUPPORT- MANAGEMENT: CONTRACT/PROCUREMENT/ACQUISITION SUPPORT) across the last 5 years, from 2021 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 5 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 = 'R707'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
5700 DEPT OF THE AIR FORCE 3,184,843,561.74 3.18 billion 4,185
1900 STATE, DEPARTMENT OF 562,889,971.11 562.89 million 1,100
7529 NATIONAL INSTITUTES OF HEALTH 393,230,049.70 393.23 million 2,602
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 283,854,589.25 283.85 million 412
97DH DEFENSE HEALTH AGENCY (DHA) 201,611,406.34 201.61 million 193
1665 PENSION BENEFIT GUARANTY CORPORATION 154,722,435.20 154.72 million 271
97JC MISSILE DEFENSE AGENCY (MDA) 141,688,589.12 141.69 million 205
97AS DEFENSE LOGISTICS AGENCY 141,226,396.84 141.23 million 333
3600 VETERANS AFFAIRS, DEPARTMENT OF 128,935,373.66 128.94 million 382
1700 DEPT OF THE NAVY 86,638,169.40 86.64 million 437

Insight

PSC R707 (SUPPORT- MANAGEMENT: CONTRACT/PROCUREMENT/ACQUISITION SUPPORT) appears to be concentrated among a relatively small group of major buying agencies over the last 5 years. The visible ranking is led by DEPT OF THE AIR FORCE, followed by STATE, DEPARTMENT OF, 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 = 'R707'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
APPLIED RESEARCH SOLUTIONS, INC 4YHD4 978,018,264.44 978.02 million 885
OASIS SYSTEMS, LLC 1EDN2 359,793,398.34 359.79 million 899
ROLLS-ROYCE CORPORATION 63005 332,567,314.01 332.57 million 66
ODYSSEY SYSTEMS CONSULTING GROUP, LTD. 09DF6 328,558,777.20 328.56 million 602
TECOLOTE RESEARCH, INC. 0BMB0 252,085,633.99 252.09 million 145
TORCH TECHNOLOGIES INC 3CBV3 217,582,510.40 217.58 million 137
HCI MANAGEMENT SERVICES COMPANY 6FV02 164,296,729.46 164.30 million 203
CREDENCE MANAGEMENT SOLUTIONS LIMITED LIABILITY COMPANY 4WPK2 151,238,784.39 151.24 million 221
HX5,, LLC 4VMT5 134,695,621.11 134.70 million 86
MICHAEL STAPLETON ASSOCIATES, LTD. 3FJS3 125,525,982.94 125.53 million 61

Insight

Within PSC R707 (SUPPORT- MANAGEMENT: CONTRACT/PROCUREMENT/ACQUISITION SUPPORT), visible obligations over the last 5 years appear concentrated among a relatively small set of leading vendors. APPLIED RESEARCH SOLUTIONS, INC ranks first, followed by OASIS SYSTEMS, LLC, 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 = 'R707'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 1,016,570,465.15 1.02 billion 2,305
2024 1,266,965,736.35 1.27 billion 2,998
2023 1,308,820,664.90 1.31 billion 2,972
2022 1,429,443,281.97 1.43 billion 3,041
2021 1,376,030,498.26 1.38 billion 3,137

Insight

The annual trend shows how obligations in PSC R707 (SUPPORT- MANAGEMENT: CONTRACT/PROCUREMENT/ACQUISITION SUPPORT) moved across the last 5 years, from 2021 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.