Federal Contractor

FRESENIUS MEDICAL CARE HOLDINGS INC Federal Contract Obligations (Last Year)

Federal procurement profile for FRESENIUS MEDICAL CARE HOLDINGS INC (CAGE 3MGP1, UEI NVL9NNKL2617) covering $682.53 million in obligated awards over 13 actions in the last full year.

In the last full year, FRESENIUS MEDICAL CARE HOLDINGS INC recorded $682,529,461.58 in federal obligations across 13 award actions, with an average action value of $52,502,266.27. Most obligated dollars came from the Department of Veterans Affairs under NAICS 621492, Kidney Dialysis Centers, while a small share came from the Department of the Army under NAICS 221310.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the selected analysis window and may differ from totals in other periods or reporting views.

CAGE Code
3MGP1
UEI
NVL9NNKL2617
Total Obligated
682.53 million
682,529,461.58
Award Actions
13
Average Action Value
52,502,266.27

About FRESENIUS MEDICAL CARE HOLDINGS INC federal contract activity

FRESENIUS MEDICAL CARE HOLDINGS INC (CAGE 3MGP1, UEI NVL9NNKL2617) recorded $682.53 million in obligated spending across 13 awards in the last full year, with an average award value of $52.50 million. The vendor’s federal activity is highly concentrated, indicating a small number of large-value actions rather than broad award dispersion.

Agency mix and customer concentration

The Department of Veterans Affairs accounted for nearly all obligated value, with $682.28 million across 11 awards, making it the dominant procuring agency by both dollars and volume. The Department of the Army contributed a much smaller $246.27 thousand across 2 awards, suggesting limited cross-agency activity outside VA.

Industry profile based on NAICS activity

NAICS 621492, Kidney Dialysis Centers, drove essentially all spend at $682.28 million across 11 awards, showing a clear concentration in dialysis-related services. NAICS 221310, Water Supply and Irrigation Systems, represented only $246.27 thousand across 2 awards and appears immaterial relative to the vendor’s core federal business.

Annual contract trend over the analysis window

The annual trend for 2025 shows total obligated spending of $682.53 million across 13 awards, matching the last full-year summary. With only one year in the provided window, the available data supports a point-in-time profile rather than a multi-year growth assessment.

How to interpret this page

This page summarizes FPDS-observed obligations for the vendor using the specified analysis window of the last full year. Agency and NAICS views are based on obligated dollars and award counts within the provided dataset, and no external sources or inferred attributes 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 = '3MGP1'
        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
3600 VETERANS AFFAIRS, DEPARTMENT OF 682,283,188.07 682.28 million 11
2100 DEPT OF THE ARMY 246,273.51 246.27 thousand 2

Insight

FRESENIUS MEDICAL CARE HOLDINGS INC’s obligations over the last full year were highly concentrated in the Department of Veterans Affairs, which accounted for 682.28 million of 682.53 million total obligated across 11 of 13 awards. The Department of the Army represented a negligible share at 246.27 thousand across 2 awards, indicating limited agency diversification. Overall, the vendor’s federal activity in this period was overwhelmingly driven by one agency 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 = '3MGP1'
        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
621492 KIDNEY DIALYSIS CENTERS 682,283,188.07 682.28 million 11
221310 WATER SUPPLY AND IRRIGATION SYSTEMS 246,273.51 246.27 thousand 2

Insight

FRESENIUS MEDICAL CARE HOLDINGS INC’s obligations in the last full year were highly concentrated in NAICS 621492, KIDNEY DIALYSIS CENTERS, which accounted for 682.28 million of 682.53 million total obligated dollars and 11 of 13 awards. NAICS 221310, WATER SUPPLY AND IRRIGATION SYSTEMS, represented a negligible share at 246.27 thousand across 2 awards. This pattern indicates a narrow procurement profile with the vendor’s federal activity overwhelmingly aligned to kidney dialysis-related services.

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 = '3MGP1'
        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 682,529,461.58 682.53 million 13

Insight

In the last full year, FRESENIUS MEDICAL CARE HOLDINGS INC (CAGE 3MGP1) obligated $682.53 million across 13 awards, indicating a highly concentrated award profile. The average award value was approximately $52.50 million, suggesting obligations were distributed across a relatively small number of large-value actions rather than a broad base of awards. With only one year in scope, this period reflects current annual activity but does not support a longer-term trend assessment.

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.