Federal Contractor

DRAGADOS/HAWAIIAN DREDGING/ORION JV Federal Contract Obligations (Last 10 Years)

Federal procurement profile for DRAGADOS/HAWAIIAN DREDGING/ORION JV (CAGE 94AZ0, UEI E8AXVANBZBD4) covering awards and obligations over the last 10 years.

DRAGADOS/HAWAIIAN DREDGING/ORION JV recorded 55 award actions and $2.78 billion in obligated value over the last 10 years. All reported obligations in this window were with the Department of the Navy and classified under NAICS 237990, Other Heavy and Civil Engineering Construction.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual trend data shows most obligated value in 2025 and 2024, with smaller reported amounts in 2023, 2022, and 2021.

CAGE Code
94AZ0
UEI
E8AXVANBZBD4
Total Obligated
2.78 billion
2,777,671,797.15
Award Actions
55
Average Action Value
50,503,123.58

About DRAGADOS/HAWAIIAN DREDGING/ORION JV federal contract activity

DRAGADOS/HAWAIIAN DREDGING/ORION JV, associated with CAGE 94AZ0 and UEI E8AXVANBZBD4, recorded $2.78 billion in obligated awards across 55 actions over the last 10 years, for an average award value of about $50.5 million. The spending profile indicates a concentrated federal contracting presence at substantial-dollar values rather than a broad volume of smaller awards.

Agency mix and customer concentration

Award activity is fully concentrated within the Department of the Navy, which accounts for the entire $2.78 billion and all 55 awards in the analysis window. This indicates a single-agency relationship and limited diversification across federal buyers.

Industry profile based on NAICS activity

All observed obligations fall under NAICS 237990, Other Heavy and Civil Engineering Construction, with $2.78 billion across 55 awards. The mix suggests the vendor’s federal work is tightly aligned to heavy civil and marine/infrastructure construction requirements.

Annual contract trend over the analysis window

Annual obligations were heavily weighted toward recent years, led by 2025 at $1.52 billion across 19 awards and 2024 at $790.69 million across 15 awards. Activity also remained material in 2023 at $463.07 million, while 2022 and 2021 were comparatively small, indicating a sharp ramp-up in obligated value in the most recent portion of the period.

How to interpret this page

This summary is based on FPDS award data for the specified vendor, using the last 10 years of obligations and award counts associated with CAGE 94AZ0 and UEI E8AXVANBZBD4. Agency, NAICS, and trend figures reflect the provided aggregated totals and are limited to the records represented in the supplied analysis window.

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 = '94AZ0'
        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
1700 DEPT OF THE NAVY 2,777,671,797.15 2.78 billion 55

Insight

Over the last 10 years, DRAGADOS/HAWAIIAN DREDGING/ORION JV’s obligated dollars are fully concentrated in the Department of the Navy, which accounts for the entire $2.78 billion total. The vendor received 55 awards in this period, for an average award value of about $50.5 million, indicating a sustained Navy-dependent award profile rather than a diversified agency base.

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 = '94AZ0'
        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
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 2,777,671,797.15 2.78 billion 55

Insight

Over the last 10 years, DRAGADOS/HAWAIIAN DREDGING/ORION JV’s obligations are fully concentrated in NAICS 237990, Other Heavy and Civil Engineering Construction. This NAICS accounts for the entire $2.78 billion obligated across 55 awards, indicating a highly specialized and non-diversified award profile. The average award value of about $50.5 million suggests a consistent pattern of large construction obligations within this single industry 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 = '94AZ0'
        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 1,520,932,215.15 1.52 billion 19
2024 790,689,582.00 790.69 million 15
2023 463,075,000.00 463.07 million 9
2022 975,000.00 975.00 thousand 10
2021 2,000,000.00 2.00 million 2

Insight

Over the last 10 years, DRAGADOS/HAWAIIAN DREDGING/ORION JV (CAGE 94AZ0) received $2.78 billion across 55 awards, with an average award value of about $50.5 million, indicating a highly concentrated contract profile. Obligations are heavily skewed toward recent years, with $1.52 billion in 2025 and $790.69 million in 2024, followed by $463.07 million in 2023; these three years account for the vast majority of total obligated dollars. Earlier years in the window were comparatively minimal, including $2.00 million in 2021 and $975,000 in 2022, suggesting a sharp escalation in funding activity in the most recent period.

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.