INTL FCSTONE LTD, CAGE U1MU4 and UEI ZRGFMMN3RXV8, shows $6,979,593,326.62 in obligated federal spending across 1,729 award actions in the last 10 years. The activity is concentrated at the United States Mint and maps entirely to NAICS 331410, Nonferrous Metal (Except Aluminum) Smelting and Refining.
Federal Contractor
INTL FCSTONE LTD Federal Contract Obligations (Last 10 Years)
INTL FCSTONE LTD has 1,729 federal award actions with $6.98 billion obligated over the last 10 years, all tied to the United States Mint.
Annual obligations peak in 2022 and 2023, with 2025 also showing substantial activity; totals reflect the provided 10-year analysis window.
About INTL FCSTONE LTD federal contract activity
INTL FCSTONE LTD (CAGE U1MU4, UEI ZRGFMMN3RXV8) recorded 1,729 FPDS-observed awards totaling $6.98 billion over the last 10 years, for an average award value of about $4.04 million. The profile is highly concentrated, with the full obligation total tied to a single awarding agency and a single NAICS code in the available data.
Agency mix and customer concentration
The UNITED STATES MINT accounts for the entire measured obligation base, with $6.98 billion across 1,729 awards. This indicates a fully concentrated buyer relationship in the analyzed window, with no diversification across agencies in the provided records.
Industry profile based on NAICS activity
All observed obligations are associated with NAICS 331410, Nonferrous Metal (Except Aluminum) Smelting and Refining, at $6.98 billion across 1,729 awards. The NAICS profile therefore reflects a single-line concentration rather than a mixed industrial footprint.
Annual contract trend over the analysis window
Annual obligations remain elevated across the recent period, rising from $1.25 billion in 2021 to a high of $1.59 billion in 2022, followed by $1.55 billion in 2023 and $943.29 million in 2024. Through 2025, obligations totaled $1.18 billion across 281 awards, indicating continued activity after the 2024 pullback.
How to interpret this page
This summary uses FPDS-observed obligations for the last 10 years, grouped by vendor identifier and aggregated across awards. Totals, counts, and averages reflect the provided dataset only; agency and NAICS concentration statements describe the shares present in the supplied records and do not infer activity outside them.
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 = 'U1MU4'
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 | 6,979,593,326.62 | 6.98 billion | 1,729 |
Insight
Over the last 10 years, INTL FCSTONE LTD’s obligations are fully concentrated in a single agency: the United States Mint. The vendor received $6.98 billion across 1,729 awards, indicating a highly concentrated procurement relationship with no observed distribution across other agencies in this period. This concentration suggests the vendor’s federal activity is driven by a single customer rather than a broad agency base.
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 = 'U1MU4'
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 | 6,979,593,326.62 | 6.98 billion | 1,729 |
Insight
Over the last 10 years, INTL FCSTONE LTD’s federal obligations are entirely concentrated in NAICS 331410, Nonferrous Metal (Except Aluminum) Smelting and Refining. The vendor received 1,729 awards totaling $6.98 billion, indicating a fully concentrated award profile within a single industry classification. This level of concentration suggests the vendor’s federal business is narrowly focused rather than diversified across multiple NAICS codes.
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 = 'U1MU4'
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 | 1,180,389,064.51 | 1.18 billion | 281 |
| 2024 | 943,291,637.99 | 943.29 million | 163 |
| 2023 | 1,552,758,696.72 | 1.55 billion | 386 |
| 2022 | 1,590,581,815.99 | 1.59 billion | 416 |
| 2021 | 1,249,279,773.48 | 1.25 billion | 366 |
| 2020 | 463,292,337.93 | 463.29 million | 117 |
Insight
INTL FCSTONE LTD (CAGE U1MU4) obligated $6.98 billion across 1,729 awards over the last 10 years, with an average award value of $4.04 million. Obligations are concentrated in the most recent six years shown, with annual totals ranging from $463.29 million in 2020 to a peak of $1.59 billion in 2022, followed by elevated activity in 2023 and 2025. Award counts generally track the obligation pattern, rising from 117 in 2020 to 416 in 2022 before moderating to 163 in 2024 and 281 in 2025.
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.