Federal Contractor

FISHER SAND & GRAVEL CO. Federal Contract Obligations (Last Year)

Federal procurement profile for FISHER SAND & GRAVEL CO. (CAGE 85VN2, UEI XAVBDA4D13N7) covering obligations in the last full year.

In the last full year, FISHER SAND & GRAVEL CO. recorded 16 award actions totaling $4.74 billion, with an average action value of $296.0 million. All obligated activity in this window was with U.S. Customs and Border Protection under NAICS 236220, Commercial and Institutional Building Construction.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year analysis window and are based on readable obligated amounts and award counts provided in the source data.

CAGE Code
85VN2
UEI
XAVBDA4D13N7
Total Obligated
4.74 billion
4,736,416,344.00
Award Actions
16
Average Action Value
296,026,021.50

About FISHER SAND & GRAVEL CO. federal contract activity

FISHER SAND & GRAVEL CO. recorded $4.74 billion in obligations across 16 FPDS awards in the last full year, for an average award value of about $296.0 million. The activity profile is highly concentrated, with all reported obligations tied to a single agency and a single NAICS code.

Agency mix and customer concentration

U.S. Customs and Border Protection accounted for the full $4.74 billion and all 16 awards in the analysis window. This indicates a fully concentrated agency relationship rather than a diversified federal customer base during the period.

Industry profile based on NAICS activity

All reported obligations were classified under NAICS 236220, Commercial and Institutional Building Construction, with 16 awards totaling $4.74 billion. The NAICS profile shows a single-line business concentration with no evidence in this dataset of material activity outside that construction category.

Annual contract trend over the analysis window

The annual trend shows $4.74 billion in obligations in 2025 across 16 awards. Because the analysis window is limited to the last full year, the trend view reflects a single-year snapshot rather than a multi-year pattern.

How to interpret this page

This summary is based on FPDS-observed obligations associated with CAGE code 85VN2 and UEI XAVBDA4D13N7 for the last full year. Amounts reflect obligated dollars reported in the provided dataset and are summarized by agency, NAICS code, and annual total.

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 = '85VN2'
        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
7014 U.S. CUSTOMS AND BORDER PROTECTION 4,736,416,344.00 4.74 billion 16

Insight

FISHER SAND & GRAVEL CO.’s obligations in the last full year were fully concentrated in one agency: U.S. Customs and Border Protection. CBP accounted for the entire $4.74 billion obligated across 16 awards, indicating a single-agency procurement profile with no diversification across other federal agencies in this period. The average award value was approximately $296.0 million, suggesting relatively large individual obligations within this agency relationship.

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 = '85VN2'
        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
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 4,736,416,344.00 4.74 billion 16

Insight

FISHER SAND & GRAVEL CO. received 4.74 billion in obligated funding across 16 awards in the last full year, all under NAICS 236220, Commercial and Institutional Building Construction. This indicates complete concentration of activity in a single NAICS, with no diversification across other industry codes in the observed period. The average award value of about 296.0 million suggests a portfolio composed of relatively large construction obligations rather than numerous smaller awards.

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 = '85VN2'
        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 4,736,416,344.00 4.74 billion 16

Insight

In the last full year, FISHER SAND & GRAVEL CO. (CAGE 85VN2) received 16 awards totaling $4.74 billion, for an average award value of about $296.0 million. Obligations are fully concentrated in a single year in the provided 1-year window, so no within-period year-over-year trend can be assessed. The award profile indicates a small number of high-dollar obligations rather than broad distribution across many 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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.