PSC Code

PSC 8905 Federal Contract Obligations (Last 5 Years)

This page summarizes federal contract obligations for PSC 8905 (MEAT, POULTRY, AND FISH) for last 5 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC 8905 (MEAT, POULTRY, AND FISH) for last 5 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 5 years

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

PSC Code
8905
PSC Description
MEAT, POULTRY, AND FISH
Total Obligated
13.41 billion
13,409,250,141.48
Award Actions
377,808
Average Action Value
35,492.23

About PSC 8905 federal contract activity

This page summarizes last 5 years of federal contract activity associated with PSC 8905 (MEAT, POULTRY, AND FISH). Based on the current FPDS Query dataset, this category shows 13.41 billion in visible obligations across 377,808 award actions, with an average action value of 35,492.23. 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 8905 (MEAT, POULTRY, AND FISH) appears concentrated among a relatively small group of federal buyers over the last 5 years. The visible agency ranking is led by AGRICULTURAL MARKETING SERVICE, with 7.17 billion in obligations, followed by DEFENSE LOGISTICS AGENCY. 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 8905 (MEAT, POULTRY, AND FISH) over the last 5 years. The current ranking is led by KGL FOOD SERVICES WLL, with 705.93 million in obligations, followed by TYSON FOODS INC.. 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 8905 (MEAT, POULTRY, AND FISH) across the last 5 years, from 2021 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 5 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 = '8905'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 7,173,736,750.99 7.17 billion 6,512
97AS DEFENSE LOGISTICS AGENCY 6,019,164,050.51 6.02 billion 360,703
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 140,499,632.30 140.50 million 8,876
1450 BUREAU OF INDIAN AFFAIRS 41,705,312.37 41.71 million 790
2100 DEPT OF THE ARMY 27,842,392.30 27.84 million 708
7527 INDIAN HEALTH SERVICE 2,394,624.99 2.39 million 63
1700 DEPT OF THE NAVY 2,071,008.53 2.07 million 77
12K3 ANIMAL AND PLANT HEALTH INSPECTION SERVICE 710,068.20 710.07 thousand 49
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 598,191.00 598.19 thousand 1
1900 STATE, DEPARTMENT OF 227,919.88 227.92 thousand 1

Insight

PSC 8905 (MEAT, POULTRY, AND FISH) appears to be concentrated among a relatively small group of major buying agencies over the last 5 years. The visible ranking is led by AGRICULTURAL MARKETING SERVICE, followed by DEFENSE LOGISTICS AGENCY, 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 = '8905'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
KGL FOOD SERVICES WLL SEM83 705,928,290.42 705.93 million 10,880
TYSON FOODS INC. 6N915 671,695,404.65 671.70 million 334
COASTAL PACIFIC FOOD DISTRIBUTORS, INC. 01AH6 467,718,258.72 467.72 million 18,297
US FOODS, INC. 1TZ63 447,277,519.96 447.28 million 35,881
EFS EBREX SARL SH276 427,016,076.56 427.02 million 12,204
TYSON FOODS, INC. 6N915 385,622,189.67 385.62 million 214
OCEAN FAIR INTERNATIONAL SHIP CHANDLEING LLC 1CRLW 322,493,018.30 322.49 million 6,359
CRIDER, INC. 55LW1 303,501,076.41 303.50 million 342
VALIANT INTEGRATED SERVICES LLC 7S8Q1 292,950,069.61 292.95 million 5,098
SYSCO HAMPTON ROADS, INC. 4P428 284,926,274.23 284.93 million 7,532

Insight

Within PSC 8905 (MEAT, POULTRY, AND FISH), visible obligations over the last 5 years appear concentrated among a relatively small set of leading vendors. KGL FOOD SERVICES WLL ranks first, followed by TYSON FOODS INC., 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 = '8905'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 2,675,396,218.00 2.68 billion 71,552
2024 2,767,063,753.23 2.77 billion 75,372
2023 2,888,460,399.40 2.89 billion 74,604
2022 2,534,139,859.79 2.53 billion 77,932
2021 2,544,189,911.06 2.54 billion 78,348

Insight

The annual trend shows how obligations in PSC 8905 (MEAT, POULTRY, AND FISH) moved across the last 5 years, from 2021 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.