Federal Agency

INTERNATIONAL TRADE COMMISSION Federal Contract Obligations (Last 10 Years)

FPDS procurement summary for the International Trade Commission (Agency ID 3400) covering the last 10 years of obligation and award activity.

Over the last 10 years, the International Trade Commission recorded 2,032 award actions totaling $144.12 million in obligated funding, with an average action value of $70,925.97. Spending is concentrated in IT and telecom support, led by computer systems design services and other computer-related services.

Generated at 03/21/2026

Analysis period: Last 10 years

Values reflect FPDS award actions for the selected 10-year window and may include multiple actions across the same vendor, NAICS code, or fiscal year.

Agency ID
3400
Total Obligated
144.12 million
144,121,574.16
Award Actions
2,032
Average Action Value
70,925.97

About INTERNATIONAL TRADE COMMISSION federal contract activity

Over the last 10 years, the International Trade Commission recorded $144.12 million in obligated procurement across 2,032 awards, for an average award value of $70,925.97. The spend profile is relatively concentrated in a moderate number of awards, with recurring obligations supporting a small set of mission-critical service categories.

Vendor concentration and leading contractors

TCG, Inc. is the leading vendor by obligated value at $31.64 million across 23 awards, well ahead of Validatek, Inc. at $13.90 million across 24 awards and Teksynap Corporation at $9.95 million across 11 awards. The remaining top vendors, including Lumen Technologies Government Solutions, Inc. and Minburn Technology Group, LLC, indicate continued reliance on a limited group of contractors for IT and communications support.

Industry profile based on NAICS activity

The agency’s obligations are dominated by NAICS 541512, Computer Systems Design Services, which accounts for $57.07 million across 92 awards. Other major categories include NAICS 541519, Other Computer Related Services, and NAICS 517110, Wired Telecommunications Carriers, with additional activity in web publishing/search portal services and computer/software wholesale distribution. This mix indicates a procurement portfolio centered on information technology, networking, and related support services.

Annual contract trend over the analysis window

Annual obligations in the visible recent years show a steady level of procurement activity, rising from $13.33 million in 2021 to $17.26 million in 2025. Award counts remain relatively stable in the 186 to 214 range, suggesting consistent demand rather than sharp one-time spikes. The pattern points to an ongoing operating spend profile with modest year-to-year variation.

How to interpret this page

This analysis uses FPDS procurement records for the International Trade Commission, Agency ID 3400, over the last 10 years. Totals reflect obligated dollars and award counts as reported in the selected window, with vendor and NAICS rankings based on cumulative obligated value. Annual trend figures reflect obligations by fiscal year within the same dataset and should be interpreted as procurement activity captured in FPDS, not total agency budget authority.

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 = '3400'
        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
TCG, INC. 31,636,932.36 31.64 million 23
VALIDATEK, INC. 13,903,877.11 13.90 million 24
TEKSYNAP CORPORATION 9,947,861.09 9.95 million 11
LUMEN TECHNOLOGIES GOVERNMENT SOLUTIONS, INC. 5,837,945.03 5.84 million 19
MINBURN TECHNOLOGY GROUP, LLC 5,022,836.53 5.02 million 21
QWEST CORPORATION (8481) 3,419,840.64 3.42 million 15
NCI INFORMATION SYSTEMS, INC. 2,967,057.19 2.97 million 9
BUREAU VAN DIJK ELECTRONIC PUBLISHING, INC. 2,780,885.00 2.78 million 10
COLONIAL PARKING, INC. 2,777,082.72 2.78 million 27
WASHINGTON METROPOLITAN AREA TRANSIT AUTHORITY 2,451,731.14 2.45 million 34

Insight

Over the last 10 years, the International Trade Commission obligated $144.12 million across 2,032 awards, with a relatively low average award value of $70.9 thousand, indicating a high volume of smaller transactions alongside a few larger vendor relationships. TCG, Inc. is the largest recipient at $31.64 million, accounting for about 22 percent of total obligations, followed by Validatek, Inc. at $13.90 million and Teksynap Corporation at $9.95 million. The remaining top vendors each received between $2.45 million and $5.84 million, suggesting spending is concentrated at the top but distributed across multiple vendors rather than dominated by a single supplier.

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 = '3400'
        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
541512 COMPUTER SYSTEMS DESIGN SERVICES 57,067,789.29 57.07 million 92
541519 OTHER COMPUTER RELATED SERVICES 19,152,121.12 19.15 million 273
517110 WIRED TELECOMMUNICATIONS CARRIERS 9,923,745.91 9.92 million 48
519130 INTERNET PUBLISHING AND BROADCASTING AND WEB SEARCH PORTALS 6,833,682.61 6.83 million 241
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 6,712,464.44 6.71 million 152
511210 SOFTWARE PUBLISHERS 4,961,588.10 4.96 million 125
561210 FACILITIES SUPPORT SERVICES 3,944,478.35 3.94 million 39
519190 ALL OTHER INFORMATION SERVICES 3,009,551.49 3.01 million 26
812930 PARKING LOTS AND GARAGES 2,777,082.72 2.78 million 27
519290 WEB SEARCH PORTALS AND ALL OTHER INFORMATION SERVICES 2,355,284.15 2.36 million 54

Insight

Over the last 10 years, the International Trade Commission obligated 144.12 million across 2,032 awards, with spending concentrated in IT and communications-related NAICS codes. NAICS 541512, Computer Systems Design Services, leads by obligation at 57.07 million and accounts for the largest share of the top categories, while 541519, Other Computer Related Services, has the second-highest obligation at 19.15 million across 273 awards. The remaining top NAICS codes are more distributed, with obligations generally ranging from 2.36 million to 9.92 million and awards spread across a broader set of service and technology 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__purchaserInformation__contractingOfficeAgencyID = '3400'
        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 17,262,382.22 17.26 million 198
2024 16,503,145.70 16.50 million 214
2023 15,661,044.86 15.66 million 208
2022 15,034,961.42 15.03 million 186
2021 13,332,527.95 13.33 million 186
2020 10,302,824.06 10.30 million 199
2019 13,826,027.75 13.83 million 212
2018 15,254,207.47 15.25 million 200
2017 13,768,876.71 13.77 million 198
2016 13,175,576.02 13.18 million 231

Insight

Over the last 10 years, the International Trade Commission obligated $144.12 million across 2,032 awards, averaging $70,925.97 per award. Annual obligations were relatively stable in the $13 million to $17 million range, with a low of $10.30 million in 2020 and a recent high of $17.26 million in 2025. Award volume remained broadly consistent at 186 to 231 awards per year, indicating spending is distributed across a steady stream of relatively small obligations rather than concentrated in a few large awards.

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.