In the last full year, FISHER SAND & GRAVEL CO. recorded 5 award actions with total obligations of -$424.25 million, for an average action value of -$84.85 million. All obligated activity in this window was with the Department of the Army and aligned to NAICS 237310, Highway, Street, and Bridge Construction.
Federal Contractor
FISHER SAND & GRAVEL CO. Federal Contract Obligations (Last Year)
Federal procurement summary for FISHER SAND & GRAVEL CO. (CAGE 1TBR7, UEI DGT8NKKG9NR3) covering the last full year of award activity.
Totals, counts, and averages reflect the provided FPDS analysis window and may include negative obligations as reported in the source data.
About FISHER SAND & GRAVEL CO. federal contract activity
FISHER SAND & GRAVEL CO. (CAGE 1TBR7, UEI DGT8NKKG9NR3) recorded -$424.25 million in obligated value across 5 awards during the last full year, for an average award value of -$84.85 million. The negative obligated value indicates deobligations or downward adjustments exceeded positive obligations in the period, so the net total should be interpreted as a funding change rather than a simple award total.
Agency mix and customer concentration
The vendor’s activity was entirely concentrated in the DEPT OF THE ARMY, which accounted for all 5 awards and the full -$424.25 million in net obligated value. This indicates a highly concentrated federal customer relationship with no visible diversification across other agencies in the analysis window.
Industry profile based on NAICS activity
All reported obligations fall under NAICS 237310, Highway, Street, and Bridge Construction, with 5 awards totaling -$424.25 million. The mix is fully aligned to heavy civil construction and shows no diversification across other NAICS sectors in the period reviewed.
Annual contract trend over the analysis window
The annual trend shows all recorded activity in 2025, with -$424.25 million across 5 awards. Because only one year appears in the dataset, there is no multi-year trajectory to assess; the available result instead shows a single-year net negative obligated position.
How to interpret this page
This summary is based on FPDS award records for the last full year and reflects obligated amounts associated with the vendor’s CAGE and UEI. Totals, counts, agency concentration, and NAICS concentration are derived from the provided FPDS query outputs; negative obligations are treated as net deobligations or adjustments where applicable.
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 = '1TBR7'
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 | -424,254,527.98 | -424.25 million | 5 |
Insight
FISHER SAND & GRAVEL CO. received all reported obligations in the last full year from the DEPT OF THE ARMY, indicating complete agency concentration in this window. Total obligated value was -$424.25 million across 5 awards, yielding an average award value of -$84.85 million. This pattern reflects a highly concentrated award distribution with no reported obligations from other agencies in the period.
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 = '1TBR7'
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 | -424,254,527.98 | -424.25 million | 5 |
Insight
During the last full year, FISHER SAND & GRAVEL CO. had all recorded obligations concentrated in NAICS 237310, Highway, Street, and Bridge Construction. The vendor’s $424.25 million in obligations across 5 awards indicates a highly concentrated portfolio with no diversification across other NAICS codes in this window. This concentration suggests the vendor’s federal work in the period was fully aligned to heavy civil highway and bridge construction activity.
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 = '1TBR7'
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 | -424,254,527.98 | -424.25 million | 5 |
Insight
During the last full year, FISHER SAND & GRAVEL CO. (CAGE 1TBR7) recorded -$424.25 million in total obligated value across 5 awards, indicating very high concentration in a small number of actions. The average award value was -$84.85 million, suggesting obligations were heavily weighted toward large-dollar awards rather than broadly distributed across many transactions. With only one year represented in the window, the data supports a snapshot of concentrated activity rather than a multi-year trend.
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.