Federal Agency

UNITED STATES TRADE AND DEVELOPMENT AGENCY Federal Contract Obligations (Last 10 Years)

Federal procurement profile for the United States Trade and Development Agency showing 10 years of obligation, award, vendor, and NAICS activity.

Over the last 10 years, the United States Trade and Development Agency recorded 2,270 award actions with $225.01 million obligated, for an average action value of $99,124.53. The agency’s spending is concentrated in consulting and related professional services, led by NAICS 541611 and 541690, with recurring obligations to a small set of vendors.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual and category totals reflect the provided analysis window and may not sum exactly across every subview due to rounding.

Agency ID
1153
Total Obligated
225.01 million
225,012,703.57
Award Actions
2,270
Average Action Value
99,124.53

About UNITED STATES TRADE AND DEVELOPMENT AGENCY federal contract activity

Over the last 10 years, the United States Trade and Development Agency recorded $225.01 million in obligated spending across 2,270 awards, for an average award value of $99,124.53. The award profile is heavily oriented toward a high volume of relatively small obligations, consistent with program support, technical assistance, and specialized service contracts.

Vendor concentration and leading contractors

Obligations are concentrated among a small set of vendors, led by ASCENDANT PROGRAM SERVICES, LLC with $20.92 million across 22 awards. BUSINESS COUNCIL FOR INTERNATIONAL UNDERSTANDING, INC., THE and WEBSTER GROUP, INC (THE) also received substantial recurring funding, with 83 and 91 awards respectively, indicating repeated use of established service providers rather than reliance on single large transactions.

Industry profile based on NAICS activity

The agency’s spending is dominated by management and consulting services, especially NAICS 541611 at $95.36 million and NAICS 541690 at $69.88 million. These two categories account for the bulk of obligations and awards, while smaller shares flow to other professional and technical services, office administrative support, and computer systems design, reinforcing a services-heavy procurement mix.

Annual contract trend over the analysis window

Recent annual obligations have remained in the mid-teen to low-20-million range, peaking at $24.40 million in 2022 before easing to $19.55 million in 2023 and $20.33 million in 2024. Fiscal year 2025 currently shows $14.46 million across 106 awards, which is lower than the prior full years but still within the agency’s recent spending band.

How to interpret this page

This summary is based on FPDS Query data for Agency ID 1153 over the last 10 years and reflects obligated amounts, award counts, and NAICS classifications. Vendor, NAICS, and annual trend figures are ranked by total obligated dollars and should be interpreted as procurement activity captured in the selected analysis window, not as a complete measure of all agency spending.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '1153'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
ASCENDANT PROGRAM SERVICES, LLC 20,916,537.11 20.92 million 22
BUSINESS COUNCIL FOR INTERNATIONAL UNDERSTANDING, INC., THE 13,287,920.63 13.29 million 83
WEBSTER GROUP, INC (THE) 12,944,675.26 12.94 million 91
KAIVA TECH, LLC 8,093,768.10 8.09 million 10
GREEN POWERED TECHNOLOGY LLC 7,627,418.46 7.63 million 77
BUSACC 7,585,583.86 7.59 million 56
IT SHOWS, INC. 6,806,564.81 6.81 million 19
KOEPPEN, ELLIOTT & ASSOCIATES LIMITED 6,424,061.42 6.42 million 47
TECHGLOBAL, INC. 6,038,549.49 6.04 million 19
MERIDIAN INTERNATIONAL CENTER 5,696,479.21 5.70 million 41

Insight

Over the last 10 years, the United States Trade and Development Agency obligated $225.01 million across 2,270 awards, averaging $99,124.53 per award. Top vendor obligations are moderately concentrated: ASCENDANT PROGRAM SERVICES, LLC leads with $20.92 million, or about 9.3% of total obligated dollars, while the next nine vendors each range from $5.70 million to $13.29 million. Award counts are higher for several mid-tier vendors, including WEBSTER GROUP, INC (THE) (91), BUSINESS COUNCIL FOR INTERNATIONAL UNDERSTANDING, INC., THE (83), and GREEN POWERED TECHNOLOGY LLC (77), indicating recurring use across multiple smaller awards rather than reliance on a single high-dollar vendor.

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__purchaserInformation__contractingOfficeAgencyID = '1153'
        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
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 95,358,549.23 95.36 million 695
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 69,883,213.64 69.88 million 626
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 15,310,733.41 15.31 million 44
561110 OFFICE ADMINISTRATIVE SERVICES 6,806,564.81 6.81 million 19
541512 COMPUTER SYSTEMS DESIGN SERVICES 6,449,491.61 6.45 million 30
541519 OTHER COMPUTER RELATED SERVICES 4,535,755.02 4.54 million 101
541330 ENGINEERING SERVICES 4,165,476.67 4.17 million 4
541199 ALL OTHER LEGAL SERVICES 4,100,937.17 4.10 million 11
561320 TEMPORARY HELP SERVICES 1,866,084.43 1.87 million 29
611430 PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING 1,682,687.29 1.68 million 48

Insight

Over the last 10 years, U.S. Trade and Development Agency obligations are concentrated in professional, scientific, and technical support services, led by NAICS 541611, which accounts for $95.36 million across 695 awards, and NAICS 541690, which accounts for $69.88 million across 626 awards. These two categories represent the clear majority of obligated dollars and awards in this section, indicating a strong reliance on consulting-oriented services. The remaining top NAICS codes are materially smaller, with obligations generally below $15.31 million each and award counts ranging from 4 to 101, suggesting a long tail of more limited procurement activity across administrative, IT, legal, engineering, staffing, and training services.

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__purchaserInformation__contractingOfficeAgencyID = '1153'
        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 14,461,697.56 14.46 million 106
2024 20,326,864.82 20.33 million 223
2023 19,552,078.61 19.55 million 232
2022 24,395,917.75 24.40 million 168
2021 17,784,907.17 17.78 million 238
2020 27,256,110.12 27.26 million 269
2019 24,717,217.70 24.72 million 222
2018 23,797,641.22 23.80 million 282
2017 29,008,125.36 29.01 million 274
2016 23,712,143.26 23.71 million 256

Insight

Over the last 10 years, UNITED STATES TRADE AND DEVELOPMENT AGENCY obligated $225.01 million across 2,270 awards, averaging $99.1K per award. Obligations were relatively stable year to year, ranging from $14.46 million in 2025 to a high of $29.01 million in 2017, with most years clustering between roughly $17.8 million and $27.3 million. Award volume was highest in 2018, 2020, and 2021-2024, indicating a higher concentration of actions in those periods even when obligated amounts were moderate.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.