In the last full year, the American Battle Monuments Commission recorded $200,000 in total obligations across 1 award action, with an average action value of $200,000. The only reported vendor was National WWI Museum and Memorial, and the obligation was classified under NAICS 611710, Educational Support Services.
Federal Agency
AMERICAN BATTLE MONUMENTS COMMISSION Federal Contract Obligations (Last Year)
Procurement profile for the American Battle Monuments Commission (Agency ID 7400) covering obligations in the last full year.
This summary reflects the provided last-full-year FPDS data only and should be read as a single-action procurement snapshot.
About AMERICAN BATTLE MONUMENTS COMMISSION federal contract activity
During the last full year, the American Battle Monuments Commission recorded $200.00 thousand in obligations across 1 award, producing an average award value of $200.00 thousand. The activity level indicates a single, concentrated procurement action rather than a diversified contract portfolio.
Vendor concentration and leading contractors
All recorded obligations were concentrated with NATIONAL WWI MUSEUM AND MEMORIAL, which accounted for the full $200.00 thousand and the only award in the period. This vendor concentration suggests the agency’s procurement activity was fully tied to one recipient during the analysis window.
Industry profile based on NAICS activity
The full obligation amount was classified under NAICS 611710, Educational Support Services, with 1 award totaling $200.00 thousand. This indicates that the agency’s recorded spending in the period was entirely associated with a single service category.
Annual contract trend over the analysis window
Annual activity for 2025 shows $200.00 thousand in obligations across 1 award, with no evidence in the provided data of additional years or broader volatility. On the available record, procurement volume was stable but limited to one transaction in the analysis window.
How to interpret this page
This summary reflects FPDS award data for the American Battle Monuments Commission over the last full year, using obligated dollars and award counts as the primary measures. Top vendors and NAICS categories are ranked by total obligated amount, and the annual trend reflects obligations recorded for the listed year only.
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 1 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 |
Insight
During the last full year, the American Battle Monuments Commission obligated $200.00 thousand across 1 award, indicating complete concentration with a single vendor. NATIONAL WWI MUSEUM AND MEMORIAL received the full amount, reflecting a highly concentrated vendor distribution and no diversification across top vendors. The average award value was $200.00 thousand, consistent with the single-obligation pattern.
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 1 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 |
Insight
Over the last full year, the American Battle Monuments Commission obligated $200.00 thousand across a single award, indicating complete concentration in one procurement action. All obligations were recorded under NAICS 611710, Educational Support Services, so spend in the period was fully concentrated in one industry category. The average award value matched total obligated dollars at $200,000, reflecting a single-award distribution with no diversification across NAICS codes.
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 1 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 |
Insight
During the last full year, the American Battle Monuments Commission obligated $200.00 thousand across 1 award, indicating complete concentration of obligation activity in a single transaction. The average award value was $200.00 thousand, matching total obligations and confirming there was no distribution across multiple awards. With only one recorded award in 2025, the annual trend reflects a highly concentrated obligation pattern rather than dispersed spending activity.
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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.