In the last full year, BFBC, LLC’s federal procurement activity was concentrated in the Department of the Army, which accounted for all 9 reported awards and the full -$21.16 million in obligations. The company’s recorded work fell under NAICS 237310, Highway, Street, and Bridge Construction.
Federal Contractor
BFBC, LLC Federal Contract Obligations (Last Year)
BFBC, LLC (CAGE 853G5, UEI PTZXAS7WKA23) recorded -$21.16 million in federal obligations across 9 awards in the last full year.
Figures reflect the last full year shown in FPDS and use obligated amounts as reported, including negative values.
About BFBC, LLC federal contract activity
BFBC, LLC (CAGE 853G5, UEI PTZXAS7WKA23) recorded 9 FPDS awards in the last full year, with total obligated dollars of -$21.16 million and an average award value of -$2.35 million. The negative obligated total indicates net de-obligation activity over the period rather than net new obligation growth.
Agency mix and customer concentration
All reported obligation activity in the analysis window is concentrated in DEPT OF THE ARMY, which accounted for the full -$21.16 million across 9 awards. That concentration indicates a single-agency relationship with no diversification across other procuring agencies in the available data.
Industry profile based on NAICS activity
Award activity is fully concentrated in NAICS 237310, Highway, Street, and Bridge Construction, with the same -$21.16 million total across 9 awards. This profile suggests the vendor’s federal procurement activity during the period was limited to construction-related work in that category.
Annual contract trend over the analysis window
The annual trend shows a single reporting year, 2025, with -$21.16 million in obligated value across 9 awards. Because only one year appears in the window, the data supports a point-in-time read rather than a year-over-year trend assessment.
How to interpret this page
This summary is based on FPDS award records for BFBC, LLC within the last full year analysis window. Dollar figures reflect obligated amounts as reported in FPDS and may include de-obligations, modifications, or other contract adjustments; award counts reflect the number of award actions in the provided dataset.
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 = '853G5'
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 |
|---|---|---|---|---|
| 2100 | DEPT OF THE ARMY | -21,160,205.62 | -21.16 million | 9 |
Insight
BFBC, LLC’s last full year obligations are fully concentrated in one agency: the Department of the Army, which accounts for the entire -$21.16 million total across 9 awards. This indicates a highly concentrated agency distribution with no diversification across other agencies in the period reviewed. The average award value was approximately -$2.35 million, suggesting a small number of relatively large obligations within the Army portfolio.
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 = '853G5'
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 |
|---|---|---|---|---|
| 237310 | HIGHWAY, STREET, AND BRIDGE CONSTRUCTION | -21,160,205.62 | -21.16 million | 9 |
Insight
BFBC, LLC’s obligations in the last full year are entirely concentrated in NAICS 237310, Highway, Street, and Bridge Construction, indicating a fully focused contracting profile for the period. The vendor recorded 9 awards in this NAICS, with total obligated dollars of -$21.16 million and an average award value of -$2.35 million. This pattern reflects no NAICS diversification in the reported window, so the vendor’s activity is concentrated in a single construction sector.
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 = '853G5'
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 | -21,160,205.62 | -21.16 million | 9 |
Insight
During the last full year, BFBC, LLC (CAGE 853G5) recorded $21.16 million in net deobligations across 9 awards, for an average award value of -$2.35 million. The activity is fully concentrated in FY 2025, with no year-over-year pattern available in the provided period. The negative total obligated value indicates contract funding reductions or closeout-related adjustments rather than net new obligation growth.
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.