Federal Contractor

PRECIOUS A-MARK METALS INC Federal Contract Obligations (Last Year)

PRECIOUS A-MARK METALS INC recorded $83.53 million in federal obligations across 11 award actions in the last full year, all from the United States Mint.

In the last full year, PRECIOUS A-MARK METALS INC (CAGE 3DXE7, UEI CJZ8EW1Q7JJ6) received $83,531,920.26 in federal obligations across 11 award actions, for an average action value of $7,593,810.93. The activity was entirely concentrated at the United States Mint.

Generated at 03/21/2026

Analysis period: Last full year

NAICS 331491 accounted for $65.78 million across 10 actions, while NAICS 331410 accounted for $17.75 million in 1 action.

CAGE Code
3DXE7
UEI
CJZ8EW1Q7JJ6
Total Obligated
83.53 million
83,531,920.26
Award Actions
11
Average Action Value
7,593,810.93

About PRECIOUS A-MARK METALS INC federal contract activity

PRECIOUS A-MARK METALS INC (CAGE 3DXE7, UEI CJZ8EW1Q7JJ6) recorded 83.53 million in obligated value across 11 awards during the last full year, for an average award size of 7.59 million. The profile indicates a concentrated federal buying pattern rather than broad multi-agency distribution.

Agency mix and customer concentration

All obligated activity in the analysis window was associated with the UNITED STATES MINT, which accounted for the full 83.53 million across 11 awards. This indicates a single-agency relationship with no diversification across additional federal customers in the observed period.

Industry profile based on NAICS activity

Obligations were concentrated in two nonferrous metals NAICS codes. NAICS 331491, Nonferrous Metal (Except Copper and Aluminum) Rolling, Drawing, and Extruding, represented 65.78 million across 10 awards, while NAICS 331410, Nonferrous Metal (Except Aluminum) Smelting and Refining, represented 17.75 million across 1 award.

Annual contract trend over the analysis window

The annual trend shows all observed obligations in 2025, totaling 83.53 million across 11 awards. With only one year in the analysis window, the data support a point-in-time view rather than a multi-year growth or contraction assessment.

How to interpret this page

This summary is based on FPDS award obligations for the last full year and reflects the provided vendor identifiers, agency totals, NAICS classifications, and annual award activity. Metrics are presented as obligated dollars and award counts only; no unobserved procurement attributes are inferred beyond the supplied data.

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 = '3DXE7'
        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 83,531,920.26 83.53 million 11

Insight

During the last full year, PRECIOUS A-MARK METALS INC’s obligations were fully concentrated with the United States Mint, accounting for the entire 83.53 million obligated across 11 awards. This indicates a highly concentrated agency relationship with no visible diversification across other agencies in the period reviewed. The average award value was 7.59 million, suggesting relatively large individual obligations within that single-agency portfolio.

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 = '3DXE7'
        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
331491 NONFERROUS METAL (EXCEPT COPPER AND ALUMINUM) ROLLING, DRAWING, AND EXTRUDING 65,781,174.43 65.78 million 10
331410 NONFERROUS METAL (EXCEPT ALUMINUM) SMELTING AND REFINING 17,750,745.83 17.75 million 1

Insight

Over the last full year, PRECIOUS A-MARK METALS INC (CAGE 3DXE7) obligated $83.53 million across 11 awards, with activity concentrated in two NAICS codes. NAICS 331491 accounted for $65.78 million across 10 awards, or the clear majority of obligations and transactions, indicating a strong concentration in nonferrous metal rolling, drawing, and extruding. NAICS 331410 accounted for the remaining $17.75 million in a single award, showing limited diversification outside the primary NAICS.

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 = '3DXE7'
        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 83,531,920.26 83.53 million 11

Insight

Over the last full year, PRECIOUS A-MARK METALS INC (CAGE 3DXE7) received $83.53 million in obligated value across 11 awards, for an average award size of $7.59 million. The activity is highly concentrated in a single year within the 1-year window, indicating no year-over-year dispersion in the provided period. This pattern reflects a relatively small number of high-value obligations rather than broad award distribution.

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.