Federal Contractor

ODYSSEY SYSTEMS CONSULTING GROUP, LTD. Federal Contract Obligations (Last 10 Years)

ODYSSEY SYSTEMS CONSULTING GROUP, LTD. has 3,048 federal award actions totaling $2.07 billion over the last 10 years, led by Department of the Air Force obligations.

ODYSSEY SYSTEMS CONSULTING GROUP, LTD. (CAGE 09DF6, UEI GUXLUYETMM48) shows a procurement profile concentrated in Department of the Air Force activity, with 2,583 actions and $2.00 billion obligated. Its award history also includes smaller volumes from the Navy, Army, Defense Health Agency, and Federal Acquisition Service.

Generated at 03/21/2026

Analysis period: Last 10 years

Analysis covers the last 10 years and reflects obligated amounts and award counts as reported in the provided FPDS data.

CAGE Code
09DF6
UEI
GUXLUYETMM48
Total Obligated
2.07 billion
2,070,717,219.62
Award Actions
3,048
Average Action Value
679,369.16

About ODYSSEY SYSTEMS CONSULTING GROUP, LTD. federal contract activity

ODYSSEY SYSTEMS CONSULTING GROUP, LTD. (CAGE 09DF6, UEI GUXLUYETMM48) recorded $2.07 billion in FPDS obligations across 3,048 awards over the last 10 years, for an average award value of $679,369.16. The vendor’s federal activity is heavily concentrated in defense-related research and development work, with a relatively high award count paired with large-dollar obligations.

Agency mix and customer concentration

The DEPT OF THE AIR FORCE dominates the vendor’s federal portfolio at $2.00 billion across 2,583 awards, accounting for nearly all observed obligation volume. Other agency relationships are materially smaller, led by the DEPT OF THE NAVY ($26.00 million), DEPT OF THE ARMY ($20.52 million), DEFENSE HEALTH AGENCY ($13.48 million), and FEDERAL ACQUISITION SERVICE ($8.68 million).

Industry profile based on NAICS activity

The vendor’s NAICS profile is overwhelmingly centered on 541712, Research and Development in the Physical, Engineering, and Life Sciences (Except Biotechnology), which represents $2.06 billion across 2,872 awards. Secondary activity appears in 541714, 541511, 541715, and 541330, but each is small relative to the core R&D concentration.

Annual contract trend over the analysis window

Obligations were strongest in the most recent years, with $439.47 million in 2025 and $427.56 million in 2024, both above the 2023 level of $273.81 million. Earlier years were significantly lower, including $103.68 million in 2022 and $86.46 million in 2021, indicating a sharp rise in contract volume and dollar value in the latter part of the period.

How to interpret this page

This page summarizes FPDS contract action data associated with CAGE code 09DF6 and UEI GUXLUYETMM48 over the last 10 years. Totals reflect obligated dollars and award counts aggregated from the supplied analysis window, with agency and NAICS mix based on cumulative obligations within that same period.

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 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
5700 DEPT OF THE AIR FORCE 2,002,194,085.62 2.00 billion 2,583
1700 DEPT OF THE NAVY 26,000,340.41 26.00 million 228
2100 DEPT OF THE ARMY 20,524,942.00 20.52 million 114
97DH DEFENSE HEALTH AGENCY (DHA) 13,483,272.82 13.48 million 38
4732 FEDERAL ACQUISITION SERVICE 8,676,368.34 8.68 million 12
7008 U.S. COAST GUARD 587,956.22 587.96 thousand 4
97JC MISSILE DEFENSE AGENCY (MDA) 500.00 500.00 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -750,245.79 -750.25 thousand 68

Insight

Over the last 10 years, ODYSSEY SYSTEMS CONSULTING GROUP, LTD. has received 2.07 billion across 3,048 awards, with obligations highly concentrated at the Department of the Air Force, which accounts for 2.00 billion and 2,583 awards. The next largest agencies—Department of the Navy, Department of the Army, and Defense Health Agency—contribute comparatively small shares, each well below 30 million. Obligations at the Federal Acquisition Service are also limited at 8.68 million, while DCMA records a net negative obligation of 750.25 thousand, indicating some deobligation activity within the broader profile.

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 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
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 2,055,906,451.91 2.06 billion 2,872
541714 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY (EXCEPT NANOBIOTECHNOLOGY) 5,464,552.51 5.46 million 7
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 4,076,389.18 4.08 million 126
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 3,635,648.00 3.64 million 6
541330 ENGINEERING SERVICES 970,110.70 970.11 thousand 19
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 785,443.00 785.44 thousand 8
541618 OTHER MANAGEMENT CONSULTING SERVICES 73,163.00 73.16 thousand 1
541710 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES -194,538.68 -194.54 thousand 9

Insight

ODYSSEY SYSTEMS CONSULTING GROUP, LTD. is highly concentrated in NAICS 541712, which accounts for $2.06 billion of the $2.07 billion obligated over the last 10 years and 2,872 of 3,048 awards. The remaining obligations are distributed across a small set of related technical NAICS codes, with only limited funding in biotechnology, computer programming, engineering services, and other categories. NAICS 541710 is a minor negative-obligation category, indicating some deobligation activity within the broader R&D portfolio.

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 10 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
2024 427,560,420.39 427.56 million 487
2023 273,805,802.71 273.81 million 327
2022 103,683,720.78 103.68 million 182
2021 86,455,380.08 86.46 million 194
2020 147,793,440.39 147.79 million 239
2019 177,116,203.26 177.12 million 254
2018 195,380,222.65 195.38 million 423
2017 172,501,486.07 172.50 million 493
2016 46,955,215.77 46.96 million 144

Insight

ODYSSEY SYSTEMS CONSULTING GROUP, LTD. has received $2.07 billion across 3,048 awards over the last 10 years, with a long-term average award value of $679,369. Obligation activity is concentrated in the most recent three years, with 2025, 2024, and 2023 accounting for $1.14 billion combined, or about 55% of the 10-year total. Annual obligations were comparatively lower and more variable from 2016 through 2022, bottoming at $46.96 million in 2016 and $86.46 million in 2021 before accelerating sharply in 2023–2025.

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.