PSC Code

PSC 2320 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for PSC 2320 (TRUCKS AND TRUCK TRACTORS, WHEELED) for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC 2320 (TRUCKS AND TRUCK TRACTORS, WHEELED) 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
2320
PSC Description
TRUCKS AND TRUCK TRACTORS, WHEELED
Total Obligated
14.56 billion
14,563,688,176.48
Award Actions
57,419
Average Action Value
253,638.83

About PSC 2320 federal contract activity

This page summarizes last 10 years of federal contract activity associated with PSC 2320 (TRUCKS AND TRUCK TRACTORS, WHEELED). Based on the current FPDS Query dataset, this category shows 14.56 billion in visible obligations across 57,419 award actions, with an average action value of 253,638.83. 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 2320 (TRUCKS AND TRUCK TRACTORS, WHEELED) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by DEPT OF THE ARMY, with 10.99 billion in obligations, followed by FEDERAL ACQUISITION SERVICE. 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 2320 (TRUCKS AND TRUCK TRACTORS, WHEELED) over the last 10 years. The current ranking is led by AM GENERAL LLC, with 5.04 billion in obligations, followed by OSHKOSH DEFENSE, LLC. 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 2320 (TRUCKS AND TRUCK TRACTORS, WHEELED) 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 = '2320'
        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
2100 DEPT OF THE ARMY 10,987,057,593.36 10.99 billion 3,598
4732 FEDERAL ACQUISITION SERVICE 2,555,682,084.65 2.56 billion 29,895
5700 DEPT OF THE AIR FORCE 322,768,802.23 322.77 million 461
97AS DEFENSE LOGISTICS AGENCY 231,570,954.05 231.57 million 19,734
1700 DEPT OF THE NAVY 157,418,046.65 157.42 million 605
1900 STATE, DEPARTMENT OF 52,845,623.29 52.85 million 479
8900 ENERGY, DEPARTMENT OF 48,245,692.32 48.25 million 254
3600 VETERANS AFFAIRS, DEPARTMENT OF 32,256,509.57 32.26 million 426
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 20,043,988.37 20.04 million 79
1443 NATIONAL PARK SERVICE 18,803,055.80 18.80 million 200

Insight

PSC 2320 (TRUCKS AND TRUCK TRACTORS, WHEELED) appears to be concentrated among a relatively small group of major buying agencies over the last 10 years. The visible ranking is led by DEPT OF THE ARMY, followed by FEDERAL ACQUISITION SERVICE, 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 = '2320'
        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
AM GENERAL LLC 0H3G6 5,039,030,092.04 5.04 billion 622
OSHKOSH DEFENSE, LLC 75Q65 3,588,353,927.82 3.59 billion 1,295
AM GENERAL LLC 699,342,729.04 699.34 million 69
OSHKOSH DEFENSE LLC 75Q65 666,159,791.96 666.16 million 74
BRASADA FORD, LTD. 3HFD0 484,790,125.26 484.79 million 8,348
OSHKOSH DEFENSE, LLC 479,966,710.35 479.97 million 112
REV AMBULANCE GROUP ORLANDO, INC. 5X824 270,227,560.40 270.23 million 1,514
ARMORWORKS ENTERPRISES, INC. 3KHA7 222,272,420.85 222.27 million 53
NAVISTAR, INC. 3NCV7 213,713,481.11 213.71 million 2,085
TRUCK COUNTRY OF WISCONSIN, INC. 7P9N7 174,126,614.85 174.13 million 1,429

Insight

Within PSC 2320 (TRUCKS AND TRUCK TRACTORS, WHEELED), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. AM GENERAL LLC ranks first, followed by OSHKOSH DEFENSE, LLC, 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 = '2320'
        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 1,854,941,283.05 1.85 billion 3,464
2024 1,785,275,503.48 1.79 billion 3,891
2023 1,364,461,790.11 1.36 billion 3,491
2022 1,104,374,929.20 1.10 billion 4,915
2021 1,071,530,222.15 1.07 billion 6,795
2020 1,142,929,348.45 1.14 billion 7,160
2019 1,449,140,872.97 1.45 billion 7,317
2018 1,279,478,735.14 1.28 billion 6,884
2017 1,933,710,723.19 1.93 billion 6,294
2016 1,577,844,768.74 1.58 billion 7,208

Insight

The annual trend shows how obligations in PSC 2320 (TRUCKS AND TRUCK TRACTORS, WHEELED) 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.