The vendor's federal contracting profile is dominated by the United States Mint, which accounts for all tracked obligations in this window. Most of the spending is associated with NAICS 331491, with additional activity under NAICS 331410.
Federal Contractor
PRECIOUS A-MARK METALS INC Federal Contract Obligations (Last 5 Years)
PRECIOUS A-MARK METALS INC (CAGE 3DXE7, UEI CJZ8EW1Q7JJ6) shows 2.04 billion in federal obligations across 343 award actions over the last 5 years.
This summary reflects obligations recorded in the last 5 years and may differ from current contract status or obligations outside the analysis window.
About PRECIOUS A-MARK METALS INC federal contract activity
PRECIOUS A-MARK METALS INC (CAGE 3DXE7, UEI CJZ8EW1Q7JJ6) recorded 343 FPDS awards totaling $2.04 billion over the last 5 years, for an average award value of $5.95 million. The profile indicates a concentrated federal business base with all reported obligations tied to a single agency and a narrow industrial footprint.
Agency mix and customer concentration
All reported obligations were awarded by the UNITED STATES MINT, which accounted for the full $2.04 billion and all 343 awards in the analysis window. This indicates a highly concentrated buyer relationship and no diversification across agencies in the available data.
Industry profile based on NAICS activity
The vendor’s obligations were concentrated in two NAICS codes. NAICS 331491, Nonferrous Metal (Except Copper and Aluminum) Rolling, Drawing, and Extruding, represented $1.50 billion across 306 awards, while NAICS 331410, Nonferrous Metal (Except Aluminum) Smelting and Refining, accounted for $545.85 million across 37 awards.
Annual contract trend over the analysis window
Obligations peaked in 2023 at $796.61 million across 132 awards, then declined to $384.94 million in 2024 and $83.53 million in 2025 year-to-date. Prior years were lower but still material, with $429.70 million in 2022 and $347.07 million in 2021, showing a multi-year contract flow that accelerated sharply in 2023 before moderating.
How to interpret this page
This summary uses FPDS-observed obligations associated with CAGE 3DXE7 and UEI CJZ8EW1Q7JJ6 during the last 5 years. Agency, NAICS, and annual trend figures reflect the provided award counts and obligated amounts only; no values were 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 5 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 | 2,041,855,282.11 | 2.04 billion | 343 |
Insight
Over the last 5 years, PRECIOUS A-MARK METALS INC’s obligations are fully concentrated with the UNITED STATES MINT, which accounts for the entire $2.04 billion obligated and all 343 awards. This indicates a single-agency relationship with no diversification across other agencies in the period reviewed. The average award value of about $5.95 million suggests a pattern of repeated, substantial purchases rather than isolated large transactions.
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 5 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 | 1,496,008,626.56 | 1.50 billion | 306 |
| 331410 | NONFERROUS METAL (EXCEPT ALUMINUM) SMELTING AND REFINING | 545,846,655.55 | 545.85 million | 37 |
Insight
Over the last 5 years, PRECIOUS A-MARK METALS INC (CAGE 3DXE7) received $2.04 billion across 343 awards, with obligations concentrated in two NAICS codes. NAICS 331491 accounted for $1.50 billion across 306 awards, representing the clear majority of obligated dollars and award activity. NAICS 331410 accounted for the remaining $545.85 million across 37 awards, indicating a secondary but still significant share of the vendor’s federal business in nonferrous metal smelting and refining.
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 5 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 |
| 2024 | 384,940,025.56 | 384.94 million | 61 |
| 2023 | 796,610,856.37 | 796.61 million | 132 |
| 2022 | 429,703,831.09 | 429.70 million | 71 |
| 2021 | 347,068,648.83 | 347.07 million | 68 |
Insight
PRECIOUS A-MARK METALS INC (CAGE 3DXE7) obligated 2.04 billion across 343 awards over the last 5 years, with activity concentrated in 2023. Fiscal year 2023 accounted for 796.61 million and 132 awards, representing the peak annual obligation and award volume in the period. Obligations declined in 2024 to 384.94 million and further in 2025 to 83.53 million, indicating a sharp contraction after the 2023 high, while 2021 and 2022 remained materially lower but still above 300 million each year.
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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.