UNITED CONCORDIA COMPANIES, INC. recorded $3.64 billion in obligated federal awards across 223 actions in the last 10 years, for an average action value of $16.34 million. Most activity came from the Defense Health Agency, with smaller award volume from the Consumer Financial Protection Bureau.
Federal Contractor
UNITED CONCORDIA COMPANIES, INC. Federal Contract Obligations (Last 10 Years)
Federal procurement profile for UNITED CONCORDIA COMPANIES, INC. (CAGE 03XW8, UEI EUEVXMR5L7A3) covering obligations, award counts, agencies, and NAICS activity over the last 10 years.
Totals reflect the provided 10-year analysis window and are based on readable and exact obligated amounts, award counts, and top agency and NAICS rollups.
About UNITED CONCORDIA COMPANIES, INC. federal contract activity
UNITED CONCORDIA COMPANIES, INC. (CAGE 03XW8, UEI EUEVXMR5L7A3) recorded 223 FPDS awards and $3.64 billion in obligated dollars over the last 10 years, for an average award value of about $16.34 million. The vendor’s federal contracting profile is highly concentrated and reflects sustained obligation flow over the period.
Agency mix and customer concentration
Contracting activity is overwhelmingly concentrated at the DEFENSE HEALTH AGENCY (DHA), which accounts for $3.63 billion across 209 awards, or nearly all observed obligations. The only other material buyer in the period is the CONSUMER FINANCIAL PROTECTION BUREAU, with $8.68 million across 14 awards, indicating a narrow agency footprint.
Industry profile based on NAICS activity
All recorded obligations fall under NAICS 524114, DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS, with $3.64 billion across 223 awards. This indicates a single-industry contracting profile aligned with health insurance carrier services rather than a diversified NAICS mix.
Annual contract trend over the analysis window
Annual obligations remain in the hundreds of millions in the visible years, peaking at $540.58 million in 2022 and remaining elevated at $419.26 million in 2025. Award counts ranged from 15 in 2021 to 38 in 2024, suggesting steady contract activity with year-to-year variation in dollar volume.
How to interpret this page
This summary is based on FPDS obligations associated with the vendor’s CAGE code 03XW8 and UEI EUEVXMR5L7A3 during the last 10 years. Agency, NAICS, and annual trends reflect the provided aggregate award and obligation data only; no external sources or inferred contract details 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 = '03XW8'
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 |
|---|---|---|---|---|
| 97DH | DEFENSE HEALTH AGENCY (DHA) | 3,634,720,212.10 | 3.63 billion | 209 |
| 955F | CONSUMER FINANCIAL PROTECTION BUREAU | 8,682,110.08 | 8.68 million | 14 |
Insight
Over the last 10 years, UNITED CONCORDIA COMPANIES, INC. received $3.64 billion across 223 awards, with spending heavily concentrated at the Defense Health Agency. DHA accounts for $3.63 billion and 209 awards, indicating that nearly all of the vendor’s obligated value and award volume is tied to a single agency. The remaining obligations are limited to the Consumer Financial Protection Bureau, with $8.68 million across 14 awards, reflecting a narrow agency footprint and high concentration risk.
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 = '03XW8'
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 |
|---|---|---|---|---|
| 524114 | DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS | 3,643,402,322.18 | 3.64 billion | 223 |
Insight
Over the last 10 years, UNITED CONCORDIA COMPANIES, INC. has received $3.64 billion across 223 awards, with an average award value of $16.34 million. Obligations are fully concentrated in NAICS 524114, Direct Health and Medical Insurance Carriers, indicating a highly specialized contract profile with no diversification across other NAICS codes in this period. This pattern suggests the vendor’s federal business is narrowly focused on health insurance-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 = '03XW8'
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 | 419,263,218.89 | 419.26 million | 33 |
| 2024 | 318,164,456.68 | 318.16 million | 38 |
| 2023 | 376,979,205.02 | 376.98 million | 25 |
| 2022 | 540,576,619.15 | 540.58 million | 30 |
| 2021 | 455,535,961.41 | 455.54 million | 15 |
| 2020 | 416,532,760.04 | 416.53 million | 22 |
| 2019 | 312,208,607.86 | 312.21 million | 19 |
| 2018 | 508,251,629.81 | 508.25 million | 21 |
| 2017 | 284,879,863.32 | 284.88 million | 19 |
| 2016 | 11,010,000.00 | 11.01 million | 1 |
Insight
Over the last 10 years, UNITED CONCORDIA COMPANIES, INC. (CAGE 03XW8) has obligated $3.64 billion across 223 awards, averaging about $16.3 million per award. Obligations are concentrated in the more recent period, with annual totals generally ranging from $284.9 million to $540.6 million since 2017, versus only $11.0 million in 2016. The highest obligation year was 2022 at $540.6 million, followed by sustained activity in 2023–2025, indicating continued high-dollar award volume rather than a single-year spike.
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.