In the last full year, INTERNATIONAL AUTO LOGISTICS, LLC recorded 14 contract actions totaling $233,587,910.41 in obligated obligations, with an average action value of $16,684,850.74. All reported obligations in this period were concentrated at USTRANSCOM and mapped to NAICS 488999, All Other Support Activities for Transportation.
Federal Contractor
INTERNATIONAL AUTO LOGISTICS, LLC Federal Contract Obligations (Last Year)
Federal procurement profile for INTERNATIONAL AUTO LOGISTICS, LLC (CAGE 6TVH1, UEI FBUPGPFL74A3) covering last full year activity.
Figures reflect the last full year analyzed and are based on readable obligations, award action counts, and agency and NAICS rollups provided here.
About INTERNATIONAL AUTO LOGISTICS, LLC federal contract activity
INTERNATIONAL AUTO LOGISTICS, LLC (CAGE 6TVH1, UEI FBUPGPFL74A3) recorded 233.59 million in obligated federal spending across 14 awards during the last full year, for an average award value of 16.68 million. The profile reflects a concentrated award base with all observed obligation flowing through a limited number of transactions.
Agency mix and customer concentration
USTRANSCOM accounted for the full 233.59 million in obligations and all 14 awards, indicating complete agency concentration in the observed period. This pattern suggests the vendor's federal activity was entirely tied to transportation-related support requirements within a single DoD transportation command customer base.
Industry profile based on NAICS activity
All observed obligations were classified under NAICS 488999, All Other Support Activities for Transportation, with 233.59 million across 14 awards. The NAICS profile is fully concentrated, pointing to a narrow service footprint centered on transportation support rather than a diversified federal portfolio.
Annual contract trend over the analysis window
The annual trend shows 233.59 million in obligations in 2025, which is the only year present in the analysis window. With no prior year in the dataset, the trend is best interpreted as a single-period snapshot rather than a multi-year growth or decline pattern.
How to interpret this page
This summary is based on FPDS-observed obligations for the vendor over the last full year and uses the provided CAGE and UEI identifiers to attribute awards. Agency, NAICS, and annual trend statements reflect only the supplied dataset and do not infer activity beyond the reported FPDS records.
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 = '6TVH1'
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 |
|---|---|---|---|---|
| 9776 | USTRANSCOM | 233,587,910.41 | 233.59 million | 14 |
Insight
During the last full year, INTERNATIONAL AUTO LOGISTICS, LLC’s obligations were fully concentrated in a single agency: USTRANSCOM. USTRANSCOM accounted for the full $233.59 million in obligated value across 14 awards, indicating a highly concentrated customer base with no observed agency diversification in this window. The average award value was $16.68 million, suggesting relatively large individual obligations within this agency-specific portfolio.
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 = '6TVH1'
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 |
|---|---|---|---|---|
| 488999 | ALL OTHER SUPPORT ACTIVITIES FOR TRANSPORTATION | 233,587,910.41 | 233.59 million | 14 |
Insight
Over the last full year, INTERNATIONAL AUTO LOGISTICS, LLC (CAGE 6TVH1) received 100% of its reported obligated dollars, $233.59 million across 14 awards, under NAICS 488999, All Other Support Activities for Transportation. This indicates a complete concentration of activity in a single NAICS code, with no observed diversification across other industries in the reporting window. The average award value was $16.68 million, suggesting a portfolio composed of relatively high-value obligations within this NAICS 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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '6TVH1'
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,587,910.41 | 233.59 million | 14 |
Insight
During the last full year, INTERNATIONAL AUTO LOGISTICS, LLC received $233.59 million in obligations across 14 awards, for an average award value of $16.68 million. Obligations were fully concentrated in FY 2025 within the 1-year window provided, indicating a high level of award activity in a single fiscal year rather than a multi-year distribution. This pattern suggests significant recent federal spending concentration for this vendor.
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.