SUNSHINE MINTING, INC. has 324 award actions with $1,638,748,696.58 obligated in the last 10 years, averaging $5,057,866.34 per action. All recorded obligations in the period are concentrated with the United States Mint, which accounts for the full $1.64 billion total.
Federal Contractor
SUNSHINE MINTING, INC. Federal Contract Obligations (Last 10 Years)
Federal procurement profile for SUNSHINE MINTING, INC. (CAGE 1XMQ7, UEI FBNUDKPN7F45) covering obligations, awards, agencies, NAICS, and annual trends over the last 10 years.
NAICS concentration is led by 331410 at $1.51 billion across 131 awards, followed by 332999 at $127.05 million across 149 awards; 2021 was the peak year at $334.18 million.
About SUNSHINE MINTING, INC. federal contract activity
SUNSHINE MINTING, INC. recorded 324 awards and $1.64 billion in obligated value over the last 10 years, with an average award value of $5.06 million. The vendor is identified by CAGE 1XMQ7 and UEI FBNUDKPN7F45. This profile reflects a concentrated federal spend pattern dominated by a single buying office.
Agency mix and customer concentration
All recorded obligated value is concentrated with the UNITED STATES MINT, which accounts for the full $1.64 billion across 324 awards. That level of agency concentration indicates SUNSHINE MINTING, INC. is primarily tied to a single customer relationship rather than a broad federal customer base. No meaningful diversification across agencies is evident in the provided data.
Industry profile based on NAICS activity
The spend profile is led by NAICS 331410, NONFERROUS METAL (EXCEPT ALUMINUM) SMELTING AND REFINING, which represents $1.51 billion across 131 awards. The next largest category is NAICS 332999, ALL OTHER MISCELLANEOUS FABRICATED METAL PRODUCT MANUFACTURING, at $127.05 million across 149 awards, followed by smaller volumes in metal stamping and related manufacturing codes. This mix suggests core activity tied to metal processing and fabrication, with most dollars concentrated in one primary industrial classification.
Annual contract trend over the analysis window
Annual obligations in the visible years were materially elevated in 2021 at $334.18 million across 45 awards, then declined to the mid-teens to high-20s millions in 2022 through 2025. The recent pattern shows $16.48 million in 2022, $19.00 million in 2023, $28.53 million in 2024, and $16.87 million in 2025 to date. The time series indicates a sharp one-year spike followed by lower, steadier annual activity.
How to interpret this page
This summary is based on FPDS Query award data for the last 10 years, using obligated dollars and award counts as provided. Agency and NAICS breakdowns reflect the reported top categories in the dataset, and the annual trend uses the supplied year-by-year obligations for the visible period. No values beyond the provided figures were inferred.
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 = '1XMQ7'
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 | 1,638,748,696.58 | 1.64 billion | 324 |
Insight
Over the last 10 years, SUNSHINE MINTING, INC. has received $1.64 billion across 324 awards, all of which are attributed to the UNITED STATES MINT. This indicates complete agency concentration, with no observed distribution across other agencies in the provided period. The vendor’s obligation profile is therefore fully dependent on a single procuring agency, which is a significant concentration risk in this 10-year window.
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 = '1XMQ7'
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 |
|---|---|---|---|---|
| 331410 | NONFERROUS METAL (EXCEPT ALUMINUM) SMELTING AND REFINING | 1,509,290,957.50 | 1.51 billion | 131 |
| 332999 | ALL OTHER MISCELLANEOUS FABRICATED METAL PRODUCT MANUFACTURING | 127,050,036.64 | 127.05 million | 149 |
| 332116 | METAL STAMPING | 2,118,505.93 | 2.12 million | 30 |
| 339999 | ALL OTHER MISCELLANEOUS MANUFACTURING | 219,088.51 | 219.09 thousand | 3 |
| 339910 | JEWELRY AND SILVERWARE MANUFACTURING | 36,789.00 | 36.79 thousand | 8 |
| 541715 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) | 33,319.00 | 33.32 thousand | 3 |
Insight
Over the last 10 years, SUNSHINE MINTING, INC. has been heavily concentrated in NAICS 331410, which accounts for about $1.51 billion of the $1.64 billion obligated total across 131 awards. The next largest category, NAICS 332999, contributes $127.05 million across 149 awards, indicating a much smaller dollar share despite a comparable award count. The remaining NAICS codes are minor by obligation value, each below $2.2 million, suggesting a narrow procurement profile dominated by 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 = '1XMQ7'
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 | 16,872,173.93 | 16.87 million | 23 |
| 2024 | 28,529,824.99 | 28.53 million | 32 |
| 2023 | 19,000,451.63 | 19.00 million | 24 |
| 2022 | 16,477,191.60 | 16.48 million | 15 |
| 2021 | 334,177,738.29 | 334.18 million | 45 |
| 2020 | 687,305,482.89 | 687.31 million | 72 |
| 2019 | 281,560,590.87 | 281.56 million | 41 |
| 2018 | 61,869,966.38 | 61.87 million | 32 |
| 2017 | 192,955,276.00 | 192.96 million | 40 |
Insight
Over the last 10 years, SUNSHINE MINTING, INC. received $1.64 billion across 324 awards, with obligations heavily concentrated in FY 2020 ($687.31 million across 72 awards) and FY 2021 ($334.18 million across 45 awards). Obligations were also elevated in FY 2017 ($192.96 million) and FY 2019 ($281.56 million), indicating that a small number of years account for the majority of total spend. Activity in FY 2022 through FY 2025 declined to a much lower range, with annual obligations between $16.48 million and $28.53 million and award counts between 15 and 32.
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.