Federal Contractor

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

Federal procurement summary for COINS 'N THINGS, INC. (CAGE 5ZQW5, UEI GHHZCMTGD6J4) covering the last full year.

In the last full year, COINS 'N THINGS, INC. recorded 6 federal award actions totaling $39.61 million, for an average action value of $6.60 million. All obligated dollars in this period were awarded by the United States Mint under NAICS 331491.

Generated at 03/21/2026

Analysis period: Last full year

This page reflects obligation data for the analysis window and uses the exact total obligated amount of $39,607,397.23.

CAGE Code
5ZQW5
UEI
GHHZCMTGD6J4
Total Obligated
39.61 million
39,607,397.23
Award Actions
6
Average Action Value
6,601,232.87

About COINS 'N THINGS, INC. federal contract activity

COINS 'N THINGS, INC. recorded $39.61 million in obligated federal procurement across 6 awards during the last full year, for an average award value of $6.60 million. The vendor’s activity was concentrated in a small number of transactions, indicating a limited but high-value award profile.

Agency mix and customer concentration

All reported obligations came from the UNITED STATES MINT, which accounted for the full $39.61 million across all 6 awards. This indicates a highly concentrated agency relationship with no diversification across other federal buyers in the analysis window.

Industry profile based on NAICS activity

All reported obligations were captured under NAICS 331491, NONFERROUS METAL (EXCEPT COPPER AND ALUMINUM) ROLLING, DRAWING, AND EXTRUDING, with $39.61 million across 6 awards. The procurement profile therefore aligns entirely with a single industrial category, suggesting a narrowly focused scope of work or supply relationship.

Annual contract trend over the analysis window

The annual trend shows all reported obligation activity in 2025, totaling $39.61 million across 6 awards. With no additional years present in the analysis window, the available data supports a single-year snapshot rather than a multi-year growth or decline pattern.

How to interpret this page

This summary is based on FPDS records associated with CAGE 5ZQW5 and UEI GHHZCMTGD6J4 for the last full year. Totals reflect obligated amounts as provided in the source data and are grouped by agency, NAICS, and year within the stated analysis window.

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 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 39,607,397.23 39.61 million 6

Insight

During the last full year, COINS 'N THINGS, INC. received 39.61 million in obligations across 6 awards, all from the United States Mint. This indicates complete agency concentration, with no diversification across other agencies in the reviewed period. The average award value was 6.60 million, suggesting relatively large individual actions within a single buyer 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 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 39,607,397.23 39.61 million 6

Insight

COINS 'N THINGS, INC. shows complete concentration in a single NAICS code over the last full year: 331491, Nonferrous Metal (Except Copper and Aluminum) Rolling, Drawing, and Extruding. This NAICS accounts for all $39.61 million in obligated value across 6 awards, indicating a highly focused procurement profile with no observed diversification across NAICS categories in this period. The average award value of $6.60 million suggests relatively large individual obligations within this single industrial classification.

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 1 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

Insight

In the last full year, COINS 'N THINGS, INC. obligated $39.61 million across 6 awards, indicating a highly concentrated award profile. The average award value was about $6.60 million, suggesting obligations were distributed across a small number of relatively large actions rather than many small transactions. With only one year reported in the 1y window, no year-over-year trend can be assessed from the provided data.

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.