In the last full year, FLEET VEHICLE SOURCE, INC. recorded 16,812 award actions with total obligations of $458.78 million and an average action value of $27,288.80. All reported obligations in this period were concentrated at the Federal Acquisition Service under NAICS 336111, Automobile Manufacturing.
Federal Contractor
FLEET VEHICLE SOURCE, INC. Federal Contract Obligations (Last Year)
Federal procurement profile for FLEET VEHICLE SOURCE, INC. (CAGE 6VVA2, UEI CGAKREGGN9J3) covering last full year award activity.
This page reflects the last full year of readable FPDS award data only and summarizes totals, counts, and agency and NAICS concentration for the vendor.
About FLEET VEHICLE SOURCE, INC. federal contract activity
FLEET VEHICLE SOURCE, INC. (CAGE 6VVA2, UEI CGAKREGGN9J3) recorded $458.78 million in obligated awards across 16,812 actions in the last full year, for an average award value of $27,288.80. The volume profile indicates a high-transaction vendor relationship with materially dispersed award sizes rather than dependence on a small number of large obligations.
Agency mix and customer concentration
Award activity was concentrated entirely within the Federal Acquisition Service, which accounted for the full $458.78 million and all 16,812 awards in the analysis window. This agency concentration indicates a single primary buying relationship rather than a broad federal customer base.
Industry profile based on NAICS activity
All observed obligations were coded to NAICS 336111, Automobile Manufacturing, with $458.78 million across 16,812 awards. The NAICS profile is fully concentrated, suggesting the vendor’s recorded federal activity is tied to one dominant product or service classification.
Annual contract trend over the analysis window
The annual trend dataset shows $458.78 million in obligations and 16,812 awards in 2025, which is the sole year represented in the last-full-year window. With only one year in scope, the available trend view supports a point-in-time assessment rather than a multi-year directional comparison.
How to interpret this page
This summary is based on FPDS-observed obligations and award counts for the vendor’s CAGE code and UEI during the last full year. Agency, NAICS, and annual trend sections reflect the provided aggregation fields only; no extrapolation or unstated period comparison was applied.
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 = '6VVA2'
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 |
|---|---|---|---|---|
| 4732 | FEDERAL ACQUISITION SERVICE | 458,779,307.00 | 458.78 million | 16,812 |
Insight
Over the last full year, FLEET VEHICLE SOURCE, INC. (CAGE 6VVA2) recorded $458.78 million in obligations across 16,812 awards, with an average award value of $27,288.80. All reported obligations are concentrated in the Federal Acquisition Service, indicating complete agency concentration for this period. This pattern suggests the vendor’s federal activity is highly centralized rather than distributed across multiple agencies.
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 = '6VVA2'
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 |
|---|---|---|---|---|
| 336111 | AUTOMOBILE MANUFACTURING | 458,779,307.00 | 458.78 million | 16,812 |
Insight
FLEET VEHICLE SOURCE, INC. shows complete concentration in NAICS 336111, Automobile Manufacturing, over the last full year. All reported obligations of $458.78 million and all 16,812 awards are attributed to this single NAICS, indicating no diversification across other industry categories in the observed period. The average award value of $27,288.80 suggests a high-volume, distributed award pattern within this NAICS rather than reliance on a small number of large obligations.
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 = '6VVA2'
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 | 458,779,307.00 | 458.78 million | 16,812 |
Insight
In the last full year, FLEET VEHICLE SOURCE, INC. (CAGE 6VVA2) recorded $458.78 million in obligated dollars across 16,812 awards, for an average award value of about $27.3K. Because only one year is provided in this 1-year window, no year-over-year trend can be assessed. The volume suggests a highly distributed award pattern rather than reliance on a small number of large awards.
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.