This award record for PIID W58RGZ22C0010 covers the last 5 years of obligation activity for Agency ID 9700. It includes 96 award actions with total obligated amounts of 4.70 billion.
Award Number
Award Number 9700 / W58RGZ22C0010 Federal Contract Action Summary (Last 5 Years)
Award number W58RGZ22C0010 for Agency ID 9700 shows obligation activity over the last 5 years.
Total obligated exact is 4699642384.16 and average action value is 48954608.17.
Overview
The award number W58RGZ22C0010 is associated with Agency ID 9700 and records obligation activity across the last 5 years. During that period, the award reached 96 actions and a total obligated amount of 4,699,642,384.16. The average action value was 48,954,608.17.
How to use this page
Use this page to review the scale and frequency of action activity tied to award W58RGZ22C0010. The totals and averages provide a quick view of obligation volume for Agency ID 9700 within the selected 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 = 'W58RGZ22C0010'
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 | 4,699,642,384.16 | 4.70 billion | 96 |
Insight
Over the 5-year window for award PIID W58RGZ22C0010, obligations are concentrated entirely with the DEPT OF THE ARMY, which accounts for $4.70 billion across 96 awards. This indicates a highly concentrated obligation pattern with no other agencies represented in the provided rows. Such concentration suggests the award activity is centrally aligned to a single agency rather than distributed across multiple agencies.
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 = 'W58RGZ22C0010'
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 |
|---|---|---|---|---|
| SIKORSKY AIRCRAFT CORP | 78286 | 4,699,642,384.16 | 4.70 billion | 96 |
Insight
Obligations for PIID W58RGZ22C0010 over the 5-year window are fully concentrated with a single vendor, SIKORSKY AIRCRAFT CORP (CAGE 78286). The vendor received $4.70 billion across 96 awards, indicating sustained and repeated obligation activity rather than a one-time transaction. This pattern reflects a highly concentrated award distribution with no diversification across vendors in the provided 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 = 'W58RGZ22C0010'
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 | 4,699,642,384.16 | 4.70 billion | 96 |
Insight
Over the 5-year window, obligations for award W58RGZ22C0010 are concentrated entirely in NAICS 336411, Aircraft Manufacturing. This NAICS accounts for $4.70 billion across 96 awards, indicating a highly focused procurement profile rather than a diversified distribution across multiple industries.
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 = 'W58RGZ22C0010'
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 |
|---|---|---|---|---|
| 1520 | AIRCRAFT, ROTARY WING | 4,699,642,384.16 | 4.70 billion | 96 |
Insight
Obligations for PIID W58RGZ22C0010 are fully concentrated in PSC 1520, Aircraft, Rotary Wing, with $4.70 billion obligated across 96 awards over the 5-year window. This indicates a highly focused procurement profile centered on rotary-wing aircraft rather than a diversified PSC mix. The award count suggests repeated procurement activity within the same category, but no additional PSC distribution is present to indicate broader spending spread.
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 = 'W58RGZ22C0010'
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 |
|---|---|---|---|
| 2022 | 1,039,759,090.18 | 1.04 billion | 16 |
| 2023 | 1,300,578,408.21 | 1.30 billion | 28 |
| 2024 | 1,918,206,287.15 | 1.92 billion | 32 |
| 2025 | 441,098,598.62 | 441.10 million | 20 |
Insight
Obligations for PIID W58RGZ22C0010 increased sharply from 2022 through 2024, rising from $1.04 billion across 16 awards to $1.92 billion across 32 awards, indicating both higher annual funding and a broader award count. The 2025 total is lower at $441.10 million across 20 awards, suggesting a partial-year or reduced-obligation period relative to prior years. Overall, activity is concentrated in 2023–2024, with those two years accounting for the largest share of obligations in 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.