Award Number

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

Award number W31P4Q23F0024 for agency 9700 shows 12 recorded actions in the last full year and $127.55 million obligated.

This page summarizes procurement activity for award W31P4Q23F0024 under agency ID 9700 during the last full year. The award shows total obligated funding of $127,547,820.10 across 12 actions, with an average action value of $10,628,985.01.

Generated at 03/20/2026

Analysis period: Last full year

Dollar figures are shown in both readable and exact forms, and the analysis window is limited to the last full year.

Agency ID
9700
PIID
W31P4Q23F0024
Type
Award
Total Obligated
127.55 million
127,547,820.10
Actions
12
Average Action Value
10,628,985.01

Overview

Award W31P4Q23F0024 is the procurement record analyzed for agency ID 9700 over the last full year. The award reflects $127,547,820.10 in total obligated funds across 12 award actions, which produces an average action value of $10,628,985.01.

How to use this page

Use this page to review the scale of funding tied to award W31P4Q23F0024 and to compare its action count and obligated totals against other awards. The figures are appropriate for high-level procurement review within the defined 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 = 'W31P4Q23F0024'
    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 127,547,820.10 127.55 million 12

Insight

Within the 1-year window for PIID W31P4Q23F0024, obligations are fully concentrated in DEPT OF THE ARMY (agency ID 2100). The award totals $127.55 million across 12 awards, indicating all observed obligation activity in this view is concentrated under a single top agency. This pattern suggests no distribution across additional agencies in the provided rows.

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 = 'W31P4Q23F0024'
        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
LOCKHEED MARTIN CORPORATION 64059 127,547,820.10 127.55 million 12

Insight

Within the 1-year window for award W31P4Q23F0024 under agency 9700, obligated spending is fully concentrated with LOCKHEED MARTIN CORPORATION (CAGE 64059). The vendor received 12 awards totaling $127.55 million, indicating a single-source concentration across the observed period. No additional vendors are listed in this section, so vendor distribution cannot be assessed beyond this awardee.

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 = 'W31P4Q23F0024'
    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
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 127,547,820.10 127.55 million 12

Insight

Over the past year, obligations for award W31P4Q23F0024 were fully concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing. This category accounted for $127.55 million across 12 actions, indicating a narrow industry focus rather than a diversified distribution of obligations. The concentration suggests the award is tied to a specific aerospace/defense manufacturing requirement within this NAICS code.

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 = 'W31P4Q23F0024'
    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
1410 GUIDED MISSILES 127,547,820.10 127.55 million 12

Insight

Within the 1-year window, obligations under PIID W31P4Q23F0024 are fully concentrated in PSC 1410 (Guided Missiles), totaling $127.55 million across 12 awards. This indicates a narrow product mix and a high degree of spend concentration in a single PSC category. No other PSCs are present in the provided data, so the award activity is entirely focused on guided missile procurement.

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 = 'W31P4Q23F0024'
    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 127,547,820.10 127.55 million 12

Insight

For PIID W31P4Q23F0024, the 1-year annual trend shows $127.55 million obligated in FY2025 across 12 awards. Obligations are concentrated in a single year, with no additional annual distribution visible in the provided window. This indicates the award’s activity in the period is fully centered in FY2025.

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.