INTERNATIONAL AUTO LOGISTICS, LLC recorded 134 award actions with $1.6969 billion in total obligated value over the last 10 years, for an average action value of $12.66 million. All reported obligations in this period were attributed to USTRANSCOM under NAICS 488999, All Other Support Activities for Transportation.
Federal Contractor
INTERNATIONAL AUTO LOGISTICS, LLC Federal Contract Obligations (Last 10 Years)
Federal procurement profile for INTERNATIONAL AUTO LOGISTICS, LLC (CAGE 6TVH1, UEI FBUPGPFL74A3) covering the last 10 years of FPDS award activity.
Annual obligations shown here include 2021 through 2025 and may not reflect the full underlying transaction history for the period.
About INTERNATIONAL AUTO LOGISTICS, LLC federal contract activity
INTERNATIONAL AUTO LOGISTICS, LLC (CAGE 6TVH1, UEI FBUPGPFL74A3) recorded 1.70 billion in obligations across 134 awards over the last 10 years, for an average award value of 12.66 million. The profile indicates a concentrated federal revenue base with meaningful award size and recurring procurement activity.
Agency mix and customer concentration
All identified obligations were awarded by USTRANSCOM, which accounts for the full 1.70 billion and all 134 awards in the analysis window. This indicates a highly concentrated customer relationship with no diversification across agencies in the provided data.
Industry profile based on NAICS activity
All obligations are classified under NAICS 488999, All Other Support Activities for Transportation, which mirrors the agency concentration and confirms a single-line business profile in the reviewed period. The award count and total obligation volume are entirely aligned to this NAICS code.
Annual contract trend over the analysis window
Recent annual obligations remained elevated but variable, with 233.59 million in 2025, 191.81 million in 2024, and 217.40 million in 2023. Earlier years in the subset show lower but still substantial activity at 126.10 million in 2022 and 159.85 million in 2021, indicating continued procurement demand with year-to-year fluctuations.
How to interpret this page
This summary is based on FPDS-derived award data for the last 10 years and reflects only the metrics provided in the dataset. Totals, counts, and averages are reported as supplied; agency and NAICS concentration are derived from the listed top categories in the analysis window.
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 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 |
|---|---|---|---|---|
| 9776 | USTRANSCOM | 1,696,930,129.48 | 1.70 billion | 134 |
Insight
Over the last 10 years, INTERNATIONAL AUTO LOGISTICS, LLC (CAGE 6TVH1) has received $1.70 billion across 134 awards, with an average award value of $12.66 million. All reported obligations are concentrated with USTRANSCOM (agency ID 9776), indicating complete agency concentration in the provided period. This pattern suggests the vendor’s federal activity is entirely dependent on a single agency relationship rather than a diversified customer base.
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 10 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 | 1,696,930,129.48 | 1.70 billion | 134 |
Insight
Over the last 10 years, INTERNATIONAL AUTO LOGISTICS, LLC’s obligated dollars are fully concentrated in NAICS 488999, All Other Support Activities for Transportation. This NAICS accounts for the full $1.70 billion obligated across 134 awards, indicating a highly concentrated procurement profile with no diversification across other NAICS codes in the provided period. The average award value is $12.66 million, suggesting a pattern of repeated awards at substantial dollar levels within a single transportation-support classification.
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 10 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 |
| 2024 | 191,812,949.81 | 191.81 million | 14 |
| 2023 | 217,398,829.51 | 217.40 million | 19 |
| 2022 | 126,099,361.61 | 126.10 million | 16 |
| 2021 | 159,853,312.45 | 159.85 million | 16 |
| 2020 | 205,756,164.68 | 205.76 million | 14 |
| 2019 | 217,563,613.24 | 217.56 million | 15 |
| 2018 | 119,503,592.80 | 119.50 million | 11 |
| 2017 | 225,354,394.97 | 225.35 million | 15 |
Insight
INTERNATIONAL AUTO LOGISTICS, LLC (CAGE 6TVH1) obligated $1.70 billion across 134 awards over the last 10 years, with an average award value of $12.66 million. Annual obligations were generally concentrated in the $119.50 million to $233.59 million range, indicating sustained high-value procurement activity rather than a single-year spike. The highest obligation year in the provided period was 2025 at $233.59 million, while the lowest was 2018 at $119.50 million; award counts remained relatively steady at 11 to 19 per year, suggesting consistent contract volume alongside fluctuating dollar value.
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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.