DRAGADOS/HAWAIIAN DREDGING/ORION JV recorded 55 award actions and $2.78 billion in obligated federal spending in the last 5 years, with an average action value of $50.50 million. All recorded obligations in this window were with the Department of the Navy and concentrated in NAICS 237990, Other Heavy and Civil Engineering Construction.
Federal Contractor
DRAGADOS/HAWAIIAN DREDGING/ORION JV Federal Contract Obligations (Last 5 Years)
Federal procurement profile for DRAGADOS/HAWAIIAN DREDGING/ORION JV, CAGE 94AZ0 and UEI E8AXVANBZBD4, covering obligations over the last five years.
Annual totals show a sharp increase in 2025, following lower obligation levels in 2024, 2023, 2022, and 2021.
About DRAGADOS/HAWAIIAN DREDGING/ORION JV federal contract activity
DRAGADOS/HAWAIIAN DREDGING/ORION JV recorded $2.78 billion in obligated federal awards across 55 actions over the last 5 years, for an average award value of $50.50 million. The activity profile is highly concentrated and reflects a large-scale federal construction contractor with awards captured under CAGE 94AZ0 and UEI E8AXVANBZBD4.
Agency mix and customer concentration
All obligated dollars in the analysis window were associated with the Department of the Navy, accounting for the full $2.78 billion across 55 awards. This indicates a single-agency relationship with no observable diversification across other federal buyers in the provided data.
Industry profile based on NAICS activity
All reported obligations fall under NAICS 237990, Other Heavy and Civil Engineering Construction, with 55 awards totaling $2.78 billion. The NAICS profile is therefore fully concentrated in one construction category, consistent with large civil and heavy engineering work.
Annual contract trend over the analysis window
Annual obligations were heavily weighted toward 2025 at $1.52 billion across 19 awards, followed by $790.69 million in 2024 and $463.07 million in 2023. Earlier years were comparatively small, with $2.00 million in 2021 and $975,000 in 2022, showing a sharp increase in funded activity in the most recent period.
How to interpret this page
This summary is based on the supplied FPDS Query outputs for the last 5 years and uses obligated dollars and award counts as reported. Agency, NAICS, and annual trend sections are derived only from the provided aggregates; values are not normalized beyond the source data and no additional transactions or attributes were inferred.
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 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 |
|---|---|---|---|---|
| 1700 | DEPT OF THE NAVY | 2,777,671,797.15 | 2.78 billion | 55 |
Insight
Over the last 5 years, DRAGADOS/HAWAIIAN DREDGING/ORION JV’s obligated dollars are entirely concentrated in the DEPT OF THE NAVY, which accounts for the full $2.78 billion in recorded obligations. The vendor received 55 awards over the period, with an average award value of about $50.5 million, indicating repeated large-dollar activity rather than broad interagency distribution. This pattern suggests a highly concentrated federal customer base within the analysis window.
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 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 |
|---|---|---|---|---|
| 237990 | OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION | 2,777,671,797.15 | 2.78 billion | 55 |
Insight
Over the last 5 years, DRAGADOS/HAWAIIAN DREDGING/ORION JV’s obligations are fully concentrated in NAICS 237990, Other Heavy and Civil Engineering Construction. The vendor received 55 awards in this NAICS, totaling $2.78 billion, indicating a highly focused contract profile with no observable diversification across other NAICS codes in the provided data. The average award value of about $50.5 million suggests large-scale civil construction obligations rather than a broad mix of smaller actions.
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 5 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 5 years, DRAGADOS/HAWAIIAN DREDGING/ORION JV obligated $2.78 billion across 55 awards, with activity heavily concentrated in the most recent years. Obligations increased sharply from $2.00 million in 2021 and $975.00 thousand in 2022 to $463.07 million in 2023, then accelerated to $790.69 million in 2024 and $1.52 billion in 2025. Award counts also rose from 2 in 2021 to 19 in 2025, indicating both higher award volume and substantially larger dollars in the later 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.