Federal Contractor

FOREIGN AWARDEES (UNDISCLOSED) Federal Contract Obligations (Last 5 Years)

FPDS procurement profile for FOREIGN AWARDEES (UNDISCLOSED) (CAGE 3JEV3, UEI NN2NGPDNCK23) covering the last 5 years of federal obligations and award activity.

This page summarizes 4,711 recorded award actions totaling $490.85 million in obligated value over the last 5 years, with an average action value of $104,193.34. The largest obligations were reported by the Department of the Army, followed by USAID, the Bureau of Engraving and Printing, the Peace Corps, and the Defense Logistics Agency.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual totals include a negative obligated value in 2022, which may reflect deobligations or contract adjustments in the source data.

CAGE Code
3JEV3
UEI
NN2NGPDNCK23
Total Obligated
490.85 million
490,854,839.02
Award Actions
4,711
Average Action Value
104,193.34

About FOREIGN AWARDEES (UNDISCLOSED) federal contract activity

FOREIGN AWARDEES (UNDISCLOSED) accounts for $490.85 million in obligated FPDS activity across 4,711 awards over the last 5 years, with an average award value of $104,193.34. The profile is highly distributed by transaction count, but a relatively small set of large awards accounts for a substantial share of total obligations.

Agency mix and customer concentration

The Department of the Army is the dominant obligating agency, with $247.73 million across 983 awards, representing just over half of total obligated value. A second tier of activity comes from AGENCY FOR INTERNATIONAL DEVELOPMENT at $74.17 million across 2,075 awards, followed by the Bureau of Engraving and Printing, Peace Corps, and Defense Logistics Agency, indicating a mix of defense, foreign assistance, and specialty civilian demand.

Industry profile based on NAICS activity

Obligations are concentrated in pipeline transportation of refined petroleum products, which leads the portfolio with $90.99 million across 29 awards. Other prominent NAICS areas include R&D in the physical, engineering, and life sciences, all other personal services, other general government support, and facilities support services, suggesting a mixed services-and-support procurement base with some high-value technical and logistics work.

Annual contract trend over the analysis window

Annual obligations peaked in 2021 at $329.61 million, then fell sharply in 2022 to a net negative $9.76 million before recovering in 2023 and 2024 to $88.88 million and $66.99 million, respectively. Fiscal 2025 currently shows $15.12 million across 672 awards, which is below prior years and may reflect an incomplete year or slower obligation pace.

How to interpret this page

This summary uses FPDS award records associated with CAGE 3JEV3 and UEI NN2NGPDNCK23 over the last 5 years. Totals are based on obligated dollars, award counts, agency and NAICS classifications, and annual trend values as provided; negative annual obligation values are retained as reported.

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 = '3JEV3'
        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
2100 DEPT OF THE ARMY 247,732,296.20 247.73 million 983
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 74,166,583.53 74.17 million 2,075
2041 BUREAU OF ENGRAVING AND PRINTING 64,706,694.99 64.71 million 69
1145 PEACE CORPS 54,907,424.57 54.91 million 46
97AS DEFENSE LOGISTICS AGENCY 20,916,485.42 20.92 million 404
1900 STATE, DEPARTMENT OF 20,633,814.81 20.63 million 655
2036 BUREAU OF THE FISCAL SERVICE 4,063,815.55 4.06 million 218
5700 DEPT OF THE AIR FORCE 3,197,308.40 3.20 million 52
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 3,004,614.01 3.00 million 74
1205 USDA, DEPARTMENTAL ADMINISTRATION 1,312,815.56 1.31 million 8

Insight

Over the last 5 years, obligations to FOREIGN AWARDEES (UNDISCLOSED) are concentrated in a small number of civilian and defense agencies, led by the Department of the Army at $247.73 million, or about half of total obligations. AID is the largest award-count driver with 2,075 awards and $74.17 million obligated, indicating a high-volume, lower-dollar transaction pattern relative to the Army. The next largest obligating agencies—Bureau of Engraving and Printing and Peace Corps—contribute materially but remain well below the top two, while the remaining agencies each account for less than $21 million.

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 = '3JEV3'
        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
486910 PIPELINE TRANSPORTATION OF REFINED PETROLEUM PRODUCTS 90,994,051.05 90.99 million 29
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 63,586,693.99 63.59 million 63
812990 ALL OTHER PERSONAL SERVICES 57,925,940.97 57.93 million 933
921190 OTHER GENERAL GOVERNMENT SUPPORT 55,531,951.64 55.53 million 58
561210 FACILITIES SUPPORT SERVICES 34,628,968.22 34.63 million 133
324110 PETROLEUM REFINERIES 20,124,210.38 20.12 million 377
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 19,893,796.46 19.89 million 441
532412 CONSTRUCTION, MINING, AND FORESTRY MACHINERY AND EQUIPMENT RENTAL AND LEASING 19,596,596.37 19.60 million 72
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 13,129,867.06 13.13 million 124
484230 SPECIALIZED FREIGHT (EXCEPT USED GOODS) TRUCKING, LONG-DISTANCE 11,889,814.58 11.89 million 44

Insight

Over the last 5 years, this vendor’s obligated dollars are concentrated in a small set of NAICS codes, with pipeline transportation of refined petroleum products (486910) leading at $90.99 million, followed by R&D in the physical, engineering, and life sciences (541715) at $63.59 million. The remaining top NAICS are more dispersed across services, support, and facilities-related activities, including personal services (812990) with the highest award volume in the set at 933 awards but lower dollar value. Overall, the profile indicates a mix of a few high-dollar NAICS areas and a broader base of lower-value awards across multiple sectors.

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 = '3JEV3'
        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 15,122,331.24 15.12 million 672
2024 66,994,060.85 66.99 million 875
2023 88,880,552.05 88.88 million 920
2022 -9,755,170.07 -9.76 million 858
2021 329,613,064.95 329.61 million 1,386

Insight

Over the last 5 years, FOREIGN AWARDEES (UNDISCLOSED) recorded 4,711 awards totaling $490.85 million, with an average award value of $104,193.34. Obligations are heavily concentrated in 2021, which accounts for $329.61 million and 1,386 awards; 2022 is the only negative year at -$9.76 million, indicating downward adjustment or deobligation activity. Annual obligated amounts then declined to $88.88 million in 2023 and $66.99 million in 2024, with a further drop to $15.12 million in 2025, while award counts remained comparatively high across the period.

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.