Federal Contractor

COINS 'N THINGS, INC. Federal Contract Obligations (Last 10 Years)

COINS 'N THINGS, INC. (CAGE 5ZQW5, UEI GHHZCMTGD6J4) shows 4.38 billion in obligations across 936 federal award actions over the last 10 years, led by the United States Mint.

Over the last 10 years, COINS 'N THINGS, INC. recorded 4,376,461,114.23 in federal obligations across 936 award actions, with an average action value of 4,675,706.31. All obligations in this period are tied to the United States Mint, and most activity falls under NAICS 331491.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligations peaked in 2021 at 1.26 billion and declined to 39.61 million in 2025 based on the current partial-year total.

CAGE Code
5ZQW5
UEI
GHHZCMTGD6J4
Total Obligated
4.38 billion
4,376,461,114.23
Award Actions
936
Average Action Value
4,675,706.31

About COINS 'N THINGS, INC. federal contract activity

COINS 'N THINGS, INC. recorded 936 FPDS awards over the last 10 years, with total obligated dollars of 4.38 billion and an average award value of 4.68 million. The vendor is identified by CAGE 5ZQW5 and UEI GHHZCMTGD6J4. The award profile is highly concentrated, indicating a sustained federal business relationship rather than a broad, diversified customer base.

Agency mix and customer concentration

All observed obligated dollars in the analysis window are tied to the UNITED STATES MINT, which accounts for the full 4.38 billion and all 936 awards. This indicates complete agency concentration and suggests the vendor's federal activity is effectively dependent on a single customer. No other agencies appear in the provided top-agency results.

Industry profile based on NAICS activity

The vendor’s obligations are dominated by NAICS 331491, NONFERROUS METAL (EXCEPT COPPER AND ALUMINUM) ROLLING, DRAWING, AND EXTRUDING, which represents 4.26 billion across 926 awards. NAICS 331410, NONFERROUS METAL (EXCEPT ALUMINUM) SMELTING AND REFINING, contributes 118.58 million across 10 awards. This mix shows a narrow industrial footprint centered on nonferrous metal processing.

Annual contract trend over the analysis window

Annual obligations declined materially from 1.26 billion in 2021 to 835.21 million in 2022 and 587.45 million in 2023, then fell further to 195.97 million in 2024 and 39.61 million in 2025 to date. Award counts followed the same direction, dropping from 272 in 2021 to 170 in 2022, 109 in 2023, 38 in 2024, and 6 in 2025. The sequence points to a pronounced contraction in recent obligated volume compared with the earlier period.

How to interpret this page

This summary is based on the provided FPDS Query analysis window of the last 10 years and uses only the supplied obligation, award-count, agency, NAICS, and annual trend data. Totals are reported as obligated dollars, and the analysis reflects the vendor identifiers provided for COINS 'N THINGS, INC. No additional sources or unprovided facts were used.

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 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 4,376,461,114.23 4.38 billion 936

Insight

Over the last 10 years, COINS 'N THINGS, INC. (CAGE 5ZQW5) has all recorded obligated dollars concentrated with a single top agency, the United States Mint. The United States Mint accounts for the full 4.38 billion in total obligations and all 936 awards, indicating complete agency concentration and no observable distribution across other agencies in this data set. The average award value over the period is 4.68 million, suggesting a pattern of relatively high-value, recurring procurement activity within this sole agency relationship.

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 10 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 4,257,885,806.46 4.26 billion 926
331410 NONFERROUS METAL (EXCEPT ALUMINUM) SMELTING AND REFINING 118,575,307.77 118.58 million 10

Insight

Over the last 10 years, COINS 'N THINGS, INC. shows a highly concentrated award profile under NAICS 331491, which accounts for $4.26 billion of the $4.38 billion total obligated across 926 of 936 awards. NAICS 331410 is a distant secondary category, with $118.58 million obligated across 10 awards. This distribution indicates the vendor’s federal activity is overwhelmingly centered in nonferrous metal rolling, drawing, and extruding, with only limited activity 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 = '5ZQW5'
        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 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
2020 823,429,171.73 823.43 million 175
2019 158,635,087.13 158.64 million 40
2018 225,864,160.53 225.86 million 62
2017 254,049,730.07 254.05 million 64

Insight

Over the last 10 years, COINS 'N THINGS, INC. received $4.38 billion across 936 awards, with an average award value of $4.68 million, indicating a relatively high-volume award profile. Obligations accelerated sharply from $254.05 million in FY 2017 to a peak of $1.26 billion in FY 2021, then declined to $835.21 million in FY 2022 and $587.45 million in FY 2023. Activity dropped further in FY 2024 to $195.97 million across 38 awards and to $39.61 million across 6 awards in FY 2025, suggesting a recent contraction after several years of sustained high obligation levels.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.