In the last full year, INTL FCSTONE LTD received $1,180,389,064.51 across 281 award actions, for an average action value of $4,200,672.82. All obligated dollars in this period were reported through the United States Mint and mapped to NAICS 331410, Nonferrous Metal (Except Aluminum) Smelting and Refining.
Federal Contractor
INTL FCSTONE LTD Federal Contract Obligations (Last Year)
INTL FCSTONE LTD (CAGE U1MU4, UEI ZRGFMMN3RXV8) recorded 281 federal award actions totaling $1.18 billion in the last full year.
Figures reflect the analysis window labeled last full year and may differ from other reporting periods or later updates.
About INTL FCSTONE LTD federal contract activity
INTL FCSTONE LTD recorded $1.18 billion in obligations across 281 awards during the last full year, for an average award value of $4.20 million. The award profile is highly concentrated, indicating a focused federal business relationship rather than broad contract dispersion.
Agency mix and customer concentration
All reported obligations were placed by the United States Mint, which accounted for the full $1.18 billion and all 281 awards. This indicates a single-agency concentration with no diversification across other federal buyers in the analyzed period.
Industry profile based on NAICS activity
All reported obligations were classified under NAICS 331410, Nonferrous Metal (except Aluminum) Smelting and Refining, with the full $1.18 billion tied to that code. The award count is equally concentrated at 281, suggesting procurement activity aligned entirely to this industrial category.
Annual contract trend over the analysis window
The annual trend shows $1.18 billion obligated in 2025 across 281 awards, with no other years represented in the analysis window. Based on the available data, activity was steady enough to define the full-year result, but there is no multi-year context to indicate growth or decline.
How to interpret this page
This summary is based on FPDS award data for the last full year and reflects only the values provided in the analysis window. Totals, counts, and averages are derived from reported obligations and award records; concentration statements are limited to the agencies, NAICS codes, and year data shown here.
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 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 | 1,180,389,064.51 | 1.18 billion | 281 |
Insight
INTL FCSTONE LTD’s obligations in the last full year were entirely concentrated with the UNITED STATES MINT, which accounted for the full $1.18 billion across 281 awards. This indicates a highly concentrated funding profile with no diversification across other agencies in the provided period. The average award value of $4.20 million suggests a large volume of relatively substantial obligations tied to a single federal customer.
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 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 |
|---|---|---|---|---|
| 331410 | NONFERROUS METAL (EXCEPT ALUMINUM) SMELTING AND REFINING | 1,180,389,064.51 | 1.18 billion | 281 |
Insight
Over the last full year, INTL FCSTONE LTD (CAGE U1MU4) obligated 1.18 billion across 281 awards, with an average award value of 4.20 million. Obligations are fully concentrated in NAICS 331410, Nonferrous Metal (Except Aluminum) Smelting and Refining, indicating a highly focused procurement profile with no diversification across other NAICS codes in this period. This concentration suggests the vendor’s federal activity was driven entirely by a single industry classification during the review window.
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 1 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 |
Insight
During the last full year, INTL FCSTONE LTD (CAGE U1MU4) recorded $1.18 billion in obligated value across 281 awards, indicating a materially concentrated annual procurement profile. The average award value of $4.20 million suggests relatively high-dollar activity spread across a moderate number of actions. Because only one annual period is provided, trend direction cannot be assessed beyond the current year’s obligation volume and award distribution.
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.