Federal Contractor

RQ CONSTRUCTION, LLC Federal Contract Obligations (Last 5 Years)

RQ CONSTRUCTION, LLC (CAGE 68JG2, UEI NE61LN4FM1A5) shows 643 federal award actions and $2.15 billion obligated over the last 5 years.

Most of RQ CONSTRUCTION, LLC’s federal activity is with the Department of the Navy, which accounts for $2.09 billion across 596 actions. The company’s awards are concentrated in NAICS 236220, Commercial and Institutional Building Construction, with smaller activity in highway, concrete, electrical, and consulting work.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the last 5 years of FPDS-observed award actions and obligated amounts; totals may not match other federal reporting sources exactly.

CAGE Code
68JG2
UEI
NE61LN4FM1A5
Total Obligated
2.15 billion
2,153,462,245.81
Award Actions
643
Average Action Value
3,349,085.91

About RQ CONSTRUCTION, LLC federal contract activity

RQ CONSTRUCTION, LLC (CAGE 68JG2, UEI NE61LN4FM1A5) received 2.15 billion in obligations across 643 awards over the last 5 years, for an average award value of 3.35 million. The profile is highly concentrated, with the Department of the Navy accounting for the vast majority of dollars and awards.

Agency mix and customer concentration

The Department of the Navy dominates the vendor’s award base with 2.09 billion across 596 awards, representing nearly all observed federal spend in the period. The remaining obligations are materially smaller and come from the U.S. Coast Guard, Department of the Army, and Washington Headquarters Services, indicating limited but real customer diversification outside the Navy.

Industry profile based on NAICS activity

Award activity is overwhelmingly centered on NAICS 236220, Commercial and Institutional Building Construction, which accounts for 2.15 billion and 582 awards. Smaller amounts appear in highway, street, and bridge construction; ready-mix concrete manufacturing; electrical contracting; and administrative management consulting, suggesting a primarily construction-focused vendor with ancillary activity in related support categories.

Annual contract trend over the analysis window

Annual obligations remained in the same general range from 2021 through 2025, with a low of 360.53 million in 2024 and a high of 581.43 million in 2025. Award counts were also stable, ranging from 123 to 134 per year, which points to a sustained contracting relationship rather than isolated large awards.

How to interpret this page

This summary is based on FPDS-observed obligations and award counts for the last 5 years, using the vendor identifiers provided. Totals reflect reported obligated dollars by agency, NAICS, and fiscal year; no adjustments were made beyond aggregation of the supplied data.

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 = '68JG2'
        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,090,615,374.88 2.09 billion 596
7008 U.S. COAST GUARD 32,020,000.00 32.02 million 5
2100 DEPT OF THE ARMY 30,616,536.93 30.62 million 39
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 210,334.00 210.33 thousand 3

Insight

Over the last 5 years, RQ CONSTRUCTION, LLC received $2.15 billion across 643 awards, with a very strong concentration at the Department of the Navy, which accounted for $2.09 billion and 596 awards, or the vast majority of obligations. The remaining obligations were distributed across a small set of agencies, led by the U.S. Coast Guard at $32.02 million in 5 awards and the Department of the Army at $30.62 million in 39 awards. Washington Headquarters Services (WHS) represented a minimal share at $210.33 thousand across 3 awards, indicating limited diversification outside Navy-dominated procurement activity.

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 = '68JG2'
        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
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 2,152,901,723.89 2.15 billion 582
237310 HIGHWAY, STREET, AND BRIDGE CONSTRUCTION 2,261,127.09 2.26 million 3
327320 READY-MIX CONCRETE MANUFACTURING 539,350.69 539.35 thousand 33
238210 ELECTRICAL CONTRACTORS AND OTHER WIRING INSTALLATION CONTRACTORS 137,814.00 137.81 thousand 1
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 72,520.00 72.52 thousand 2
237110 WATER AND SEWER LINE AND RELATED STRUCTURES CONSTRUCTION -2,450,289.86 -2.45 million 22

Insight

RQ CONSTRUCTION, LLC’s obligations over the last 5 years are highly concentrated in NAICS 236220, Commercial and Institutional Building Construction, which accounts for about $2.15 billion across 582 awards and nearly all reported obligational value. The remaining NAICS activity is limited and fragmented, led by small obligations in NAICS 237310 and 327320, with only isolated awards in 238210 and 541611. NAICS 237110 shows negative obligated value (-$2.45 million) across 22 awards, indicating deobligations or downward adjustments within that 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 = '68JG2'
        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 581,425,535.77 581.43 million 129
2024 360,529,223.96 360.53 million 131
2023 474,641,566.67 474.64 million 126
2022 363,790,555.54 363.79 million 134
2021 373,075,363.87 373.08 million 123

Insight

RQ CONSTRUCTION, LLC obligated $2.15 billion across 643 awards over the last 5 years, averaging $3.35 million per award. Annual obligation volume is relatively concentrated, with 2025 at $581.43 million, the highest year in the period, and 2023 also elevated at $474.64 million. The remaining years were clustered between $360.53 million and $373.08 million, indicating a generally stable funding base with an upward spike in the most recent year. Award counts remained fairly even year to year, ranging from 123 to 134, suggesting the obligation growth in 2025 was driven more by larger award values than by a higher number of 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.