During the analysis window, 381 CONSTRUCTORS’ federal contracting activity was concentrated in Department of the Navy awards, which accounted for the full 394.88 million obligated. The company’s obligations were entirely associated with NAICS 237990, Other Heavy and Civil Engineering Construction.
Federal Contractor
381 CONSTRUCTORS Federal Contract Obligations (Last Year)
381 CONSTRUCTORS (CAGE 8QYU2, UEI P4LGE35HG4B5) recorded 394.88 million in obligations across 26 actions in the last full year.
Figures reflect the last full year and are based on 26 award actions with an average action value of 15.19 million.
About 381 CONSTRUCTORS federal contract activity
381 CONSTRUCTORS, identified by CAGE 8QYU2 and UEI P4LGE35HG4B5, recorded 394.88 million in obligations across 26 awards in the last full year. The average award value was 15.19 million, indicating a portfolio concentrated in relatively large contract actions.
Agency mix and customer concentration
All observed obligations were awarded by the DEPT OF THE NAVY, which accounted for the full 394.88 million and all 26 awards. This indicates a highly concentrated customer base with no diversification across agencies in the reported period.
Industry profile based on NAICS activity
All observed obligations were classified under NAICS 237990, Other Heavy and Civil Engineering Construction, with 394.88 million across 26 awards. The mix shows a fully concentrated work profile in heavy and civil engineering construction rather than a spread across multiple industry codes.
Annual contract trend over the analysis window
The annual trend shows all reported obligations in 2025, totaling 394.88 million across 26 awards. With only one year present in the analysis window, the dataset does not support a multi-year growth or decline assessment.
How to interpret this page
This summary is based on FPDS-observed obligations for the last full year and reflects the reported award counts and dollar values in that window. Agency and NAICS concentration are calculated from the full set of reported awards in the provided data, and no additional assumptions were applied.
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 = '8QYU2'
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 |
|---|---|---|---|---|
| 1700 | DEPT OF THE NAVY | 394,879,585.00 | 394.88 million | 26 |
Insight
381 CONSTRUCTORS’ obligations in the last full year were fully concentrated in a single agency: the Department of the Navy. The Navy accounted for the full $394.88 million in obligated value across 26 awards, indicating a highly concentrated customer base with no visible agency diversification in this period. The average award value was approximately $15.19 million, suggesting a mix of awards at substantial contract values within the same agency channel.
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 = '8QYU2'
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 | 394,879,585.00 | 394.88 million | 26 |
Insight
381 CONSTRUCTORS (CAGE 8QYU2) shows complete NAICS concentration in 237990, Other Heavy and Civil Engineering Construction, accounting for the full $394.88 million obligated across 26 awards in the last full year. This indicates a highly focused procurement profile with no diversification across additional NAICS codes in the observed window. The average award value of $15.19 million suggests the portfolio is composed of relatively large civil construction obligations rather than numerous small awards.
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 = '8QYU2'
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 | 394,879,585.00 | 394.88 million | 26 |
Insight
During the last full year, 381 CONSTRUCTORS (CAGE 8QYU2) recorded $394.88 million in obligated awards across 26 actions, for an average award value of about $15.19 million. The activity is fully concentrated in 2025, indicating a single-year funding profile within the 1-year window rather than a multi-year trend. The relatively low award count against the obligated total suggests the vendor’s obligations are concentrated in a limited number of higher-value 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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.