Federal Contractor

SOUTHWEST VALLEY CONSTRUCTORS CO Federal Contract Obligations (Last 5 Years)

Federal procurement profile for SOUTHWEST VALLEY CONSTRUCTORS CO (CAGE 7V2D3, UEI W31DQKBPJCD3) covering the last 5 years of FPDS award activity.

Over the last 5 years, SOUTHWEST VALLEY CONSTRUCTORS CO recorded 90 award actions with total obligated value of -$431.98 million and an average action value of -$4.80 million. All reported obligations in this period were with the Department of the Army and were classified under NAICS 237310, Highway, Street, and Bridge Construction.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations were strongest in 2025 at -$262.91 million, followed by 2022 at -$119.92 million, while 2023 showed positive obligated value of $15.05 million.

CAGE Code
7V2D3
UEI
W31DQKBPJCD3
Total Obligated
-431.98 million
-431,984,716.74
Award Actions
90
Average Action Value
-4,799,830.18

About SOUTHWEST VALLEY CONSTRUCTORS CO federal contract activity

SOUTHWEST VALLEY CONSTRUCTORS CO (CAGE 7V2D3, UEI W31DQKBPJCD3) recorded 90 FPDS awards in the last 5 years with total obligated value of -431.98 million and an average award value of -4.80 million. The obligation total is concentrated in a single contracting relationship and should be read as a net figure across awards in the analysis window.

Agency mix and customer concentration

All recorded obligations in the period were tied to DEPT OF THE ARMY, which accounts for the full -431.98 million and all 90 awards. This indicates a highly concentrated federal customer base with no diversification across agencies in the observed data.

Industry profile based on NAICS activity

The vendor’s award profile is entirely concentrated in NAICS 237310, Highway, Street, and Bridge Construction, which matches the full -431.98 million and all 90 awards. The data suggests the company’s federal work in this period was focused on heavy civil and transportation infrastructure construction.

Annual contract trend over the analysis window

Annual obligations were most negative in 2025 at -262.91 million, followed by -119.92 million in 2022 and -33.56 million in 2024, with a positive 15.05 million in 2023. Award counts declined from 31 in 2021 to 11 in 2025, indicating a lower volume of awards in the most recent year despite the largest net obligation magnitude.

How to interpret this page

This summary uses FPDS award records associated with SOUTHWEST VALLEY CONSTRUCTORS CO over the last 5 years and aggregates obligated amounts, award counts, agency, NAICS, and year. Negative values reflect the signed obligated amounts in the source data and are reported without adjustment.

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 = '7V2D3'
        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
2100 DEPT OF THE ARMY -431,984,716.74 -431.98 million 90

Insight

Over the last 5 years, SOUTHWEST VALLEY CONSTRUCTORS CO (CAGE 7V2D3) shows complete obligation concentration with the DEPT OF THE ARMY, accounting for the full -$431.98 million across 90 awards. This indicates a highly concentrated agency relationship with no observed obligation spread across other agencies in the provided period. The average award value is approximately -$4.80 million, suggesting relatively consistent large-dollar activity within this single 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 = '7V2D3'
        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
237310 HIGHWAY, STREET, AND BRIDGE CONSTRUCTION -431,984,716.74 -431.98 million 90

Insight

Over the last 5 years, SOUTHWEST VALLEY CONSTRUCTORS CO’s obligated volume under CAGE 7V2D3 is fully concentrated in NAICS 237310, Highway, Street, and Bridge Construction. The vendor recorded 90 awards totaling -$431.98 million, indicating a single-NAICS award profile with no diversification across other NAICS codes in this period. The average award value of -$4.80 million suggests repeated contract activity at a moderate-to-large scale within this construction 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 = '7V2D3'
        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 -262,912,150.55 -262.91 million 11
2024 -33,555,328.74 -33.56 million 13
2023 15,046,649.88 15.05 million 17
2022 -119,924,401.33 -119.92 million 18
2021 -30,639,486.00 -30.64 million 31

Insight

Over the last 5 years, SOUTHWEST VALLEY CONSTRUCTORS CO (CAGE 7V2D3) recorded $431.98 million in net obligated value across 90 awards, with an average award value of -$4.80 million. Obligations are highly concentrated in 2025, which accounts for -$262.91 million of the total, while 2022 also shows a substantial negative obligation of -$119.92 million. FY 2023 is the only positive year at $15.05 million, indicating a brief reversal amid an otherwise negative annual obligation pattern. Award volume is highest in 2021 at 31 awards and declines in later years, suggesting fewer awards but larger negative obligated amounts 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.