Federal Contractor

BRASFIELD & GORRIE, L.L.C. Federal Contract Obligations (Last 10 Years)

Federal procurement profile for BRASFIELD & GORRIE, L.L.C. covering 680 award actions and $2.44 billion obligated over the last 10 years.

BRASFIELD & GORRIE, L.L.C. (CAGE 0L5R0, UEI TWVGJRMK6Z78) received 680 federal award actions totaling $2,441,754,452.52 in the last 10 years, for an average action value of $3,590,815.37. Most obligations were tied to the Public Buildings Service and the FBI, with commercial and institutional building construction accounting for nearly all tracked contract value.

Generated at 03/21/2026

Analysis period: Last 10 years

Agency, NAICS, and annual totals reflect the provided analysis window and may differ slightly due to rounding in readable figures.

CAGE Code
0L5R0
UEI
TWVGJRMK6Z78
Total Obligated
2.44 billion
2,441,754,452.52
Award Actions
680
Average Action Value
3,590,815.37

About BRASFIELD & GORRIE, L.L.C. federal contract activity

BRASFIELD & GORRIE, L.L.C. (CAGE 0L5R0, UEI TWVGJRMK6Z78) recorded $2.44 billion in obligated federal spending across 680 awards in the last 10 years, for an average award value of $3.59 million. The profile is concentrated in construction-related work, with obligations driven overwhelmingly by a small number of agencies and a single dominant NAICS classification.

Agency mix and customer concentration

The Public Buildings Service is the largest customer by obligated value at $1.23 billion across 561 awards, narrowly followed by the Federal Bureau of Investigation at $1.16 billion across 70 awards. The remaining agency activity is materially smaller, led by the U.S. Coast Guard and the Department of the Army, while NASA appears only marginally in the record.

Industry profile based on NAICS activity

Federal obligations are heavily concentrated in NAICS 236220, Commercial and Institutional Building Construction, which accounts for $2.42 billion across 669 awards. NAICS 236210, Industrial Building Construction, is a distant second at $17.25 million across 11 awards, indicating a portfolio centered on commercial and institutional facility construction rather than industrial buildout.

Annual contract trend over the analysis window

Annual obligations show substantial volatility over the analyzed period, with a pronounced peak in 2024 at $856.27 million across 72 awards. The following year-to-date 2025 total is $165.57 million across 63 awards, below 2024 but still meaningful relative to prior years, while 2022 and 2023 also represent elevated activity compared with 2021. Award counts do not move in lockstep with obligated value, suggesting a mix of large individual awards and periods of higher award frequency.

How to interpret this page

This summary is based on FPDS obligations associated with BRASFIELD & GORRIE, L.L.C., using the provided CAGE code and UEI over the last 10 years. Totals reflect obligated dollars and award counts in the supplied dataset; agency, NAICS, and annual views are ranked by obligated value.

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 = '0L5R0'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
4740 PUBLIC BUILDINGS SERVICE 1,228,204,197.69 1.23 billion 561
1549 FEDERAL BUREAU OF INVESTIGATION 1,162,183,883.69 1.16 billion 70
7008 U.S. COAST GUARD 31,681,078.00 31.68 million 8
2100 DEPT OF THE ARMY 19,684,011.03 19.68 million 38
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 5,000.00 5.00 thousand 2
3600 VETERANS AFFAIRS, DEPARTMENT OF -3,717.89 -3.72 thousand 1

Insight

Over the last 10 years, BRASFIELD & GORRIE, L.L.C. has obligated $2.44 billion across 680 awards, with spending heavily concentrated in two agencies. The Public Buildings Service and the Federal Bureau of Investigation account for nearly all obligated dollars, at $1.23 billion across 561 awards and $1.16 billion across 70 awards, respectively. All other listed agencies represent a small share of total obligations, including the U.S. Coast Guard ($31.68 million), the Department of the Army ($19.68 million), NASA ($5.00 thousand), and a nominal negative obligation at the Department of Veterans Affairs (-$3.72 thousand).

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 = '0L5R0'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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,424,506,158.20 2.42 billion 669
236210 INDUSTRIAL BUILDING CONSTRUCTION 17,248,294.32 17.25 million 11

Insight

Over the last 10 years, BRASFIELD & GORRIE, L.L.C. has had highly concentrated obligations in NAICS 236220, Commercial and Institutional Building Construction, with $2.42 billion across 669 awards, representing nearly all of the vendor’s $2.44 billion and 680 awards in this window. NAICS 236210, Industrial Building Construction, is a distant secondary category at $17.25 million across 11 awards. This distribution indicates a strong specialization in commercial and institutional building construction with limited activity in related industrial building work.

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 = '0L5R0'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 165,568,395.28 165.57 million 63
2024 856,272,287.35 856.27 million 72
2023 283,914,847.03 283.91 million 116
2022 522,155,805.09 522.16 million 109
2021 213,832,092.73 213.83 million 124
2020 9,371,291.51 9.37 million 70
2019 63,457,995.33 63.46 million 49
2018 319,028,291.20 319.03 million 42
2017 8,153,447.00 8.15 million 35

Insight

Over the last 10 years, BRASFIELD & GORRIE, L.L.C. (CAGE 0L5R0) obligated $2.44 billion across 680 awards, averaging $3.59 million per award. Obligations are highly concentrated in recent years, led by 2024 at $856.27 million, followed by 2022 at $522.16 million and 2018 at $319.03 million; 2025 is currently at $165.57 million. Award volume is more evenly distributed than dollars, with the highest counts in 2021 (124), 2023 (116), and 2022 (109), indicating larger average award values in the peak obligation years.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.