Federal Contractor

DAI GLOBAL, LLC Federal Contract Obligations (Last 5 Years)

DAI GLOBAL, LLC has received 664 federal award actions totaling $1,870,052,241.89 over the last five years, with nearly all obligations from the Agency for International Development.

DAI GLOBAL, LLC, CAGE 9G431 and UEI JKMEF5QVJK24, recorded 664 federal award actions in the last five years with average obligations of $2,816,343.73 per action. The award profile is concentrated in USAID funding and in NAICS 541990, All Other Professional, Scientific, and Technical Services.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect readable FPDS obligations for the last five years and may include the single Departmental Offices action shown in the agency table with $0.00 obligated.

CAGE Code
9G431
UEI
JKMEF5QVJK24
Total Obligated
1.87 billion
1,870,052,241.89
Award Actions
664
Average Action Value
2,816,343.73

About DAI GLOBAL, LLC federal contract activity

DAI GLOBAL, LLC (CAGE 9G431, UEI JKMEF5QVJK24) recorded 664 FPDS awards totaling $1.87 billion over the last 5 years, for an average award value of $2.82 million. The obligation profile is highly concentrated, with nearly all reported dollars tied to a single civilian agency.

Agency mix and customer concentration

The Agency for International Development accounts for $1.87 billion across 663 awards, representing essentially the full five-year obligation total. Departmental Offices appears once with no obligated value, indicating no material diversification across buying organizations in the observed period.

Industry profile based on NAICS activity

Award activity is dominated by NAICS 541990, which alone represents $1.39 billion across 502 awards. The next largest categories are 541611 at $182.67 million, 541330 at $148.60 million, and 541690 at $40.99 million, showing a portfolio centered on professional, management, engineering, and technical consulting services.

Annual contract trend over the analysis window

Annual obligations were strongest in 2024 at $522.05 million across 166 awards, with similarly elevated totals in 2023 at $493.58 million and 2022 at $466.16 million. Activity declined in 2025 to $71.30 million across 73 awards, after a lower 2021 baseline of $316.97 million across 145 awards.

How to interpret this page

This summary reflects FPDS records for DAI GLOBAL, LLC matched to CAGE 9G431 and UEI JKMEF5QVJK24 over the last 5 years. Totals, award counts, agency mix, NAICS mix, and annual trend are based on reported obligated dollars in the provided dataset and may reflect modifications, deobligations, and other FPDS reporting effects.

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 = '9G431'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 1,870,052,241.89 1.87 billion 663
1406 DEPARTMENTAL OFFICES 0.00 0.00 1

Insight

Over the last 5 years, DAI GLOBAL, LLC’s obligations are overwhelmingly concentrated with the Agency for International Development, which accounts for $1.87 billion across 663 of 664 awards. The remaining award is associated with Departmental Offices and carries no obligated value, indicating negligible diversification across agencies. This pattern shows a highly concentrated funding profile with nearly all activity tied to a single agency.

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 = '9G431'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 1,394,405,454.69 1.39 billion 502
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 182,672,997.22 182.67 million 68
541330 ENGINEERING SERVICES 148,604,292.95 148.60 million 42
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 40,987,027.86 40.99 million 10
511110 NEWSPAPER PUBLISHERS 34,170,704.00 34.17 million 8
611430 PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING 32,104,969.31 32.10 million 19
523999 MISCELLANEOUS FINANCIAL INVESTMENT ACTIVITIES 22,645,104.44 22.65 million 4
541620 ENVIRONMENTAL CONSULTING SERVICES 15,334,602.00 15.33 million 7
541618 OTHER MANAGEMENT CONSULTING SERVICES 2,456.07 2.46 thousand 2
111998 ALL OTHER MISCELLANEOUS CROP FARMING -21,893.52 -21.89 thousand 1

Insight

DAI GLOBAL, LLC’s obligations over the last 5 years are heavily concentrated in NAICS 541990, which accounts for $1.39 billion across 502 awards, or roughly 75% of total obligated dollars. The next largest categories are 541611 ($182.67 million, 68 awards) and 541330 ($148.60 million, 42 awards), indicating a secondary cluster in management consulting and engineering services, but at materially lower levels than the dominant code. Remaining NAICS codes each represent relatively small shares of obligation value, with awards dispersed across multiple service categories and one de minimis negative obligation in 111998.

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 = '9G431'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 71,296,120.16 71.30 million 73
2024 522,049,672.70 522.05 million 166
2023 493,577,086.17 493.58 million 126
2022 466,159,158.86 466.16 million 154
2021 316,970,204.00 316.97 million 145

Insight

DAI GLOBAL, LLC shows a concentrated obligation profile over the last 5 years, with $1.87 billion across 664 awards and an average award value of $2.82 million. Obligations rose from $316.97 million in 2021 to $466.16 million in 2022 and $493.58 million in 2023, then increased again to a peak of $522.05 million in 2024. Activity in 2025 is lower at $71.30 million and 73 awards, indicating a partial-year or reduced obligation pace relative to prior years.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.