In the last full year, NATIONAL AIR CARGO GROUP, INC. received $123.42 million in obligated federal awards across 372 actions, for an average action value of $331,774.58. All reported obligations in this period were awarded by USTRANSCOM, with most activity concentrated in NAICS 481211 and smaller obligations under NAICS 481112.
Federal Contractor
NATIONAL AIR CARGO GROUP, INC. Federal Contract Obligations (Last Year)
Federal procurement profile for NATIONAL AIR CARGO GROUP, INC. (CAGE 33ZB6, UEI FCZYF8MGM1K6) covering the last full year of obligated award activity.
Figures reflect the last full year of FPDS-observed obligated awards and are shown as both readable and exact totals where provided.
About NATIONAL AIR CARGO GROUP, INC. federal contract activity
During the last full year, NATIONAL AIR CARGO GROUP, INC. recorded $123.42 million in obligated federal award value across 372 awards, for an average award value of $331,774.58. The vendor is identified by CAGE 33ZB6 and UEI FCZYF8MGM1K6.
Agency mix and customer concentration
All reported obligation flowed through USTRANSCOM, which accounted for the full $123.42 million and all 372 awards. This indicates a highly concentrated agency relationship with no diversification across additional buying organizations in the observed period.
Industry profile based on NAICS activity
Award activity was concentrated in air transportation services. NONSCHEDULED CHARTERED PASSENGER AIR TRANSPORTATION (NAICS 481211) represented $115.25 million across 346 awards, while SCHEDULED FREIGHT AIR TRANSPORTATION (NAICS 481112) accounted for the remaining $8.17 million across 26 awards.
Annual contract trend over the analysis window
The annual trend shows all observed obligation in 2025, totaling $123.42 million across 372 awards. Because the analysis window is limited to the last full year, this reflects a single-year snapshot rather than a multi-year growth pattern.
How to interpret this page
This page summarizes FPDS award records for the last full year using obligated dollars and award counts as the primary measures. Top agencies and NAICS categories are ranked by total obligated value, and averages are calculated from the reported totals and counts.
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 = '33ZB6'
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 | 123,420,146.27 | 123.42 million | 372 |
Insight
During the last full year, NATIONAL AIR CARGO GROUP, INC. (CAGE 33ZB6) received $123.42 million across 372 awards, for an average award value of $331,774.58. All reported obligation in this period is concentrated in USTRANSCOM (Agency ID 9776), indicating complete agency dependence for the vendor’s recorded federal activity. This pattern suggests a highly concentrated award distribution with no visible diversification across other agencies in the analyzed window.
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 = '33ZB6'
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 |
|---|---|---|---|---|
| 481211 | NONSCHEDULED CHARTERED PASSENGER AIR TRANSPORTATION | 115,251,167.42 | 115.25 million | 346 |
| 481112 | SCHEDULED FREIGHT AIR TRANSPORTATION | 8,168,978.85 | 8.17 million | 26 |
Insight
During the last full year, NATIONAL AIR CARGO GROUP, INC. received 123.42 million across 372 awards, with obligations highly concentrated in NAICS 481211, NONSCHEDULED CHARTERED PASSENGER AIR TRANSPORTATION. That code accounted for 115.25 million and 346 awards, or roughly 93% of total obligated dollars and most award activity. NAICS 481112, SCHEDULED FREIGHT AIR TRANSPORTATION, represented the remaining 8.17 million across 26 awards, indicating a narrower secondary concentration in freight air transport.
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 = '33ZB6'
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 | 123,420,146.27 | 123.42 million | 372 |
Insight
During the last full year, NATIONAL AIR CARGO GROUP, INC. (CAGE 33ZB6) recorded $123.42 million in obligated value across 372 awards, for an average award value of $331,774.58. The annual activity is concentrated in a single year of observation, so this window reflects the vendor’s current-year obligation profile rather than a multi-year trend. The volume of awards relative to total obligated dollars suggests a broad distribution of obligations across multiple actions rather than dependence on a small number of very 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.