PSC Code

PSC 2310 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for PSC 2310 (PASSENGER MOTOR VEHICLES) for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC 2310 (PASSENGER MOTOR VEHICLES) 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
2310
PSC Description
PASSENGER MOTOR VEHICLES
Total Obligated
17.58 billion
17,583,321,355.54
Award Actions
338,321
Average Action Value
51,972.30

About PSC 2310 federal contract activity

This page summarizes last 10 years of federal contract activity associated with PSC 2310 (PASSENGER MOTOR VEHICLES). Based on the current FPDS Query dataset, this category shows 17.58 billion in visible obligations across 338,321 award actions, with an average action value of 51,972.30. 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 2310 (PASSENGER MOTOR VEHICLES) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by FEDERAL ACQUISITION SERVICE, with 14.74 billion in obligations, followed by STATE, 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 2310 (PASSENGER MOTOR VEHICLES) over the last 10 years. The current ranking is led by FORD MOTOR COMPANY, with 4.52 billion in obligations, followed by FCA US 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 2310 (PASSENGER MOTOR VEHICLES) 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 = '2310'
        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
4732 FEDERAL ACQUISITION SERVICE 14,744,378,281.63 14.74 billion 318,891
1900 STATE, DEPARTMENT OF 1,250,570,354.57 1.25 billion 7,786
2100 DEPT OF THE ARMY 667,415,649.81 667.42 million 3,701
1542 FEDERAL PRISON INDUSTRIES / UNICOR 358,124,000.15 358.12 million 173
5700 DEPT OF THE AIR FORCE 78,304,154.42 78.30 million 1,084
3600 VETERANS AFFAIRS, DEPARTMENT OF 76,460,806.62 76.46 million 848
1700 DEPT OF THE NAVY 52,801,572.30 52.80 million 700
7014 U.S. CUSTOMS AND BORDER PROTECTION 41,334,731.10 41.33 million 233
1544 U.S. MARSHALS SERVICE 39,249,533.17 39.25 million 692
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 36,917,367.15 36.92 million 454

Insight

PSC 2310 (PASSENGER MOTOR VEHICLES) appears to be concentrated among a relatively small group of major buying agencies over the last 10 years. The visible ranking is led by FEDERAL ACQUISITION SERVICE, followed by STATE, 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 = '2310'
        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
FORD MOTOR COMPANY 3LQV7 4,519,040,145.45 4.52 billion 90,524
FCA US LLC 5KAV0 2,585,322,596.45 2.59 billion 63,544
GENERAL MOTORS LLC 3H9V6 2,519,175,386.79 2.52 billion 55,364
FLEET VEHICLE SOURCE, INC. 6VVA2 1,928,942,940.26 1.93 billion 55,419
BRASADA FORD LTD 3HFD0 402,977,772.77 402.98 million 5,284
FORD MOTOR COMPANY 389,651,021.91 389.65 million 8,791
GSA FINANCIAL AND PAYROLL SERVICE 3G0T3 349,400,193.15 349.40 million 180
FCA US LLC 302,035,660.31 302.04 million 8,376
BLUE BIRD BODY COMPANY 1DMV5 281,589,309.57 281.59 million 1,905
GENERAL MOTORS LLC 280,067,918.62 280.07 million 5,829

Insight

Within PSC 2310 (PASSENGER MOTOR VEHICLES), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. FORD MOTOR COMPANY ranks first, followed by FCA US 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 = '2310'
        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 2,779,080,548.32 2.78 billion 64,032
2024 1,348,270,879.56 1.35 billion 19,972
2023 2,423,971,480.38 2.42 billion 32,397
2022 2,019,679,115.27 2.02 billion 44,019
2021 1,477,774,096.71 1.48 billion 28,860
2020 1,464,253,403.07 1.46 billion 29,144
2019 1,448,422,437.08 1.45 billion 30,576
2018 1,688,431,878.07 1.69 billion 28,162
2017 1,479,530,884.46 1.48 billion 30,970
2016 1,453,906,632.62 1.45 billion 30,189

Insight

The annual trend shows how obligations in PSC 2310 (PASSENGER MOTOR VEHICLES) 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.