Federal Contractor

URS Federal Contract Obligations (Last Year)

URS (CAGE 64BY8, UEI QHN6R6M114L7) received 1 federal award action in the last full year totaling $6.89 million.

In the last full year, URS recorded $6.89 million in federal obligations across 1 award action, with all reported activity attributed to the Department of Energy. The contract activity was classified under NAICS 562910, Remediation Services.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and may differ from other federal reporting views due to timing or data refresh differences.

CAGE Code
64BY8
UEI
QHN6R6M114L7
Total Obligated
6.89 million
6,892,715.20
Award Actions
1
Average Action Value
6,892,715.20

About URS federal contract activity

During the last full year, URS was associated with 1 FPDS-observed award totaling $6.89 million, for an average award value equal to the full-year total. The activity captured in this window is concentrated in a single obligation, indicating limited but clearly defined procurement exposure for the period.

Agency mix and customer concentration

All observed obligations in the analysis window came from the Department of Energy, which accounted for the full $6.89 million and the only recorded award. This indicates a fully concentrated agency profile with no diversification across awarding agencies in the available data.

Industry profile based on NAICS activity

The vendor’s activity mapped entirely to NAICS 562910, Remediation Services, with one award totaling $6.89 million. This suggests the recorded procurement relationship was specific to remediation-related work rather than a broad mix of industrial categories.

Annual contract trend over the analysis window

The annual trend shows all observed obligations in 2025, with $6.89 million across one award. Because the analysis window contains a single recorded year and one award, the trend is stable but not suitable for assessing multi-year growth or volatility.

How to interpret this page

This summary is based on the provided FPDS query results for URS, filtered to the last full year and keyed to CAGE 64BY8 and UEI QHN6R6M114L7. Metrics reflect only the supplied award and obligation data; no additional contracts, years, or counterparties are inferred beyond the source records.

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 = '64BY8'
        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
8900 ENERGY, DEPARTMENT OF 6,892,715.20 6.89 million 1

Insight

URS’s last full year obligated dollars were fully concentrated in a single awarding agency, the Department of Energy, which accounted for 100% of the $6.89 million in obligations. The vendor received one award in the period, so the average award value equals the total obligated amount at $6.89 million. This indicates a highly concentrated funding profile with no agency diversification in the observed 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 = '64BY8'
        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
562910 REMEDIATION SERVICES 6,892,715.20 6.89 million 1

Insight

Over the last full year, URS’s obligations under CAGE 64BY8 were fully concentrated in a single NAICS code: 562910, Remediation Services. That code accounts for the entire $6.89 million obligated and the full award count of 1, indicating no diversification across NAICS during the period. The pattern reflects a single-award, single-NAICS concentration rather than a broad contracting mix.

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 = '64BY8'
        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 6,892,715.20 6.89 million 1

Insight

Over the last full year, URS (CAGE 64BY8) received $6.89 million in obligated funding across 1 award, resulting in full concentration of annual obligations in a single action. The average award value equals the total obligated amount, indicating no diversification across multiple awards during the period. This pattern suggests activity was episodic rather than distributed across the year.

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.