Federal Contractor

AMTEC CORPORATION Federal Contract Obligations (Last Year)

AMTEC CORPORATION (CAGE 03MS2, UEI Y6PYN1Q8UKY7) received 18 award actions totaling $401.07 million in the last full year, all from the Department of the Army.

In the last full year, AMTEC CORPORATION recorded $401.07 million in obligated federal awards across 18 actions, for an average action value of $22.28 million. The entire obligation total was associated with the Department of the Army and the NAICS category Ammunition (except Small Arms) Manufacturing.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the analysis window provided and may differ from other reporting periods or views.

CAGE Code
03MS2
UEI
Y6PYN1Q8UKY7
Total Obligated
401.07 million
401,072,503.60
Award Actions
18
Average Action Value
22,281,805.75

About AMTEC CORPORATION federal contract activity

AMTEC CORPORATION (CAGE 03MS2, UEI Y6PYN1Q8UKY7) recorded $401.07 million in obligated contract value across 18 awards during the last full year, for an average award value of $22.28 million. The obligation profile indicates a concentrated federal contracting footprint rather than a broad, high-volume award base.

Agency mix and customer concentration

All observed obligations were awarded by the DEPT OF THE ARMY, which accounted for 100% of total obligated dollars and all 18 awards. This indicates complete agency concentration in the measured period and a procurement relationship tied exclusively to Army demand in the available data.

Industry profile based on NAICS activity

All obligated value mapped to NAICS 332993, Ammunition (Except Small Arms) Manufacturing, with 18 awards totaling $401.07 million. The NAICS distribution is fully concentrated in a single manufacturing category, consistent with a specialized production profile.

Annual contract trend over the analysis window

The annual trend shows all recorded obligations in 2025, with $401.07 million obligated across 18 awards. Because the analysis window is the last full year and only one year is represented, the available trend data supports a snapshot assessment rather than a multi-year trajectory.

How to interpret this page

This summary reflects FPDS-observed obligations for the last full year and is based on vendor identifiers CAGE 03MS2 and UEI Y6PYN1Q8UKY7. Totals, counts, and averages are derived from the reported award records in the analysis window; agency and NAICS shares are calculated from the same obligated-dollar universe.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '03MS2'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
2100 DEPT OF THE ARMY 401,072,503.60 401.07 million 18

Insight

AMTEC CORPORATION’s last full year obligations were fully concentrated in the DEPT OF THE ARMY, which accounted for 401.07 million across 18 awards. This indicates a single-agency funding profile with no observed diversification across other agencies in the provided period. The average award value was 22.28 million, suggesting relatively large-value awards within that agency relationship.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '03MS2'
        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
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 401,072,503.60 401.07 million 18

Insight

AMTEC CORPORATION’s obligated dollars over the last full year were fully concentrated in NAICS 332993, Ammunition (Except Small Arms) Manufacturing, accounting for the full $401.07 million across 18 awards. This indicates a highly concentrated procurement profile with no diversification across other NAICS codes in the observed period. The average award value was approximately $22.28 million, suggesting a mix of moderately large awards within a single industrial activity.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '03MS2'
        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 401,072,503.60 401.07 million 18

Insight

During the last full year, AMTEC CORPORATION (CAGE 03MS2) received $401.07 million in obligations across 18 awards, for an average award value of $22.28 million. This indicates a relatively concentrated annual funding profile, with a small number of awards accounting for substantial obligated dollars. With only one year reported in the 1-year window, no year-over-year trend can be established from the provided data.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.