PSC Code

PSC 9535 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for PSC 9535 (PLATE, SHEET, STRIP, AND FOIL; NONFERROUS BASE METAL) for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC 9535 (PLATE, SHEET, STRIP, AND FOIL; NONFERROUS BASE METAL) for last 10 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 10 years

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 10 years analysis window.

PSC Code
9535
PSC Description
PLATE, SHEET, STRIP, AND FOIL; NONFERROUS BASE METAL
Total Obligated
3.88 billion
3,876,564,644.71
Award Actions
50,261
Average Action Value
77,128.68

About PSC 9535 federal contract activity

This page summarizes last 10 years of federal contract activity associated with PSC 9535 (PLATE, SHEET, STRIP, AND FOIL; NONFERROUS BASE METAL). Based on the current FPDS Query dataset, this category shows 3.88 billion in visible obligations across 50,261 award actions, with an average action value of 77,128.68. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand for PSC 9535 (PLATE, SHEET, STRIP, AND FOIL; NONFERROUS BASE METAL) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by UNITED STATES MINT, with 3.69 billion in obligations, followed by DEFENSE LOGISTICS AGENCY. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in PSC 9535 (PLATE, SHEET, STRIP, AND FOIL; NONFERROUS BASE METAL) over the last 10 years. The current ranking is led by WIELAND ROLLED PRODUCTS NORTH AMERICA, LLC, with 1.41 billion in obligations, followed by PMX INDUSTRIES, INC.. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved for PSC 9535 (PLATE, SHEET, STRIP, AND FOIL; NONFERROUS BASE METAL) across the last 10 years, from 2016 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market segment.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of category-scale obligations, top buying agencies, leading vendors, and visible year-over-year movement within last 10 years. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.

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__productOrServiceCode = '9535'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
2044 UNITED STATES MINT 3,689,756,193.88 3.69 billion 1,190
97AS DEFENSE LOGISTICS AGENCY 144,719,869.98 144.72 million 47,671
2100 DEPT OF THE ARMY 19,914,862.83 19.91 million 266
1700 DEPT OF THE NAVY 6,860,391.49 6.86 million 291
1542 FEDERAL PRISON INDUSTRIES / UNICOR 3,540,164.30 3.54 million 152
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 3,210,018.60 3.21 million 400
5700 DEPT OF THE AIR FORCE 2,012,116.76 2.01 million 59
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 1,974,632.06 1.97 million 55
7008 U.S. COAST GUARD 872,805.07 872.81 thousand 65
1425 BUREAU OF RECLAMATION 854,782.38 854.78 thousand 8

Insight

PSC 9535 (PLATE, SHEET, STRIP, AND FOIL; NONFERROUS BASE METAL) appears to be concentrated among a relatively small group of major buying agencies over the last 10 years. The visible ranking is led by UNITED STATES MINT, followed by DEFENSE LOGISTICS AGENCY, which suggests that agency demand in this category is not evenly distributed.

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(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__productOrServiceCode = '9535'
        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,
        content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
WIELAND ROLLED PRODUCTS NORTH AMERICA, LLC 4YNS6 1,408,854,674.51 1.41 billion 340
PMX INDUSTRIES, INC. 0W6V0 919,680,218.81 919.68 million 322
ARTAZN LLC 04VS4 434,327,020.76 434.33 million 146
GBC METALS, LLC 4YNS6 419,276,533.88 419.28 million 202
PMX INDUSTRIES INC 0W6V0 358,774,668.60 358.77 million 93
PMX INDUSTRIES, INC. 148,555,369.28 148.56 million 54
RUDY III, ERNEST 1Q494 24,243,796.63 24.24 million 1,742
I-SOLUTIONS DIRECT, INC. 1NZ65 17,500,682.12 17.50 million 20,071
HURLEN CORPORATION 1JT69 9,254,463.08 9.25 million 1,660
INDUSTRIAL METAL SALES, LLC 33HG2 8,315,202.51 8.32 million 37

Insight

Within PSC 9535 (PLATE, SHEET, STRIP, AND FOIL; NONFERROUS BASE METAL), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. WIELAND ROLLED PRODUCTS NORTH AMERICA, LLC ranks first, followed by PMX INDUSTRIES, INC., which helps define the current competitive landscape in this category.

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__productOrServiceCode = '9535'
        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 297,551,894.18 297.55 million 1,470
2024 289,510,283.05 289.51 million 1,598
2023 588,765,345.77 588.77 million 1,783
2022 621,466,430.95 621.47 million 2,164
2021 688,662,304.05 688.66 million 4,791
2020 473,651,286.99 473.65 million 6,452
2019 260,369,821.31 260.37 million 6,712
2018 306,849,593.25 306.85 million 6,822
2017 195,646,541.22 195.65 million 6,751
2016 154,091,143.94 154.09 million 11,718

Insight

The annual trend shows how obligations in PSC 9535 (PLATE, SHEET, STRIP, AND FOIL; NONFERROUS BASE METAL) moved across the last 10 years, from 2016 through 2025. This helps users judge whether visible contract activity in this category appears stable, rising, or easing over time.

Use FPDS Query for deeper PSC analysis

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