NAICS Industry

NAICS 331491 Federal Contract Obligations (Last Year)

Federal procurement activity for NAICS 331491, covering nonferrous metal rolling, drawing, and extruding except copper and aluminum, totaled $490.82 million across 1,515 award actions in the last full year.

This page summarizes FPDS obligations for NAICS 331491 over the last full year, including agency demand, vendor concentration, and annual award volume. The United States Mint accounted for most spending at $448.70 million, while the Defense Logistics Agency led in action count with 1,221 awards.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the provided analysis window and may differ from other reports because of rounding or transaction-level updates.

NAICS Code
331491
Industry
NONFERROUS METAL (EXCEPT COPPER AND ALUMINUM) ROLLING, DRAWING, AND EXTRUDING
Total Obligated
490.82 million
490,823,035.31
Award Actions
1,515
Average Action Value
323,975.60

About NAICS 331491 federal contract activity

NAICS 331491 covers nonferrous metal rolling, drawing, and extruding excluding copper and aluminum, and FPDS awards under this code totaled 490.82 million across 1,515 awards in the last full year. The average award value was 323,975.60, indicating a mix of high-value and smaller recurring buys concentrated in a limited supplier base.

Agency demand and leading federal buyers

The United States Mint dominated obligations in this NAICS, accounting for 448.70 million across 138 awards, or the clear majority of total spend. The Defense Logistics Agency followed with 24.87 million across 1,221 awards, while the Department of the Navy obligated 16.72 million across 131 awards; the Army and State Department were comparatively minor participants.

Vendor concentration and leading contractors

ASAHI REFINING USA INC. was the leading vendor by a wide margin, receiving 343.40 million across 117 awards. PRECIOUS A-MARK METALS INC and COINS 'N THINGS, INC. were the next largest vendors at 65.78 million and 39.61 million, respectively, while METALLOY INDUSTRIES, INC. and TITANIUM METALS CORPORATION accounted for smaller shares of obligated dollars.

Annual contract trend over the analysis window

The annual trend for 2025 shows total obligations of 490.82 million across 1,515 awards, which matches the full-year aggregate for this analysis window. With only one year in scope, the trend view is best read as a baseline for current-year activity rather than a multi-year movement pattern.

How to interpret this page

This page summarizes FPDS obligations reported under NAICS 331491 for the last full year using total obligated dollars, award counts, and average award value. Agency and vendor rankings reflect obligations attributed to the listed entities in the dataset; figures are rounded and should be interpreted as FPDS-reported values for the selected period.

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__productOrServiceInformation__principalNAICSCode = '331491'
        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
2044 UNITED STATES MINT 448,699,119.98 448.70 million 138
97AS DEFENSE LOGISTICS AGENCY 24,874,993.82 24.87 million 1,221
1700 DEPT OF THE NAVY 16,717,285.68 16.72 million 131
2100 DEPT OF THE ARMY 373,742.74 373.74 thousand 7
1900 STATE, DEPARTMENT OF 150,410.70 150.41 thousand 2
5700 DEPT OF THE AIR FORCE 23,509.80 23.51 thousand 2
7527 INDIAN HEALTH SERVICE -5,518.20 -5.52 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -10,509.21 -10.51 thousand 13

Insight

Obligations under NAICS 331491 were highly concentrated in the United States Mint, which accounted for 448.70 million of 490.82 million in total obligated dollars, or roughly 91% of last year’s activity, across 138 awards. The Defense Logistics Agency issued the largest number of awards at 1,221, but with only 24.87 million obligated, indicating a much lower average award value than the Mint’s portfolio. The Department of the Navy was the third-largest obligating agency at 16.72 million, while all remaining agencies each represented comparatively minor activity, including small negative obligated amounts at Indian Health Service and DCMA.

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,
        anyHeavy(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
        contract_type = 1
        AND content__award__productOrServiceInformation__principalNAICSCode = '331491'
        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 CAGE Code Total Obligated Readable Award Actions
ASAHI REFINING USA INC. 8SRD6 343,398,693.93 343.40 million 117
PRECIOUS A-MARK METALS INC 3DXE7 65,781,174.43 65.78 million 10
COINS 'N THINGS, INC. 5ZQW5 39,607,397.23 39.61 million 6
METALLOY INDUSTRIES, INC. 6V320 9,432,417.79 9.43 million 22
TITANIUM METALS CORPORATION 3GGE8 5,049,409.85 5.05 million 1
MURRAY BENJAMIN ELECTRIC CO LLC 7A280 2,556,091.13 2.56 million 48
RUDY III, ERNEST 1Q494 2,148,615.57 2.15 million 218
RIO TINTO SERVICES INC 7RB89 2,007,886.00 2.01 million 1
MOOG INC 94697 1,724,983.00 1.72 million 1
MARMETAL INDUSTRIES, LLC 3A248 1,262,384.00 1.26 million 13

Insight

Obligations under NAICS 331491 totaled $490.82 million across 1,515 awards in the last full year, with a relatively low average award value of $323,975.60, indicating a mix of smaller transactions and a few larger obligations. The top vendor, ASAHI REFINING USA INC. (CAGE 8SRD6), accounted for $343.40 million across 117 awards, or roughly 70% of total obligated, showing a highly concentrated spend profile. The next two vendors, PRECIOUS A-MARK METALS INC and COINS 'N THINGS, INC., added another $105.39 million combined, while the remaining top vendors each represented materially smaller shares, suggesting obligations are heavily skewed toward a small number of suppliers.

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__productOrServiceInformation__principalNAICSCode = '331491'
        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 490,823,035.31 490.82 million 1,515

Insight

During the last full year, obligations under NAICS 331491 totaled $490.82 million across 1,515 awards, with an average award value of $323,975.60. Because the window contains only one year of data, no year-over-year trend can be assessed in this view. The activity level indicates a moderate-volume award distribution with obligations spread across a relatively large number of actions.

Use FPDS Query for deeper industry analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper industry analysis across agencies, vendors, 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.