During the last 5 years, COINS 'N THINGS, INC. recorded 595 federal award actions with total obligated spending of 2,914,482,964.77 and an average action value of 4,898,290.69. All reported obligations in this period were awarded by the United States Mint, with most spending tied to NAICS 331491 and a smaller share under NAICS 331410.
Federal Contractor
COINS 'N THINGS, INC. Federal Contract Obligations (Last 5 Years)
COINS 'N THINGS, INC. is a federal procurement vendor page for CAGE 5ZQW5 and UEI GHHZCMTGD6J4, showing last-5-year award activity totaling 2.91 billion across 595 actions.
Totals and trends reflect readable FPDS obligation data for the selected 5-year window and may change as records are updated.
About COINS 'N THINGS, INC. federal contract activity
COINS 'N THINGS, INC. (CAGE 5ZQW5, UEI GHHZCMTGD6J4) received 595 awards totaling $2.91 billion over the last 5 years, for an average award value of $4.90 million. The vendor’s federal activity is highly concentrated, with all recorded obligations attributed to a single agency and a limited set of related industrial categories.
Agency mix and customer concentration
All observed obligations came from the UNITED STATES MINT, which accounted for $2.91 billion across 595 awards. This indicates a single-customer procurement profile with no diversification across awarding agencies in the analysis window.
Industry profile based on NAICS activity
The award base is overwhelmingly concentrated in NAICS 331491, NONFERROUS METAL (EXCEPT COPPER AND ALUMINUM) ROLLING, DRAWING, AND EXTRUDING, at $2.80 billion across 585 awards. NAICS 331410, NONFERROUS METAL (EXCEPT ALUMINUM) SMELTING AND REFINING, contributed the remaining $118.58 million across 10 awards, showing a narrow manufacturing-driven spending pattern.
Annual contract trend over the analysis window
Obligations declined materially across the period, from $1.26 billion in 2021 to $835.21 million in 2022 and $587.45 million in 2023. The downward pattern continued in 2024 at $195.97 million and 2025 at $39.61 million, with award counts falling from 272 in 2021 to 6 in 2025.
How to interpret this page
This summary is based on FPDS obligations associated with CAGE 5ZQW5 and UEI GHHZCMTGD6J4 over the last 5 years. Agency, NAICS, and annual figures reflect the provided aggregated totals and award counts; values are rounded where presented in readable form.
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 = '5ZQW5'
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,914,482,964.77 | 2.91 billion | 595 |
Insight
Over the last 5 years, COINS 'N THINGS, INC. (CAGE 5ZQW5) has received 2.91 billion across 595 awards, all from the United States Mint. This indicates complete agency concentration, with no observed diversification across other awarding agencies in the period reviewed. The average award value of about 4.90 million suggests a portfolio of moderately sized awards rather than a small number of outsized obligations.
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 = '5ZQW5'
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 | 2,795,907,657.00 | 2.80 billion | 585 |
| 331410 | NONFERROUS METAL (EXCEPT ALUMINUM) SMELTING AND REFINING | 118,575,307.77 | 118.58 million | 10 |
Insight
Over the last 5 years, COINS 'N THINGS, INC. received $2.91 billion across 595 awards, with an average award value of $4.90 million. Obligations are highly concentrated in NAICS 331491, which accounts for $2.80 billion and 585 awards, indicating that nearly all activity is tied to nonferrous metal rolling, drawing, and extruding. NAICS 331410 is a smaller secondary line of business at $118.58 million across 10 awards, showing limited diversification beyond the primary metal-processing 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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '5ZQW5'
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 | 39,607,397.23 | 39.61 million | 6 |
| 2024 | 195,973,982.20 | 195.97 million | 38 |
| 2023 | 587,446,779.03 | 587.45 million | 109 |
| 2022 | 835,214,682.65 | 835.21 million | 170 |
| 2021 | 1,256,240,123.66 | 1.26 billion | 272 |
Insight
COINS 'N THINGS, INC. (CAGE 5ZQW5) shows a clear downward annual obligation trend over the last 5 years, declining from $1.26 billion in 2021 to $39.61 million in 2025. Award activity also contracted over the same period, from 272 awards in 2021 to 6 awards in 2025, indicating both lower volume and lower obligated value in recent years. The vendor’s 5-year total is $2.91 billion across 595 awards, with obligations concentrated heavily in earlier years, particularly 2021 through 2023.
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.