WEEKS MARINE, INC. (CAGE 1RHV3, UEI ED3FZHBD52V3) recorded 70 award actions in the last full year, with total obligations of $190,035,504.33 and an average action value of $2,714,792.91. All obligated dollars in the period were reported under DEPT OF THE ARMY and NAICS 237990, Other Heavy and Civil Engineering Construction.
Federal Contractor
WEEKS MARINE, INC. Federal Contract Obligations (Last Year)
Federal procurement profile for WEEKS MARINE, INC. showing last full year obligations, award activity, and agency and NAICS concentration.
This page reflects the last full year of FPDS-observed obligations and award actions for the vendor.
About WEEKS MARINE, INC. federal contract activity
WEEKS MARINE, INC. (CAGE 1RHV3, UEI ED3FZHBD52V3) recorded $190.04 million in obligated awards across 70 awards in the last full year, for an average award value of $2.71 million. The profile indicates a moderately concentrated award base, with all reported obligations flowing through a single agency and one primary industry classification.
Agency mix and customer concentration
The Department of the Army accounted for 100% of reported obligations, totaling $190.04 million across 70 awards. This pattern suggests the vendor’s federal activity during the period was fully concentrated within Army procurement channels, with no other agencies represented in the provided dataset.
Industry profile based on NAICS activity
All reported obligations were mapped to NAICS 237990, Other Heavy and Civil Engineering Construction, totaling $190.04 million across 70 awards. The data indicate a fully concentrated industry footprint for the analysis window, consistent with construction-oriented federal work rather than a diversified contract mix.
Annual contract trend over the analysis window
The annual trend shows all reported obligations occurring in 2025, with $190.04 million across 70 awards. Because the provided window is the last full year and only one year is populated, the data support a point-in-time assessment rather than a multi-year growth or decline analysis.
How to interpret this page
This summary is based solely on the supplied FPDS Query aggregates for the last full year, using obligated dollars, award counts, agency totals, NAICS totals, and annual trend data. No additional assumptions were made beyond the provided figures, and no unreported agencies, industries, or years 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 = '1RHV3'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 |
|---|---|---|---|---|
| 2100 | DEPT OF THE ARMY | 190,035,504.33 | 190.04 million | 70 |
Insight
During the last full year, WEEKS MARINE, INC. received all reported obligations from the Department of the Army, totaling $190.04 million across 70 awards. This indicates complete agency concentration with no diversification across other federal agencies in the reported period. The average award value was approximately $2.71 million, suggesting a portfolio of moderately sized awards within a single-agency relationship.
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 = '1RHV3'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 | 190,035,504.33 | 190.04 million | 70 |
Insight
Over the last full year, WEEKS MARINE, INC. (CAGE 1RHV3) had all reported obligations concentrated in a single NAICS: 237990, Other Heavy and Civil Engineering Construction. This NAICS accounted for the full $190.04 million in obligated value across 70 awards, indicating complete functional concentration in a single market category. The average award value was approximately $2.71 million, suggesting a mix of award actions at a moderate scale within that sector.
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 = '1RHV3'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
)
ORDER BY year DESC
| Year | Total Obligated | Readable | Award Actions |
|---|---|---|---|
| 2025 | 190,035,504.33 | 190.04 million | 70 |
Insight
In the last full year, WEEKS MARINE, INC. (CAGE 1RHV3) recorded $190.04 million in obligated award value across 70 awards, for an average award value of about $2.71 million. Because the annual trend window contains a single year, the available data indicate the current year’s obligation profile rather than a multi-year trend. The award activity is moderately concentrated in value across a relatively limited number of awards, suggesting meaningful but not highly fragmented obligation distribution.
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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.