This page summarizes the federal procurement record for award number W56HZV23C0024 in agency ID 9700 across the last 10 years. The record shows 43 award actions and total obligated funding of $2,479,580,090.
Award Number
Award Number 9700 / W56HZV23C0024 Federal Contract Action Summary (Last 10 Years)
FPDS award detail page for award number W56HZV23C0024 under agency ID 9700, showing 43 actions and $2.48 billion obligated over the last 10 years.
Amounts are presented as reported in FPDS, with a readable total of $2.48 billion and an exact total of 2,479,580,090.
Overview
The award record for W56HZV23C0024 under agency ID 9700 includes 43 reported actions in the last 10 years. Total obligated funding is $2,479,580,090, with an average action value of $57,664,653.26. These figures provide a compact view of the award’s activity and funding level over the analysis window.
How to use this page
Use this page to review the award-level obligation history tied to W56HZV23C0024 and compare the total and average action values across the selected period. The action count and obligation totals can help anchor further review of FPDS records for the same award number and agency ID.
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 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,479,580,090.00 | 2.48 billion | 43 |
Insight
All obligated value in this 10-year award view is concentrated in a single agency, the DEPT OF THE ARMY, which accounts for $2.48 billion across 43 awards. This indicates a highly focused funding distribution with no visible agency diversification in the provided results. The concentration suggests the award record is dominated by Army activity for PIID W56HZV23C0024.
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 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 |
|---|---|---|---|---|
| BAE SYSTEMS LAND & ARMAMENTS L.P. | 06085 | 2,479,580,090.00 | 2.48 billion | 43 |
Insight
Obligations for PIID W56HZV23C0024 are fully concentrated with one vendor over the 10-year window. BAE SYSTEMS LAND & ARMAMENTS L.P. (CAGE 06085) received $2.48 billion across 43 awards, indicating a sustained and highly concentrated vendor relationship. No other vendors are reflected in the provided rows, so there is no evidence here of distribution across multiple suppliers.
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 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 |
|---|---|---|---|---|
| 336992 | MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING | 2,479,580,090.00 | 2.48 billion | 43 |
Insight
Obligations under PIID W56HZV23C0024 are fully concentrated in NAICS 336992, Military Armored Vehicle, Tank, and Tank Component Manufacturing, with $2.48 billion across 43 awards over the 10-year window. This indicates a highly focused award pattern with no diversification across other NAICS codes in the provided data. The volume of awards suggests repeated procurement activity within the same industrial classification rather than broad category dispersion.
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 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 |
|---|---|---|---|---|
| 2350 | COMBAT, ASSAULT, AND TACTICAL VEHICLES, TRACKED | 2,479,580,090.00 | 2.48 billion | 43 |
Insight
Obligations under PIID W56HZV23C0024 are highly concentrated in PSC 2350, Combat, Assault, and Tactical Vehicles, Tracked, with $2.48 billion across 43 awards over the 10-year window. This indicates the award is narrowly focused on tracked tactical vehicle procurement rather than a broad mix of product categories. The distribution suggests sustained, repeated spending in a single PSC with no other PSCs reflected in the provided data.
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 10 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 under PIID W56HZV23C0024 increased from 797.90 million in 2023 to 968.19 million in 2024, then declined to 713.49 million in 2025. Award activity became more distributed over time, rising from 5 awards in 2023 to 15 in 2024 and 23 in 2025, indicating a broader spread of obligations across more transactions. The peak in 2024 reflects the highest annual concentration of dollars, while 2025 shows lower dollar volume despite the highest award count.
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.