This page summarizes award W58RGZ13C0002 for agency ID 9700 over the last 10 years. The award shows 206 actions with total obligations of $2.02 billion and an average action value of $9.82 million.
Award Number
Award Number 9700 / W58RGZ13C0002 Federal Contract Action Summary (Last 10 Years)
Federal procurement summary for award W58RGZ13C0002 under agency ID 9700, covering the last 10 years of actions and obligations.
Obligated amounts are shown as reported for the analysis window and may reflect rounded and exact values differently.
Overview
The award record for W58RGZ13C0002 shows sustained procurement activity within agency ID 9700 across the last 10 years. Total obligated dollars are 2,023,435,560.95 across 206 actions, with an average action value of 9,822,502.72.
How to use this page
Use this page to review the award-level obligation profile and action volume for W58RGZ13C0002. It is useful for quick filtering, trend review within the analysis window, and cross-checking the reported exact and readable obligated totals.
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 = 'W58RGZ13C0002'
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,023,435,560.95 | 2.02 billion | 150 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 56 |
Insight
Obligations for PIID W58RGZ13C0002 are highly concentrated with the DEPT OF THE ARMY, which accounts for $2.02 billion across 150 awards in the 10-year window. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) is associated with 56 awards but records no obligated dollars, indicating administrative activity rather than funded obligation under this PIID. The funding distribution is therefore overwhelmingly weighted to a single agency, with limited obligated-dollar dispersion.
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 = 'W58RGZ13C0002'
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 |
|---|---|---|---|---|
| THE BOEING COMPANY | 77272 | 1,700,251,478.59 | 1.70 billion | 187 |
| THE BOEING COMPANY | 323,184,082.36 | 323.18 million | 19 |
Insight
Over the 10-year window, obligations for PIID W58RGZ13C0002 are heavily concentrated with THE BOEING COMPANY. The CAGE-coded record 77272 accounts for $1.70 billion across 187 awards, and a second THE BOEING COMPANY entry with no CAGE code adds $323.18 million across 19 awards. Taken together, these records indicate that this award’s obligated dollars are dominated by a single vendor name, with activity spread across a relatively large number of actions.
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 = 'W58RGZ13C0002'
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 | 2,023,435,560.95 | 2.02 billion | 206 |
Insight
Over the 10-year window, obligations for award PIID W58RGZ13C0002 are concentrated entirely in NAICS 336411, Aircraft Manufacturing. This category accounts for the full $2.02 billion obligated across 206 awards, indicating a highly concentrated spending pattern with no diversification across other NAICS codes in the provided data.
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 = 'W58RGZ13C0002'
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 | 2,023,435,560.95 | 2.02 billion | 206 |
Insight
Over the 10-year window for award W58RGZ13C0002, PSC 1520 (Aircraft, Rotary Wing) accounts for the entire reported obligation in this section, totaling $2.02 billion across 206 awards. This indicates a highly concentrated spend profile with no other PSCs represented in the provided rows. The volume of awards suggests recurring procurement activity within the same product category rather than a one-time obligation pattern.
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 = 'W58RGZ13C0002'
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 |
|---|---|---|---|
| 2016 | 1,220,113,971.19 | 1.22 billion | 23 |
| 2017 | 784,079,092.53 | 784.08 million | 27 |
| 2018 | 36,058,050.15 | 36.06 million | 35 |
| 2019 | -16,421,866.15 | -16.42 million | 42 |
| 2020 | 531,254.55 | 531.25 thousand | 28 |
| 2021 | 0.00 | 0.00 | 17 |
| 2022 | 184,494.48 | 184.49 thousand | 26 |
| 2023 | -1,109,435.80 | -1.11 million | 3 |
| 2025 | 0.00 | 0.00 | 5 |
Insight
Obligations for PIID W58RGZ13C0002 are highly concentrated in the early part of the 10-year window, with 2016 and 2017 accounting for 2.00 billion combined, followed by a steep decline beginning in 2018. After 2017, annual obligations fell to 36.06 million in 2018 and remained at marginal or negative levels from 2019 through 2025, including zero obligations in 2021 and 2025. Award counts do not track obligated dollars proportionally, rising to a peak of 42 awards in 2019 before dropping to 3 in 2023 and 5 in 2025, indicating a fragmented obligation profile after the initial high-dollar 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.