Award Number

Award Number 9700 / W52P1J19F0394 Federal Contract Action Summary (Last Year)

Award number W52P1J19F0394 for Agency ID 9700 shows obligated activity during the last full year.

This award record summarizes procurement activity tied to award number W52P1J19F0394 under Agency ID 9700. In the last full year, the award recorded 16 actions and $315,898,301.63 in total obligated value, with an average action value of $19,743,643.85.

Generated at 03/20/2026

Analysis period: Last full year

Total obligated is shown as both a readable value of 315.90 million and the exact amount of $315,898,301.63.

Agency ID
9700
PIID
W52P1J19F0394
Type
Award
Total Obligated
315.90 million
315,898,301.63
Actions
16
Average Action Value
19,743,643.85

Overview

The record is centered on award number W52P1J19F0394 and its procurement activity during the last full year. Across 16 award actions, the total obligated amount reached $315,898,301.63, with an average action value of $19,743,643.85.

How to use this page

Use this page to review high-level award activity for Agency ID 9700 and track obligated value at the award level. The figures support quick comparison of action volume and average action size within the selected analysis window.

Top Agencies

SELECT
    content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'W52P1J19F0394'
    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,
    agency_name
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Actions
2100 DEPT OF THE ARMY 315,898,301.63 315.90 million 16

Insight

Over the last 1 year, obligations associated with PIID W52P1J19F0394 are concentrated entirely with the Department of the Army. The Army accounts for $315.9 million across 16 awards, indicating a highly focused obligation pattern rather than a distributed award base. This level of concentration suggests the award activity is driven by a single agency relationship within the reviewed period.

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(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
        content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'W52P1J19F0394'
        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,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions
KBR SERVICES, LLC 3GJU9 315,898,301.63 315.90 million 16

Insight

Over the 1-year window for award W52P1J19F0394 under agency 9700, obligations are fully concentrated with a single vendor, KBR SERVICES, LLC (CAGE 3GJU9). This vendor accounts for 16 awards totaling $315.90 million, indicating a high degree of award and obligation concentration within the observed period.

Top NAICS

SELECT
    content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'W52P1J19F0394'
    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,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
561210 FACILITIES SUPPORT SERVICES 315,898,301.63 315.90 million 16

Insight

Obligations for this award are fully concentrated in NAICS 561210, Facilities Support Services, with $315.90 million across 16 awards in the 1-year window. This indicates a narrow procurement profile centered on a single service category rather than a diversified mix of NAICS codes. The award activity suggests sustained spending in facilities support services over the period.

Top PSC Codes

SELECT
    content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'W52P1J19F0394'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
R706 SUPPORT- MANAGEMENT: LOGISTICS SUPPORT 315,898,301.63 315.90 million 16

Insight

Over the 1-year window, obligations for award W52P1J19F0394 are fully concentrated in PSC R706, Support- Management: Logistics Support. This PSC accounts for $315.90 million across 16 awards, indicating a narrow product/service mix and a strong emphasis on logistics support. The distribution suggests this award portfolio is highly specialized rather than diversified across multiple PSCs.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'W52P1J19F0394'
    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 ASC
Year Total Obligated Readable Actions
2025 315,898,301.63 315.90 million 16

Insight

For PIID W52P1J19F0394, the 1-year annual trend reflects all recorded obligations in 2025, totaling $315.90 million across 16 awards. This indicates a highly concentrated funding pattern within the period, with an average obligation of roughly $19.7 million per award. No other years are present in the provided data, so year-over-year comparison is not available.

Use FPDS Query for deeper award and vehicle analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contract action analysis across agencies, vendors, NAICS, PSC, 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.