In the last full year, ODYSSEY SYSTEMS CONSULTING GROUP, LTD. (CAGE 09DF6, UEI GUXLUYETMM48) received $439,465,327.52 in obligated federal awards across 305 actions, for an average action value of $1,440,869.92. Most of this activity was concentrated in the Department of the Air Force and in NAICS 541712, Research and Development in the Physical, Engineering, and Life Sciences (except Biotechnology).
Federal Contractor
ODYSSEY SYSTEMS CONSULTING GROUP, LTD. Federal Contract Obligations (Last Year)
ODYSSEY SYSTEMS CONSULTING GROUP, LTD. recorded $439.47 million in federal obligations across 305 award actions in the last full year, led by the Department of the Air Force.
Figures reflect the last full year of FPDS-recorded obligations and are summarized by agency, NAICS code, and annual trend.
About ODYSSEY SYSTEMS CONSULTING GROUP, LTD. federal contract activity
ODYSSEY SYSTEMS CONSULTING GROUP, LTD. recorded $439.47 million in obligated awards across 305 actions in the last full year, for an average award value of about $1.44 million. The vendor’s obligations were highly concentrated, with the Department of the Air Force accounting for the large majority of spend and award activity.
Agency mix and customer concentration
The Department of the Air Force dominated the portfolio at $431.32 million across 276 awards, representing nearly all observed obligation volume. Secondary activity came from the Defense Health Agency, the Department of the Navy, and the Missile Defense Agency, but these agencies together contributed only a small share of total obligations.
Industry profile based on NAICS activity
The vendor’s work was overwhelmingly centered in NAICS 541712, which accounted for $430.05 million and 289 awards. Smaller portions of activity appeared in biotechnology and related R&D categories under NAICS 541714 and 541715, with limited additional obligations in ammunition manufacturing and engineering services.
Annual contract trend over the analysis window
Annual activity was recorded in 2025, with total obligations of $439.47 million across 305 awards. Based on the available last-full-year window, no multi-year trend comparison can be inferred from the provided data.
How to interpret this page
This summary is based on FPDS obligation data for the vendor identified by CAGE 09DF6 and UEI GUXLUYETMM48 over the last full year. Agency and NAICS mix reflect total obligated dollars and award counts within the provided dataset; no external sources or unprovided contract details were used.
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 = '09DF6'
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 |
|---|---|---|---|---|
| 5700 | DEPT OF THE AIR FORCE | 431,316,622.27 | 431.32 million | 276 |
| 97DH | DEFENSE HEALTH AGENCY (DHA) | 5,508,544.20 | 5.51 million | 15 |
| 1700 | DEPT OF THE NAVY | 2,639,661.05 | 2.64 million | 13 |
| 97JC | MISSILE DEFENSE AGENCY (MDA) | 500.00 | 500.00 | 1 |
Insight
ODYSSEY SYSTEMS CONSULTING GROUP, LTD. received $439.47 million across 305 awards in the last full year, with an average award value of $1.44 million. Obligations are highly concentrated in the DEPT OF THE AIR FORCE, which accounts for $431.32 million and 276 awards, or the clear majority of both dollars and actions. The remaining activity is limited to the Defense Health Agency ($5.51 million, 15 awards), the DEPT OF THE NAVY ($2.64 million, 13 awards), and a single $500 award from the Missile Defense Agency, indicating a narrow agency distribution outside the Air Force.
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 = '09DF6'
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 |
|---|---|---|---|---|
| 541712 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) | 430,047,693.26 | 430.05 million | 289 |
| 541714 | RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY (EXCEPT NANOBIOTECHNOLOGY) | 4,935,017.51 | 4.94 million | 5 |
| 541715 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) | 3,633,348.00 | 3.63 million | 3 |
| 332993 | AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING | 784,443.00 | 784.44 thousand | 5 |
| 541330 | ENGINEERING SERVICES | 64,825.75 | 64.83 thousand | 3 |
Insight
ODYSSEY SYSTEMS CONSULTING GROUP, LTD. received $439.47 million across 305 awards in the last full year, with an average award value of $1.44 million. Obligations are highly concentrated in NAICS 541712, which accounts for $430.05 million and 289 awards, representing nearly all of the vendor’s obligated value. The remaining activity is limited to 541714 ($4.94 million, 5 awards), 541715 ($3.63 million, 3 awards), 332993 ($784.44 thousand, 5 awards), and 541330 ($64.83 thousand, 3 awards), indicating a strong emphasis on R&D-related work with only minor diversification into other categories.
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 = '09DF6'
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 | 439,465,327.52 | 439.47 million | 305 |
Insight
In the last full year, ODYSSEY SYSTEMS CONSULTING GROUP, LTD. recorded $439.47 million in obligated dollars across 305 awards, indicating a highly concentrated annual funding profile. The average award value of approximately $1.44 million suggests obligations were distributed across multiple awards rather than a single large action, though the full-year total remained substantial. With only one year provided in the 1-year window, no multi-year trend can be assessed from this view.
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.