Federal Contractor

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

FPDS vendor profile for FOREIGN AWARDEES (UNDISCLOSED) (CAGE 3JEV3, UEI NN2NGPDNCK23) covering federal obligations over the last 10 years.

FOREIGN AWARDEES (UNDISCLOSED) recorded 17,140 award actions and 4.04 billion in total obligated value over the last 10 years, with an average action value of 235,952.94. Most obligations came from the Department of the Army and the Defense Logistics Agency, and the largest NAICS activity was pipeline transportation of refined petroleum products.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual figures may include negative obligations from deobligations or corrections, as shown in 2022.

CAGE Code
3JEV3
UEI
NN2NGPDNCK23
Total Obligated
4.04 billion
4,044,233,511.64
Award Actions
17,140
Average Action Value
235,952.94

About FOREIGN AWARDEES (UNDISCLOSED) federal contract activity

FOREIGN AWARDEES (UNDISCLOSED) associated with CAGE 3JEV3 and UEI NN2NGPDNCK23 recorded 17,140 awards totaling $4.04 billion over the last 10 years, for an average award value of $235,952.94. The profile indicates a high-volume vendor with obligations spread across a large number of relatively small awards, alongside a smaller set of materially larger obligations.

Agency mix and customer concentration

DEPT OF THE ARMY is the dominant funding source, accounting for $2.33 billion across 5,519 awards and representing more than half of total obligations in the window. Secondary demand comes from DEFENSE LOGISTICS AGENCY at $636.17 million and AGENCY FOR INTERNATIONAL DEVELOPMENT at $332.64 million, while PEACE CORPS contributes a smaller number of awards but a substantial $342.82 million in obligations, indicating a mix of defense, logistics, and international support spending.

Industry profile based on NAICS activity

The largest NAICS code is 486910, PIPELINE TRANSPORTATION OF REFINED PETROLEUM PRODUCTS, with $1.20 billion, followed by 324110, PETROLEUM REFINERIES, at $585.11 million. Other meaningful activity appears in 921190, OTHER GENERAL GOVERNMENT SUPPORT, and construction-related codes 236220 and 237130, suggesting obligations concentrated in fuel-related operations with additional infrastructure and support work.

Annual contract trend over the analysis window

Recent annual obligations are well below the 2021 level, when funding reached $329.61 million across 1,386 awards. The series falls to $88.88 million in 2023 and $66.99 million in 2024, with 2025 currently at $15.12 million; 2022 is negative at -$9.76 million, which indicates deobligations or downward adjustments rather than new award activity alone. Award counts remain steady relative to dollars in the later years, consistent with smaller annual obligation totals.

How to interpret this page

This summary is based on FPDS award data for the vendor identifiers provided, using a 10-year analysis window and obligation amounts as reported in the source dataset. Agency and NAICS rankings reflect cumulative obligated dollars and award counts within that period; annual trend values are shown as recorded, including negative obligations where present.

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 10 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 2,329,180,147.63 2.33 billion 5,519
97AS DEFENSE LOGISTICS AGENCY 636,166,693.55 636.17 million 4,172
1145 PEACE CORPS 342,818,978.60 342.82 million 110
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 332,635,516.12 332.64 million 3,680
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 128,098,727.26 128.10 million 108
1900 STATE, DEPARTMENT OF 127,164,259.53 127.16 million 2,265
2041 BUREAU OF ENGRAVING AND PRINTING 121,247,135.43 121.25 million 143
5700 DEPT OF THE AIR FORCE 8,572,330.58 8.57 million 114
2036 BUREAU OF THE FISCAL SERVICE 8,309,250.68 8.31 million 485
1700 DEPT OF THE NAVY 5,672,617.13 5.67 million 104

Insight

Over the last 10 years, FOREIGN AWARDEES (UNDISCLOSED) (CAGE 3JEV3) received 4.04 billion across 17,140 awards, with obligations concentrated in the Department of the Army, which accounted for 2.33 billion and 5,519 awards. The Defense Logistics Agency was the second-largest funder at 636.17 million across 4,172 awards, while Peace Corps and USAID also represented material obligation volumes at 342.82 million and 332.64 million, respectively, with much smaller award counts for Peace Corps. Obligations beyond the top five agencies fall off sharply, indicating a highly concentrated funding profile driven primarily by defense and foreign assistance-related agencies.

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 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
486910 PIPELINE TRANSPORTATION OF REFINED PETROLEUM PRODUCTS 1,200,452,279.13 1.20 billion 253
324110 PETROLEUM REFINERIES 585,113,148.04 585.11 million 4,036
921190 OTHER GENERAL GOVERNMENT SUPPORT 343,473,505.67 343.47 million 121
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 238,344,284.01 238.34 million 981
237130 POWER AND COMMUNICATION LINE AND RELATED STRUCTURES CONSTRUCTION 236,801,959.62 236.80 million 121
561210 FACILITIES SUPPORT SERVICES 133,189,128.52 133.19 million 415
517110 WIRED TELECOMMUNICATIONS CARRIERS 114,535,704.70 114.54 million 46
484230 SPECIALIZED FREIGHT (EXCEPT USED GOODS) TRUCKING, LONG-DISTANCE 103,078,172.06 103.08 million 95
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 94,081,114.62 94.08 million 446
812990 ALL OTHER PERSONAL SERVICES 86,776,423.78 86.78 million 1,492

Insight

Over the last 10 years, obligations for FOREIGN AWARDEES (UNDISCLOSED) totaled $4.04 billion across 17,140 awards, with spending concentrated in a small number of NAICS codes. NAICS 486910, Pipeline Transportation of Refined Petroleum Products, is the largest category at $1.20 billion, followed by 324110, Petroleum Refineries, at $585.11 million; together they account for a substantial share of total obligations. The remaining top NAICS are more dispersed across construction, government support, facilities, telecommunications, logistics, air transportation support, and personal services, indicating a mixed but still energy-weighted award profile.

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 10 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
2020 668,922,242.77 668.92 million 2,599
2019 1,027,013,323.88 1.03 billion 2,725
2018 925,101,521.95 925.10 million 2,443
2017 570,490,443.58 570.49 million 2,352
2016 361,851,140.44 361.85 million 2,310

Insight

Over the last 10 years, FOREIGN AWARDEES (UNDISCLOSED) received 4.04 billion across 17,140 awards, averaging about 235.95 thousand per award. Obligations were heavily concentrated in 2018–2020, peaking at 1.03 billion in 2019 and 668.92 million in 2020, before declining materially in 2021–2025. The most recent years are much lower in value and volume, with 15.12 million and 672 awards in 2025, compared with 88.88 million and 920 awards in 2023 and a negative obligation total in 2022.

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