This page summarizes the award-level obligation history for PIID W31P4Q23F0024 across the last 10 years. The record includes 31 award actions with total obligated dollars of 2,488,824,240.67 and an average action value of 80,284,652.92.
Award Number
Award Number 9700 / W31P4Q23F0024 Federal Contract Action Summary (Last 10 Years)
Federal procurement record for award number W31P4Q23F0024 under agency ID 9700, showing 31 actions and $2.49 billion obligated over the last 10 years.
Dollar figures are shown as reported in the source data and may reflect rounding in readable totals.
Overview
The award record for PIID W31P4Q23F0024 shows 31 actions within the last 10 years. Total obligated dollars equal 2,488,824,240.67, with a readable total of 2.49 billion and an average action value of 80,284,652.92. This provides a concise view of the award's obligation activity over the period.
How to use this page
Use this page to review the award-level obligation history associated with agency ID 9700. The action count and obligation totals support basic trend review, comparison with other awards, and identification of the scale of activity represented by this PIID.
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 10 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,488,824,240.67 | 2.49 billion | 31 |
Insight
Obligations for PIID W31P4Q23F0024 are fully concentrated in a single top awarding agency, the DEPT OF THE ARMY, which accounts for $2.49 billion across 31 awards over the 10-year window. This indicates a highly concentrated funding pattern with no distribution across additional agencies in the provided results. The award relationship is therefore dominated by one agency, suggesting agency-specific procurement activity rather than a broad interagency footprint.
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 10 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 | 2,488,824,240.67 | 2.49 billion | 31 |
Insight
LOCKHEED MARTIN CORPORATION is the sole top vendor listed for this award, accounting for $2.49 billion in obligated value across 31 awards over the 10-year window. This indicates a highly concentrated vendor profile, with all identified top-end obligations tied to a single contractor. The award history suggests repeated funding to the same vendor rather than a broadly distributed vendor base.
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 10 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 | 2,488,824,240.67 | 2.49 billion | 31 |
Insight
Obligations for PIID W31P4Q23F0024 under Agency ID 9700 are fully concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing, over the 10-year window. This category accounts for $2.49 billion across 31 awards, indicating a consistently focused procurement profile rather than a diversified NAICS mix.
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 10 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,488,824,240.67 | 2.49 billion | 31 |
Insight
Obligations for PIID W31P4Q23F0024 are fully concentrated in PSC 1410, Guided Missiles, totaling $2.49 billion across 31 awards over the 10-year window. This indicates a highly focused procurement profile with no observable distribution across other PSCs in the provided data. The concentration suggests the award activity is dominated by a single product category rather than a diversified mix of supplies or services.
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 10 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2022 | 43,999,984.50 | 44.00 million | 2 |
| 2023 | 1,830,471,089.91 | 1.83 billion | 12 |
| 2024 | 486,805,346.16 | 486.81 million | 5 |
| 2025 | 127,547,820.10 | 127.55 million | 12 |
Insight
Obligations for PIID W31P4Q23F0024 are highly concentrated in 2023, when activity peaked at $1.83 billion across 12 awards. Funding then declined sharply to $486.81 million in 2024 and $127.55 million in 2025, while award counts remained relatively active at 5 and 12, respectively. The 2022 level was materially lower at $44.00 million across 2 awards, indicating a ramp-up into 2023 followed by reduced obligation volume in subsequent years.
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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.