Award Number

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

Federal award number W58RGZ26C0002 for agency ID 9700 with $2.30 billion obligated across the last 5 years.

This page summarizes federal award W58RGZ26C0002 under agency ID 9700 over the last 5 years. The record shows 1 award action with total obligated amounts of $2,295,831,204 and an average action value of $2,295,831,204.

Generated at 03/20/2026

Analysis period: Last 5 years

Values reflect the provided analysis window and obligated totals; no additional award detail is inferred.

Agency ID
9700
PIID
W58RGZ26C0002
Type
Award
Total Obligated
2.30 billion
2,295,831,204.00
Actions
1
Average Action Value
2,295,831,204.00

Overview

Award W58RGZ26C0002 is the identified PIID for this federal award page. Within the last 5 years, the award records $2,295,831,204 in total obligated value across a single action, making the average action value equal to the total obligated amount. Agency ID 9700 is the only agency identifier provided for this record.

How to use this page

Use this page to review the award-level obligated total, action count, and average action value for W58RGZ26C0002. The figures are limited to the supplied analysis window and should be treated as the summary values for this award record.

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 = 'W58RGZ26C0002'
    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,295,831,204.00 2.30 billion 1

Insight

Within the 5-year window, obligations for PIID W58RGZ26C0002 are fully concentrated in a single agency: the Department of the Army. The award count is 1, indicating no distribution across other agencies and a highly concentrated obligation profile. Total obligated amount to the Department of the Army is 2.30 billion, which is the entire recorded activity 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 = 'W58RGZ26C0002'
        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
THE BOEING COMPANY 8V613 2,295,831,204.00 2.30 billion 1

Insight

Over the 5-year window, obligations under PIID W58RGZ26C0002 are fully concentrated with a single vendor, THE BOEING COMPANY (CAGE 8V613). This vendor accounts for 1 award totaling $2.30 billion, indicating complete vendor concentration for this award record in the queried period. The absence of additional vendors suggests no observed distribution of obligations across suppliers within the available data.

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 = 'W58RGZ26C0002'
    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
336411 AIRCRAFT MANUFACTURING 2,295,831,204.00 2.30 billion 1

Insight

Obligations for PIID W58RGZ26C0002 are fully concentrated in NAICS 336411, Aircraft Manufacturing, over the 5-year window. The single award record accounts for $2.30 billion across 1 award, indicating no diversification across NAICS codes within this scope. This level of concentration suggests the action is narrowly aligned to aircraft manufacturing activity.

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 = 'W58RGZ26C0002'
    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
5342 HARDWARE, WEAPON SYSTEM 2,295,831,204.00 2.30 billion 1

Insight

Obligations under PIID W58RGZ26C0002 are fully concentrated in PSC 5342, Hardware, Weapon System, with $2.30 billion obligated across 1 award over the 5-year window. This indicates no PSC distribution within the provided data for this award and suggests a single-line item or highly concentrated procurement profile.

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 = 'W58RGZ26C0002'
    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
2025 2,295,831,204.00 2.30 billion 1

Insight

In the 5-year window, this award has obligations recorded only in 2025, totaling $2.30 billion across 1 award. The activity is fully concentrated in a single year, with no evidence in the provided rows of obligation distribution across other years. This pattern indicates a one-time or highly concentrated funding profile for PIID W58RGZ26C0002 under agency 9700.

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.