Federal Contractor

TYSON FOODS, INC. Federal Contract Obligations (Last Year)

Federal procurement profile for TYSON FOODS, INC. (CAGE 6N915, UEI DX7AU4JMLPC7) covering the last full year of award activity.

In the last full year, TYSON FOODS, INC. recorded 170 award actions totaling $233,936,975.41 in obligated federal spending. Activity was concentrated with the Agricultural Marketing Service and was driven primarily by NAICS 311615, Poultry Processing.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year analysis window; NAICS 311615 accounts for nearly all obligations, while NAICS 311611 shows a small negative amount.

CAGE Code
6N915
UEI
DX7AU4JMLPC7
Total Obligated
233.94 million
233,936,975.41
Award Actions
170
Average Action Value
1,376,099.85

About TYSON FOODS, INC. federal contract activity

TYSON FOODS, INC. (CAGE 6N915, UEI DX7AU4JMLPC7) recorded 233.94 million in obligated awards across 170 actions in the last full year, for an average award value of 1.38 million. The activity profile indicates a concentrated federal procurement footprint centered on food supply and processing services.

Agency mix and customer concentration

Obligations were entirely concentrated with the AGRICULTURAL MARKETING SERVICE, which accounted for 233.94 million across 170 awards. This single-agency dependence indicates that the vendor’s federal business in the period was driven by one procurement relationship rather than a broad customer base.

Industry profile based on NAICS activity

The award mix was dominated by NAICS 311615, POULTRY PROCESSING, which represented 234.04 million across 153 awards. A smaller offset appears under NAICS 311611, ANIMAL (EXCEPT POULTRY) SLAUGHTERING, with -102.01 thousand across 17 awards, indicating a minor negative adjustment or deobligation within the broader award base.

Annual contract trend over the analysis window

All observed obligations fall in 2025, totaling 233.94 million across 170 awards. Because the analysis window covers only the last full year and no earlier annual points are present, trend interpretation is limited to the scale and concentration of activity within that single year.

How to interpret this page

This summary is based on FPDS obligation data for the specified vendor, using the last full year as the analysis window. Totals reflect obligated dollars and award counts as provided, and negative values are retained where present to preserve the underlying FPDS record structure.

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 = '6N915'
        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
12K2 AGRICULTURAL MARKETING SERVICE 233,936,975.41 233.94 million 170

Insight

During the last full year, TYSON FOODS, INC. (CAGE 6N915) received $233.94 million across 170 awards, with an average award value of $1.38 million. Obligations are fully concentrated in a single agency, the Agricultural Marketing Service (12K2), which accounts for 100% of total obligated dollars and all recorded awards. This indicates a highly concentrated obligation profile with no visible cross-agency distribution in the period reviewed.

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 = '6N915'
        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
311615 POULTRY PROCESSING 234,038,981.88 234.04 million 153
311611 ANIMAL (EXCEPT POULTRY) SLAUGHTERING -102,006.47 -102.01 thousand 17

Insight

TYSON FOODS, INC. obligated activity is highly concentrated in NAICS 311615, Poultry Processing, which accounts for $234.04 million across 153 awards and effectively represents the full year’s obligated volume. NAICS 311611, Animal (Except Poultry) Slaughtering, has 17 awards but a net negative obligation of $102.01 thousand, indicating minimal offsetting activity relative to the poultry processing portfolio. Overall, the vendor’s last full year procurement profile is overwhelmingly centered on poultry processing, with only marginal activity in the secondary NAICS.

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 = '6N915'
        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 233,936,975.41 233.94 million 170

Insight

In the last full year, TYSON FOODS, INC. (CAGE 6N915) received $233.94 million across 170 awards, for an average award value of $1.38 million. Obligations are concentrated within a single annual period in the available 1-year window, so no year-over-year trend can be assessed from this view. The award pattern suggests a relatively broad distribution across multiple actions rather than reliance on a small number of very large obligations.

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.