This award record summarizes obligation activity tied to PIID W56HZV23C0024 for agency ID 9700. The analysis window covers the last 5 years and shows an exact total obligated amount of 2,479,580,090.
Award Number
Award Number 9700 / W56HZV23C0024 Federal Contract Action Summary (Last 5 Years)
Award number W56HZV23C0024 for agency 9700 shows $2.48 billion in obligations across 43 recorded actions over the last 5 years.
Totals reflect the last 5 years of available award action data, with an average action value of 57,664,653.26 across 43 actions.
Overview
PIID W56HZV23C0024 is associated with agency ID 9700 and shows 43 award actions in the last 5 years. The total obligated amount is 2,479,580,090, which is approximately 2.48 billion in readable form. The average action value is 57,664,653.26.
How to use this page
Use this page to review obligation totals and action volume for award number W56HZV23C0024 within the selected 5-year window. The figures support basic trend review, comparison across award records, and identification of high-value activity without adding detail beyond the underlying award data.
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 = 'W56HZV23C0024'
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,479,580,090.00 | 2.48 billion | 43 |
Insight
Over the 5-year window, obligations under PIID W56HZV23C0024 are concentrated entirely with the DEPT OF THE ARMY. The Army accounts for $2.48 billion across 43 awards, indicating a highly concentrated award distribution with no other agencies represented in the provided rows. This pattern suggests the contract activity is singularly aligned to one agency rather than dispersed across multiple federal buyers.
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 = 'W56HZV23C0024'
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 |
|---|---|---|---|---|
| BAE SYSTEMS LAND & ARMAMENTS L.P. | 06085 | 2,479,580,090.00 | 2.48 billion | 43 |
Insight
Obligations under PIID W56HZV23C0024 over the 5-year window are fully concentrated with BAE SYSTEMS LAND & ARMAMENTS L.P. (CAGE 06085). The vendor accounts for $2.48 billion across 43 awards, indicating a high level of award and obligation concentration with no other vendors listed in this section. This pattern suggests the award has been sustained through repeated funding actions with a single supplier.
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 = 'W56HZV23C0024'
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 |
|---|---|---|---|---|
| 336992 | MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING | 2,479,580,090.00 | 2.48 billion | 43 |
Insight
Over the 5-year window, obligations under PIID W56HZV23C0024 are fully concentrated in NAICS 336992, Military Armored Vehicle, Tank, and Tank Component Manufacturing. This NAICS accounts for $2.48 billion across 43 awards, indicating a highly focused procurement profile with no visible diversification in the provided results. The concentration suggests the award activity is tied to a single industrial segment rather than a broad distribution of procurement categories.
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 = 'W56HZV23C0024'
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 |
|---|---|---|---|---|
| 2350 | COMBAT, ASSAULT, AND TACTICAL VEHICLES, TRACKED | 2,479,580,090.00 | 2.48 billion | 43 |
Insight
Obligations are fully concentrated in PSC 2350, Combat, Assault, and Tactical Vehicles, Tracked, with $2.48 billion across 43 awards over the 5-year window. This indicates a highly focused procurement profile for PIID W56HZV23C0024, with no other PSCs represented in the provided data. The award activity is therefore concentrated in a single tracked-vehicle category rather than distributed across multiple product types.
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 = 'W56HZV23C0024'
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 |
|---|---|---|---|
| 2023 | 797,902,060.00 | 797.90 million | 5 |
| 2024 | 968,187,485.00 | 968.19 million | 15 |
| 2025 | 713,490,545.00 | 713.49 million | 23 |
Insight
Obligations for PIID W56HZV23C0024 rose from 797.90 million in 2023 to a peak of 968.19 million in 2024, then declined to 713.49 million in 2025. Award counts increased each year from 5 to 15 to 23, indicating the obligation volume became more distributed across a larger number of awards. The pattern suggests higher award activity in 2025 but lower total obligated value than the prior two 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.