Award Number

Award Number 9700 / W31P4Q23C0005 Federal Contract Action Summary (Last 5 Years)

Federal award page for PIID W31P4Q23C0005 under agency ID 9700, summarizing obligations and actions over the last 5 years.

This page presents award-level procurement activity for award number W31P4Q23C0005 for agency ID 9700. Over the last 5 years, the award shows 78 actions and total obligated funding of 2.21 billion.

Generated at 03/20/2026

Analysis period: Last 5 years

Amounts shown use the readable total obligated value of 2.21 billion and the exact total obligated amount of 2213842633.09.

Agency ID
9700
PIID
W31P4Q23C0005
Type
Award
Total Obligated
2.21 billion
2,213,842,633.09
Actions
78
Average Action Value
28,382,597.86

Overview

The award record for PIID W31P4Q23C0005 shows 78 recorded actions in the selected 5-year window. Total obligated funding is 2,213,842,633.09, with an average action value of 28,382,597.86.

How to use this page

Use this page to review award-level obligation totals, action volume, and average action value for PIID W31P4Q23C0005. It supports procurement analysis focused on spending concentration and activity over time within agency ID 9700.

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 = 'W31P4Q23C0005'
    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,
    agency_name
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Actions
2100 DEPT OF THE ARMY 2,213,842,633.09 2.21 billion 78

Insight

Over the 5-year window, obligations for PIID W31P4Q23C0005 are fully concentrated within DEPT OF THE ARMY, which accounts for $2.21 billion across 78 awards. This indicates a single-agency funding pattern with no observed spread to other agencies in the provided data. The award activity reflects sustained reliance on the Army as the obligating entity for this contract vehicle.

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 = 'W31P4Q23C0005'
        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,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions
LOCKHEED MARTIN CORP 04939 2,213,842,633.09 2.21 billion 78

Insight

LOCKHEED MARTIN CORP is the sole listed top vendor for PIID W31P4Q23C0005 over the 5-year window, accounting for $2.21 billion across 78 awards. This indicates full obligation concentration in a single vendor within the provided results, with no diversification among additional top vendors. The distribution suggests the award’s obligated activity is heavily centered on one contractor relationship.

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 = 'W31P4Q23C0005'
    AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__award__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
336415 GUIDED MISSILE AND SPACE VEHICLE PROPULSION UNIT AND PROPULSION UNIT PARTS MANUFACTURING 2,213,842,633.09 2.21 billion 78

Insight

Over the 5-year window, obligations for award W31P4Q23C0005 are fully concentrated in NAICS 336415, Guided Missile and Space Vehicle Propulsion Unit and Propulsion Unit Parts Manufacturing. This NAICS accounts for $2.21 billion across 78 awards, indicating a narrow industrial base and a strong specialization in propulsion-related procurement activity. No additional NAICS distribution is reflected in the provided rows.

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 = 'W31P4Q23C0005'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
1410 GUIDED MISSILES 2,213,842,633.09 2.21 billion 78

Insight

Obligations under PIID W31P4Q23C0005 are fully concentrated in PSC 1410, Guided Missiles, with $2.21 billion obligated across 78 awards in the 5-year window. This indicates a highly specialized procurement profile with no evidence of PSC diversification in the provided data. The award activity is substantial and consistently aligned to a single weapons-related product category.

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 = 'W31P4Q23C0005'
    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 ASC
Year Total Obligated Readable Actions
2023 963,482,897.49 963.48 million 14
2024 529,735,097.22 529.74 million 38
2025 720,624,638.38 720.62 million 26

Insight

Obligations for PIID W31P4Q23C0005 were concentrated in 2023 at $963.48 million across 14 awards, then declined to $529.74 million in 2024 as award count increased to 38. In 2025, obligations partially rebounded to $720.62 million while award activity fell to 26, indicating a less concentrated but still uneven annual distribution. Overall, the pattern reflects substantial year-to-year variability in both obligated dollars and award volume over the 5-year window.

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