Federal Contractor

COUNTERTRADE PRODUCTS, INC. Federal Contract Obligations (Last Year)

Federal procurement profile for COUNTERTRADE PRODUCTS, INC. (CAGE 0J699, UEI CN4KSKX2UQY5) covering the last full year of FPDS awards.

In the last full year, COUNTERTRADE PRODUCTS, INC. recorded 1,123 award actions totaling $280,162,916.01 in obligated funding, for an average action value of $249,477.21. Its work was concentrated in computer-related services and electronic computer manufacturing, with DISA, the Department of the Air Force, and the Department of the Navy accounting for the largest shares of obligation.

Generated at 03/21/2026

Analysis period: Last full year

Agency, NAICS, and annual totals reflect the provided analysis window and may include multiple award actions tied to the same vendor identifiers.

CAGE Code
0J699
UEI
CN4KSKX2UQY5
Total Obligated
280.16 million
280,162,916.01
Award Actions
1,123
Average Action Value
249,477.21

About COUNTERTRADE PRODUCTS, INC. federal contract activity

COUNTERTRADE PRODUCTS, INC. (CAGE 0J699, UEI CN4KSKX2UQY5) received 280.16 million in obligated federal awards across 1,123 actions in the last full year, for an average award value of 249,477.21. The profile is highly concentrated in a small number of large-dollar awards alongside a broader volume of lower-value actions, indicating recurring participation in federal supply and service procurements.

Agency mix and customer concentration

Award activity is led by the Defense Information Systems Agency, which accounted for 63.07 million across 30 awards, making it the largest funding source by dollars. The remaining top recipients include the Department of the Air Force, Department of the Navy, Internal Revenue Service, and NASA, showing a mix of defense and civilian demand with especially strong concentration in defense-related agencies.

Industry profile based on NAICS activity

The vendor’s obligations are dominated by NAICS 541519, Other Computer Related Services, at 221.41 million across 558 awards, followed by NAICS 334111, Electronic Computer Manufacturing, at 56.85 million across 515 awards. Smaller amounts appear in Software Publishers, Fiber Optic Cable Manufacturing, and Audio and Video Equipment Manufacturing, suggesting a primary business mix centered on IT services and computer-related hardware with limited diversification into adjacent product categories.

Annual contract trend over the analysis window

The annual trend data available for 2025 shows 280.16 million in total obligated value across 1,123 awards. Because only one full-year data point is provided, the trend view supports level-setting for the period but does not indicate directional change over time.

How to interpret this page

This summary is based on FPDS award obligations associated with vendor identifiers for the last full year and reflects reported totals, award counts, and category rollups by agency and NAICS. Concentrations are assessed using obligated dollars and award volumes in the provided dataset; no external records or unprovided assumptions 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 = '0J699'
        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
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 63,067,901.29 63.07 million 30
5700 DEPT OF THE AIR FORCE 25,801,696.35 25.80 million 91
1700 DEPT OF THE NAVY 20,416,791.99 20.42 million 135
2050 INTERNAL REVENUE SERVICE 17,911,432.19 17.91 million 10
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 12,769,111.38 12.77 million 43
2100 DEPT OF THE ARMY 11,391,377.37 11.39 million 26
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 10,860,476.19 10.86 million 9
1406 DEPARTMENTAL OFFICES 9,482,080.52 9.48 million 37
8600 HOUSING AND URBAN DEVELOPMENT, DEPARTMENT OF 8,191,189.00 8.19 million 6
7014 U.S. CUSTOMS AND BORDER PROTECTION 7,848,234.10 7.85 million 17

Insight

COUNTERTRADE PRODUCTS, INC. received 280.16 million across 1,123 awards in the last full year, with obligations concentrated primarily at DISA, which accounted for 63.07 million and 30 awards. The next largest agencies were the Department of the Air Force (25.80 million; 91 awards), Department of the Navy (20.42 million; 135 awards), and Internal Revenue Service (17.91 million; 10 awards), indicating a mix of higher-dollar, lower-volume awards and smaller, more frequent transactions. Obligations are distributed across both defense and civilian agencies, but the top four agencies represent a substantial share of total spending, suggesting meaningful agency concentration despite a broad customer base.

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 = '0J699'
        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
541519 OTHER COMPUTER RELATED SERVICES 221,408,282.52 221.41 million 558
334111 ELECTRONIC COMPUTER MANUFACTURING 56,851,399.06 56.85 million 515
511210 SOFTWARE PUBLISHERS 1,260,921.50 1.26 million 9
335921 FIBER OPTIC CABLE MANUFACTURING 296,420.07 296.42 thousand 1
334310 AUDIO AND VIDEO EQUIPMENT MANUFACTURING 75,496.51 75.50 thousand 5
517121 TELECOMMUNICATIONS RESELLERS 63,892.80 63.89 thousand 1
513210 SOFTWARE PUBLISHERS 62,152.95 62.15 thousand 2
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 47,851.81 47.85 thousand 3
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 43,206.60 43.21 thousand 9
423710 HARDWARE MERCHANT WHOLESALERS 26,078.48 26.08 thousand 2

Insight

COUNTERTRADE PRODUCTS, INC. shows strong concentration in two NAICS codes over the last full year: 541519 accounted for $221.41 million across 558 awards and 334111 accounted for $56.85 million across 515 awards. Together, these two codes represent the vast majority of the vendor’s $280.16 million obligated and 1,123 awards, indicating a procurement profile centered on computer-related services and electronic computer manufacturing. Remaining obligations are highly dispersed across smaller-dollar activity in software publishing, communications, and related hardware categories, with no other NAICS exceeding $1.26 million.

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 = '0J699'
        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 280,162,916.01 280.16 million 1,123

Insight

For the last full year, COUNTERTRADE PRODUCTS, INC. (CAGE 0J699) recorded $280.16 million in obligated value across 1,123 awards, yielding an average award value of $249,477.21. The available 1-year view contains a single annual data point for 2025, so year-over-year trend assessment is not possible from this dataset. Current obligations appear moderately distributed across a high award count rather than concentrated in a small number of awards.

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.