Federal Contractor

INTL FCSTONE LTD Federal Contract Obligations (Last 5 Years)

FPDS profile for INTL FCSTONE LTD (CAGE U1MU4, UEI ZRGFMMN3RXV8) covering federal obligations over the last 5 years.

INTL FCSTONE LTD recorded 1,612 award actions totaling $6.52 billion in obligated federal spending over the last 5 years. The activity is concentrated with the United States Mint and mapped to NAICS 331410, Nonferrous Metal (Except Aluminum) Smelting and Refining.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations ranged from $943.29 million in 2024 to $1.59 billion in 2022, with 2025 at $1.18 billion and 281 actions.

CAGE Code
U1MU4
UEI
ZRGFMMN3RXV8
Total Obligated
6.52 billion
6,516,300,988.69
Award Actions
1,612
Average Action Value
4,042,370.34

About INTL FCSTONE LTD federal contract activity

INTL FCSTONE LTD recorded 1,612 FPDS awards over the last 5 years, with total obligated dollars of $6.52 billion and an average award value of $4.04 million. The vendor’s federal profile is highly concentrated by dollar volume and award activity, indicating a sustained, high-dollar relationship within a narrow procurement footprint.

Agency mix and customer concentration

All observed obligation during the analysis window is associated with the UNITED STATES MINT, which accounts for the full $6.52 billion and all 1,612 awards. This indicates complete agency concentration with no diversification across other federal buyers in the available data.

Industry profile based on NAICS activity

The entire recorded obligation is classified under NAICS 331410, NONFERROUS METAL (EXCEPT ALUMINUM) SMELTING AND REFINING, matching all 1,612 awards. The NAICS profile is therefore fully concentrated in a single industrial category, consistent with a specialized commodities or materials supply relationship.

Annual contract trend over the analysis window

Annual obligations peaked in 2022 at $1.59 billion across 416 awards and remained elevated in 2023 at $1.55 billion across 386 awards. Activity declined in 2024 to $943.29 million and 163 awards, then rebounded in 2025 to $1.18 billion and 281 awards, remaining below the 2022-2023 high point but above 2024.

How to interpret this page

This summary uses FPDS obligation and award records tied to CAGE code U1MU4 and UEI ZRGFMMN3RXV8 over the last 5 years. Dollar totals, award counts, agency concentration, NAICS concentration, and annual trend figures are taken directly from the provided dataset; no external sources or assumptions 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 = 'U1MU4'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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,516,300,988.69 6.52 billion 1,612

Insight

Over the last 5 years, INTL FCSTONE LTD’s obligations are fully concentrated within a single agency: the United States Mint, which accounts for the entire $6.52 billion in obligated value across 1,612 awards. This indicates a highly concentrated vendor-agency relationship with no diversification across other agencies in the provided period. The average award value of about $4.04 million suggests a large number of materially significant transactions rather than a small set of isolated awards.

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 5 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,516,300,988.69 6.52 billion 1,612

Insight

INTL FCSTONE LTD’s obligations over the last 5 years are fully concentrated in NAICS 331410, Nonferrous Metal (Except Aluminum) Smelting and Refining, accounting for the full 6.52 billion in obligated value and all 1,612 awards. This indicates an extremely narrow procurement profile with no diversification across other NAICS categories in the reviewed period. The average award value of about 4.04 million suggests a high-volume award pattern within a single industry 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 = 'U1MU4'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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

Insight

INTL FCSTONE LTD (CAGE U1MU4) obligated $6.52 billion across 1,612 awards over the last 5 years, averaging $4.04 million per award. Obligations were concentrated in 2022 and 2023, which together accounted for $3.14 billion, or roughly 48% of the five-year total. Activity declined in 2024 to $943.29 million and 163 awards, then increased in 2025 to $1.18 billion and 281 awards, indicating a partial rebound after the 2024 low.

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