This page summarizes award W58RGZ17C0009 for Agency ID 9700 over the last 10 years. The award shows 276 actions and total obligations of 5,584,742,286.87, with an average action value of 20,234,573.5.
Award Number
Award Number 9700 / W58RGZ17C0009 Federal Contract Action Summary (Last 10 Years)
Federal procurement analysis page for award number W58RGZ17C0009 under Agency ID 9700, covering the last 10 years of actions and obligations.
Values are shown for the selected 10-year analysis window and reflect readable totals and action counts for this award.
Overview
Award W58RGZ17C0009 is associated with Agency ID 9700 and records 276 award actions in the last 10 years. Total obligated amount is 5,584,742,286.87, with an average action value of 20,234,573.5. These figures provide a contract-level view of activity for this award and can be used to review obligation volume and action frequency over the selected period.
How to use this page
Use this page to review the award’s obligation history, action count, and average action value within the 10-year analysis window. It is suitable for tracking procurement activity at the award-number level and for comparing this award against other records in the same agency context.
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 = 'W58RGZ17C0009'
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 | 5,584,742,286.87 | 5.58 billion | 275 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 1 |
Insight
For PIID W58RGZ17C0009 over the 10-year window, obligations are highly concentrated in the DEPT OF THE ARMY, which accounts for $5.58 billion across 275 awards. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears only once and shows no obligated value, indicating negligible funding distribution outside the Army. Overall, the award history is dominated by a single agency relationship.
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 = 'W58RGZ17C0009'
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 |
|---|---|---|---|---|
| SIKORSKY AIRCRAFT CORPORATION | 78286 | 5,584,742,286.87 | 5.58 billion | 276 |
Insight
Over the 10-year window, obligations under PIID W58RGZ17C0009 are fully concentrated with SIKORSKY AIRCRAFT CORPORATION (CAGE 78286). The vendor accounts for $5.58 billion across 276 awards, indicating a sustained, single-source award pattern rather than a diversified 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 = 'W58RGZ17C0009'
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 |
|---|---|---|---|---|
| 336411 | AIRCRAFT MANUFACTURING | 5,584,742,286.87 | 5.58 billion | 276 |
Insight
Obligations for PIID W58RGZ17C0009 over the 10-year window are fully concentrated in NAICS 336411, Aircraft Manufacturing. This NAICS accounts for $5.58 billion across 276 awards, indicating a highly focused procurement profile with no diversification across other NAICS codes in the provided data. The concentration suggests this award is tied to a sustained aircraft manufacturing requirement rather than a broad mix of acquisition activities.
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 = 'W58RGZ17C0009'
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 |
|---|---|---|---|---|
| 1520 | AIRCRAFT, ROTARY WING | 5,584,742,286.87 | 5.58 billion | 276 |
Insight
Obligations for PIID W58RGZ17C0009 over the 10-year window are fully concentrated in PSC 1520, Aircraft, Rotary Wing. The award totals $5.58 billion across 276 awards, indicating a sustained and highly concentrated procurement pattern rather than a diversified PSC mix. This concentration suggests the contract is focused on rotary-wing aircraft acquisitions or related support under this award.
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 = 'W58RGZ17C0009'
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 |
|---|---|---|---|
| 2017 | 2,207,099,080.89 | 2.21 billion | 22 |
| 2018 | 1,098,503,794.15 | 1.10 billion | 56 |
| 2019 | 754,313,598.49 | 754.31 million | 54 |
| 2020 | 1,067,653,487.56 | 1.07 billion | 46 |
| 2021 | 481,778,363.65 | 481.78 million | 51 |
| 2022 | -29,812,848.36 | -29.81 million | 27 |
| 2023 | 4,155,702.49 | 4.16 million | 7 |
| 2024 | 651,406.00 | 651.41 thousand | 8 |
| 2025 | 399,702.00 | 399.70 thousand | 5 |
Insight
Obligations for PIID W58RGZ17C0009 were highly concentrated in FY2017, which accounts for 2.21 billion of the 10-year total, followed by a sharp decline in annual obligated value in subsequent years. Annual award counts remained relatively active through FY2022, ranging from 22 to 56 awards, despite lower obligated amounts and a negative obligated total in FY2022. Activity then dropped materially in FY2023–FY2025, with obligations remaining below 5 million per year and award counts falling to single digits.
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.