Across the last 10 years, the American Battle Monuments Commission recorded 2 award actions with total obligations of 278.00 thousand and an average action value of 139,000. The largest obligations went to National WWI Museum and Memorial and Louis Hoffmann Co., with activity concentrated in NAICS 611710 and 332321.
Federal Agency
AMERICAN BATTLE MONUMENTS COMMISSION Federal Contract Obligations (Last 10 Years)
Federal procurement summary for the American Battle Monuments Commission (agency ID 7400) covering obligations, vendors, NAICS categories, and annual award trends over the last 10 years.
Totals reflect reported obligated amounts for the selected 10-year analysis window and may change as records are updated.
About AMERICAN BATTLE MONUMENTS COMMISSION federal contract activity
Over the last 10 years, the American Battle Monuments Commission recorded $278.00 thousand in obligated contract spending across 2 awards, for an average award value of $139,000. Procurement volume is very limited, indicating a small and concentrated contracting footprint in FPDS.
Vendor concentration and leading contractors
Vendor concentration is high: the National WWI Museum and Memorial received $200.00 thousand, or about 72% of total obligations, on a single award. Louis Hoffmann Co. accounted for the remaining $78.00 thousand through one award, showing no evidence of broad vendor diversification in the available record.
Industry profile based on NAICS activity
Obligations were split across two NAICS codes, with Educational Support Services (611710) receiving $200.00 thousand and Metal Window and Door Manufacturing (332321) receiving $78.00 thousand. Each category maps to a single award, which suggests distinct, one-off procurement actions rather than a recurring spend profile within a dominant industry class.
Annual contract trend over the analysis window
Annual obligations were concentrated in 2025 and 2024, with $200.00 thousand in 2025 and $78.00 thousand in 2024. The data shows a year-over-year decrease in obligated value from 2025 to 2024, but the sample is too small to support a broader trend assessment.
How to interpret this page
This summary is based on FPDS award records for the American Battle Monuments Commission (Agency ID 7400) over the last 10 years. Metrics reflect total obligated dollars, award counts, vendor and NAICS groupings, and annual obligation totals as provided in the analysis window.
Top Vendors
SELECT
vendor_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__vendor__vendorHeader__vendorName AS vendor_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__purchaserInformation__contractingOfficeAgencyID = '7400'
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
)
ORDER BY total_obligated DESC
LIMIT 10
| Vendor | Total Obligated | Readable | Award Actions |
|---|---|---|---|
| NATIONAL WWI MUSEUM AND MEMORIAL | 200,000.00 | 200.00 thousand | 1 |
| LOUIS HOFFMANN CO. | 78,000.00 | 78.00 thousand | 1 |
Insight
Over the last 10 years, the American Battle Monuments Commission obligated 278.00 thousand across 2 awards, yielding an average award value of 139,000. Obligations are highly concentrated among two vendors, each with a single award. NATIONAL WWI MUSEUM AND MEMORIAL received 200.00 thousand, representing the majority of obligated dollars, while LOUIS HOFFMANN CO. received 78.00 thousand.
Top NAICS
SELECT
naics_code,
naics_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__purchaserInformation__contractingOfficeAgencyID = '7400'
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
)
ORDER BY total_obligated DESC
LIMIT 10
| NAICS Code | Description | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| 611710 | EDUCATIONAL SUPPORT SERVICES | 200,000.00 | 200.00 thousand | 1 |
| 332321 | METAL WINDOW AND DOOR MANUFACTURING | 78,000.00 | 78.00 thousand | 1 |
Insight
Over the last 10 years, American Battle Monuments Commission obligated $278.0 thousand across 2 awards, with an average award value of $139.0 thousand. Obligations were concentrated in two NAICS codes, each represented by a single award: NAICS 611710, Educational Support Services, accounted for $200.0 thousand, or about 72% of total obligations, while NAICS 332321, Metal Window and Door Manufacturing, accounted for $78.0 thousand, or about 28%. This distribution indicates limited NAICS diversification and a small, highly concentrated obligation base over the period.
Annual Trend
SELECT
year,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__purchaserInformation__contractingOfficeAgencyID = '7400'
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 DESC
| Year | Total Obligated | Readable | Award Actions |
|---|---|---|---|
| 2025 | 200,000.00 | 200.00 thousand | 1 |
| 2024 | 78,000.00 | 78.00 thousand | 1 |
Insight
Over the last 10 years, American Battle Monuments Commission recorded 2 awards totaling $278.00 thousand, with an average award value of $139.00 thousand. Obligations are concentrated in two recent years: $200.00 thousand in 2025 and $78.00 thousand in 2024, each tied to a single award. This pattern indicates very limited award volume and a short, recent funding profile rather than a broad or sustained annual spending trend.
Use FPDS Query for deeper analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.
Continue from this last 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.