PSC Code

PSC 8945 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for PSC 8945 (FOOD, OILS AND FATS) for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC 8945 (FOOD, OILS AND FATS) for last 10 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 10 years

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 10 years analysis window.

PSC Code
8945
PSC Description
FOOD, OILS AND FATS
Total Obligated
8.05 billion
8,048,945,379.11
Award Actions
62,468
Average Action Value
128,849.09

About PSC 8945 federal contract activity

This page summarizes last 10 years of federal contract activity associated with PSC 8945 (FOOD, OILS AND FATS). Based on the current FPDS Query dataset, this category shows 8.05 billion in visible obligations across 62,468 award actions, with an average action value of 128,849.09. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand for PSC 8945 (FOOD, OILS AND FATS) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by AGRICULTURAL MARKETING SERVICE, with 4.00 billion in obligations, followed by VETERANS AFFAIRS, DEPARTMENT OF. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in PSC 8945 (FOOD, OILS AND FATS) over the last 10 years. The current ranking is led by US FOODS, INC., with 1.00 billion in obligations, followed by CARGILL, INCORPORATED. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved for PSC 8945 (FOOD, OILS AND FATS) across the last 10 years, from 2016 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market segment.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of category-scale obligations, top buying agencies, leading vendors, and visible year-over-year movement within last 10 years. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.

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__productOrServiceInformation__productOrServiceCode = '8945'
        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
12K2 AGRICULTURAL MARKETING SERVICE 4,004,790,295.35 4.00 billion 3,647
3600 VETERANS AFFAIRS, DEPARTMENT OF 1,363,618,719.79 1.36 billion 876
12D2 FARM SERVICE AGENCY 1,100,312,045.50 1.10 billion 1,042
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 508,248,900.16 508.25 million 38,282
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 442,653,836.91 442.65 million 243
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 318,737,244.70 318.74 million 184
2100 DEPT OF THE ARMY 119,625,252.82 119.63 million 2,147
12C2 FOREST SERVICE 63,029,320.48 63.03 million 1,492
97AS DEFENSE LOGISTICS AGENCY 47,634,884.21 47.63 million 12,651
97DH DEFENSE HEALTH AGENCY (DHA) 35,370,579.22 35.37 million 57

Insight

PSC 8945 (FOOD, OILS AND FATS) appears to be concentrated among a relatively small group of major buying agencies over the last 10 years. The visible ranking is led by AGRICULTURAL MARKETING SERVICE, followed by VETERANS AFFAIRS, DEPARTMENT OF, which suggests that agency demand in this category is not evenly distributed.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        ifNull(anyHeavy(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode), '') AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__productOrServiceCode = '8945'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
US FOODS, INC. 33BA4 1,000,850,348.72 1.00 billion 1,689
CARGILL, INCORPORATED 1B8W5 916,542,917.40 916.54 million 191
ARCHER-DANIELS-MIDLAND COMPANY 84168 717,244,947.65 717.24 million 110
CHS INC. 1M2A3 488,025,078.70 488.03 million 60
US FOODS INC 33BA4 414,438,413.57 414.44 million 273
STRATAS FOODS LLC 6C3V7 412,704,228.66 412.70 million 380
KALAMA EXPORT COMPANY LLC 3LWD1 263,207,762.02 263.21 million 37
BUNGE NORTH AMERICA, INC. 3JUD3 261,649,596.79 261.65 million 46
INCOBRASA INDUSTRIES, LTD. 3UCE5 258,625,092.60 258.63 million 363
COMPOSITE ANALYSIS GROUP, INC. 1MLN2 224,613,239.39 224.61 million 99

Insight

Within PSC 8945 (FOOD, OILS AND FATS), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. US FOODS, INC. ranks first, followed by CARGILL, INCORPORATED, which helps define the current competitive landscape in this category.

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__productOrServiceInformation__productOrServiceCode = '8945'
        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 577,270,531.26 577.27 million 6,425
2024 898,296,907.35 898.30 million 7,181
2023 920,614,569.01 920.61 million 7,174
2022 1,279,889,914.02 1.28 billion 7,205
2021 925,016,043.58 925.02 million 5,460
2020 756,401,267.48 756.40 million 5,210
2019 762,195,948.63 762.20 million 4,887
2018 664,474,680.21 664.47 million 6,842
2017 869,135,871.61 869.14 million 6,181
2016 395,649,645.96 395.65 million 5,903

Insight

The annual trend shows how obligations in PSC 8945 (FOOD, OILS AND FATS) moved across the last 10 years, from 2016 through 2025. This helps users judge whether visible contract activity in this category appears stable, rising, or easing over time.

Use FPDS Query for deeper PSC analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper PSC analysis across agencies, vendors, 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.