MARTIN'S POINT HEALTH CARE, INC. (CAGE 1NFZ9, UEI DJUHB4QNYAS6) shows 82 award actions in the last 10 years, with total obligations of $3,459,509,753.79 and an average action value of $42,189,143.33. The record is concentrated in the Defense Health Agency and classified under NAICS 524114, Direct Health and Medical Insurance Carriers.
Federal Contractor
MARTIN'S POINT HEALTH CARE, INC. Federal Contract Obligations (Last 10 Years)
MARTIN'S POINT HEALTH CARE, INC. has 82 federal award actions totaling $3.46 billion over the last 10 years, all from the Defense Health Agency.
Annual obligations in the visible trend range from $374.97 million in 2022 to $491.07 million in 2023, with $441.38 million in 2025.
About MARTIN'S POINT HEALTH CARE, INC. federal contract activity
MARTIN'S POINT HEALTH CARE, INC. (CAGE 1NFZ9, UEI DJUHB4QNYAS6) recorded 82 FPDS awards over the last 10 years, with total obligated value of 3.46 billion and an average award value of 42.19 million. The obligation profile indicates a concentrated federal contracting relationship rather than broad multi-agency exposure.
Agency mix and customer concentration
All observed obligations are tied to the DEFENSE HEALTH AGENCY (DHA), which accounts for the full 3.46 billion and all 82 awards in the period analyzed. This indicates a highly concentrated agency mix with no evidence in the provided data of material spending from other federal buyers.
Industry profile based on NAICS activity
The vendor's award activity is entirely mapped to NAICS 524114, Direct Health and Medical Insurance Carriers, which also represents the full 3.46 billion and all 82 awards. The NAICS profile is therefore singular and consistent with a specialized health insurance contracting base.
Annual contract trend over the analysis window
Annual obligations in the visible portion of the last 10 years remained at a high level, ranging from 374.97 million in 2022 to 491.07 million in 2023. The pattern shows continued year-to-year variation rather than a sharp decline, with 2025 through the reported portion at 441.38 million across 13 awards.
How to interpret this page
This summary is based on the provided FPDS aggregation for the last 10 years, using total obligated dollars, award counts, agency concentration, and NAICS classification. Annual trend commentary is limited to the years supplied in the dataset and does not infer missing years or contract-level details not present in the source inputs.
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 = '1NFZ9'
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,459,509,753.79 | 3.46 billion | 82 |
Insight
Over the last 10 years, MARTIN'S POINT HEALTH CARE, INC. has received $3.46 billion across 82 awards, with an average award value of $42.19 million. Obligations are fully concentrated with the Defense Health Agency (DHA), which accounts for the entire reported total and all awards in this period. This indicates a highly concentrated agency relationship with no diversification across other agencies in the provided data.
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 = '1NFZ9'
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,459,509,753.79 | 3.46 billion | 82 |
Insight
Over the last 10 years, MARTIN'S POINT HEALTH CARE, INC. has all reported obligations concentrated in NAICS 524114, Direct Health and Medical Insurance Carriers. This single-NAICS profile accounts for the full $3.46 billion obligated across 82 awards, indicating highly concentrated procurement activity with no diversification across other NAICS codes in this period. The average award value is approximately $42.19 million, suggesting a portfolio of relatively large obligations within the core health insurance carrier category.
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 = '1NFZ9'
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 | 441,384,290.28 | 441.38 million | 13 |
| 2024 | 388,800,000.00 | 388.80 million | 6 |
| 2023 | 491,070,445.29 | 491.07 million | 7 |
| 2022 | 374,972,668.56 | 374.97 million | 7 |
| 2021 | 398,646,671.25 | 398.65 million | 6 |
| 2020 | 347,363,166.96 | 347.36 million | 6 |
| 2019 | 188,527,511.45 | 188.53 million | 8 |
| 2018 | 594,245,000.00 | 594.25 million | 18 |
| 2017 | 234,500,000.00 | 234.50 million | 11 |
Insight
Over the last 10 years, MARTIN'S POINT HEALTH CARE, INC. (CAGE 1NFZ9) obligated $3.46 billion across 82 awards, averaging $42.19 million per award. Obligations are unevenly distributed, with a pronounced high point in 2018 ($594.25 million, 18 awards) and sustained annual activity above $347 million from 2020 through 2025. The most recent years remain elevated, ranging from $374.97 million to $491.07 million, indicating continued concentration of obligation volume in a relatively small number of awards.
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.