Federal procurement records show nearly all obligated dollars for UNITED CONCORDIA COMPANIES, INC. went to the Defense Health Agency, with smaller obligations from the Consumer Financial Protection Bureau. The company’s awards are concentrated in NAICS 524114, Direct Health and Medical Insurance Carriers, across 141 actions from 2021 through 2025.
Federal Contractor
UNITED CONCORDIA COMPANIES, INC. Federal Contract Obligations (Last 5 Years)
UNITED CONCORDIA COMPANIES, INC. (CAGE 03XW8, UEI EUEVXMR5L7A3) has 141 federal award actions totaling $2.11 billion over the last 5 years.
Totals reflect the last 5 years of readable FPDS obligation data and may differ from other reporting periods or systems.
About UNITED CONCORDIA COMPANIES, INC. federal contract activity
UNITED CONCORDIA COMPANIES, INC. (CAGE 03XW8, UEI EUEVXMR5L7A3) recorded $2.11 billion in obligated federal awards across 141 actions over the last 5 years, for an average award value of $14.97 million. The obligation base is highly concentrated, with virtually all tracked activity tied to a single healthcare insurance NAICS code and a small number of awarding agencies.
Agency mix and customer concentration
The award portfolio is dominated by the DEFENSE HEALTH AGENCY (DHA), which accounted for $2.10 billion and 130 awards, or nearly all tracked obligated dollars. A much smaller secondary relationship appears with the CONSUMER FINANCIAL PROTECTION BUREAU, totaling $7.24 million across 11 awards, indicating a limited but distinct non-defense agency presence.
Industry profile based on NAICS activity
All reported obligations fall under NAICS 524114, Direct Health and Medical Insurance Carriers, with $2.11 billion across 141 awards. This indicates a narrowly focused procurement profile centered on health insurance administration rather than a diversified federal contracting mix.
Annual contract trend over the analysis window
Annual obligations peaked in 2022 at $540.58 million, then declined in 2023 and 2024 before rebounding in 2025 to $419.26 million. Award counts do not move in lockstep with dollars, with 2024 showing the highest number of awards (38) despite lower obligations than 2022, suggesting variation in award size year to year.
How to interpret this page
This summary uses FPDS award records associated with CAGE code 03XW8 and UEI EUEVXMR5L7A3 over the last five years. Obligations, award counts, and averages reflect reported FPDS data within the analysis window and are summarized by agency, NAICS code, and fiscal year.
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 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 |
|---|---|---|---|---|
| 97DH | DEFENSE HEALTH AGENCY (DHA) | 2,103,280,911.11 | 2.10 billion | 130 |
| 955F | CONSUMER FINANCIAL PROTECTION BUREAU | 7,238,550.04 | 7.24 million | 11 |
Insight
Over the last 5 years, UNITED CONCORDIA COMPANIES, INC. obligated $2.11 billion across 141 awards, with activity heavily concentrated in the Defense Health Agency (DHA). DHA accounts for $2.10 billion and 130 awards, representing nearly all obligated dollars and the clear majority of award activity. The only other agency in this period is the Consumer Financial Protection Bureau, with $7.24 million across 11 awards, indicating limited diversification beyond DHA.
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 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 |
|---|---|---|---|---|
| 524114 | DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS | 2,110,519,461.15 | 2.11 billion | 141 |
Insight
Over the last 5 years, UNITED CONCORDIA COMPANIES, INC. received $2.11 billion across 141 awards, with an average award value of $14.97 million. Obligations are fully concentrated in NAICS 524114, Direct Health and Medical Insurance Carriers, indicating a highly focused contract profile with no diversification across other NAICS categories in this window. This concentration suggests the vendor’s federal activity is driven entirely by health and medical insurance carrier 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 5 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 |
Insight
Over the last 5 years, UNITED CONCORDIA COMPANIES, INC. has obligated $2.11 billion across 141 awards, averaging $14.97 million per award. Obligations are concentrated in 2022 and 2021, which together account for about $996.11 million, or roughly 47% of the 5-year total. Annual obligations declined from the 2022 peak of $540.58 million, then rebounded in 2025 to $419.26 million, while award counts remained relatively moderate and ranged from 15 to 38 per year.
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.