Federal Contractor

MISCELLANEOUS FOREIGN AWARDEES Federal Contract Obligations (Last 10 Years)

Federal procurement profile for MISCELLANEOUS FOREIGN AWARDEES, CAGE 35KC0 and UEI LN9PU5M2YZN5, covering obligations and awards over the last 10 years.

MISCELLANEOUS FOREIGN AWARDEES has 219,903 recorded award actions with 5.63 billion in obligated value across the last 10 years, averaging 25,610.39 per action. Activity is concentrated in the Department of State, the Department of the Army, and the Department of the Air Force, with major spending in specialty trade construction, hotels and motels, and facilities support services.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals and rankings reflect readable FPDS obligations and award counts for the stated 10-year analysis window.

CAGE Code
35KC0
UEI
LN9PU5M2YZN5
Total Obligated
5.63 billion
5,631,802,069.58
Award Actions
219,903
Average Action Value
25,610.39

About MISCELLANEOUS FOREIGN AWARDEES federal contract activity

MISCELLANEOUS FOREIGN AWARDEES (CAGE 35KC0, UEI LN9PU5M2YZN5) recorded $5.63 billion in obligated value across 219,903 awards over the last 10 years, with an average award value of $25,610.39. The profile is characterized by very high transaction volume and comparatively small average obligations, indicating a mix of recurring low-dollar awards and a smaller number of larger obligations.

Agency mix and customer concentration

The Department of State accounts for the largest share of obligations at $2.84 billion across 165,297 awards, making it the dominant awarding agency by both value and volume. The Department of the Army follows at $1.85 billion, while the Air Force, US Agency for Global Media, and Peace Corps contribute smaller but still material portions of activity, showing a broad federal customer base concentrated in a few agencies.

Industry profile based on NAICS activity

Obligations are led by NAICS 238990, All Other Specialty Trade Contractors, at $1.20 billion, making it the single largest category by value. Other significant categories include hotels and motels, other general government support, facilities support services, and security guard and patrol services, suggesting a mix of construction/support, lodging, administrative support, and protective services work.

Annual contract trend over the analysis window

Annual obligations peaked in 2022 at $775.32 million and remained elevated in 2023 at $739.09 million before declining to $575.19 million in 2024 and $391.42 million in 2025. Award counts followed a similar pattern, with the highest recent activity in 2023 and 2024, indicating that the vendor’s federal activity has moderated after a period of higher spending.

How to interpret this page

This summary uses FPDS award records associated with CAGE code 35KC0 and UEI LN9PU5M2YZN5 for the last 10 years. Obligated amounts, award counts, agency totals, NAICS totals, and annual trends are aggregated from the provided FPDS Query dataset; no additional sources or 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 = '35KC0'
        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
1900 STATE, DEPARTMENT OF 2,843,620,014.92 2.84 billion 165,297
2100 DEPT OF THE ARMY 1,850,702,924.50 1.85 billion 5,479
5700 DEPT OF THE AIR FORCE 269,884,908.99 269.88 million 4,017
9568 UNITED STATES AGENCY FOR GLOBAL MEDIA, BBG 245,770,384.73 245.77 million 21,348
1145 PEACE CORPS 206,515,851.69 206.52 million 126
1700 DEPT OF THE NAVY 71,619,228.11 71.62 million 3,727
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 50,615,725.21 50.62 million 6,786
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 25,247,627.56 25.25 million 623
1205 USDA, DEPARTMENTAL ADMINISTRATION 7,813,742.29 7.81 million 84
3600 VETERANS AFFAIRS, DEPARTMENT OF 7,651,933.14 7.65 million 434

Insight

Over the last 10 years, obligations for MISCELLANEOUS FOREIGN AWARDEES (CAGE 35KC0) totaled $5.63 billion across 219,903 awards, with activity heavily concentrated at the Department of State, which accounted for $2.84 billion and 165,297 awards. The Department of the Army was the second-largest obligating agency at $1.85 billion, but with far fewer awards, indicating a higher average award value than State. All other agencies were individually below $270 million, with the Department of the Air Force, U.S. Agency for Global Media, and Peace Corps comprising the next tier of obligations.

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 = '35KC0'
        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
238990 ALL OTHER SPECIALTY TRADE CONTRACTORS 1,199,083,749.87 1.20 billion 1,840
721110 HOTELS (EXCEPT CASINO HOTELS) AND MOTELS 301,570,534.00 301.57 million 19,695
921190 OTHER GENERAL GOVERNMENT SUPPORT 255,276,941.67 255.28 million 3,163
561210 FACILITIES SUPPORT SERVICES 190,380,723.87 190.38 million 2,066
561612 SECURITY GUARDS AND PATROL SERVICES 153,668,864.46 153.67 million 756
236118 RESIDENTIAL REMODELERS 106,372,586.32 106.37 million 1,566
454310 FUEL DEALERS 82,405,463.34 82.41 million 3,737
524210 INSURANCE AGENCIES AND BROKERAGES 72,869,908.19 72.87 million 1,297
561720 JANITORIAL SERVICES 64,959,783.75 64.96 million 2,602
541310 ARCHITECTURAL SERVICES 62,433,635.49 62.43 million 966

Insight

Over the last 10 years, MISCELLANEOUS FOREIGN AWARDEES (CAGE 35KC0) obligated $5.63 billion across 219,903 awards, with an average award value of $25.6K, indicating a high-volume, low-dollar award profile. Top obligations are concentrated in NAICS 238990, which accounts for $1.20 billion, while the remaining leading NAICS codes are more distributed across lodging, support services, facilities, security, remodeling, fuel, insurance, janitorial, and architectural services. The mix suggests a broad service-based obligation pattern rather than reliance on a single procurement category, although 238990 is the dominant spending area by dollars.

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 = '35KC0'
        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 391,421,920.88 391.42 million 16,765
2024 575,191,821.83 575.19 million 19,319
2023 739,087,492.66 739.09 million 22,230
2022 775,323,422.16 775.32 million 21,897
2021 636,758,233.58 636.76 million 19,670
2020 381,181,703.81 381.18 million 19,558
2019 694,633,751.41 694.63 million 22,399
2018 579,466,105.48 579.47 million 32,666
2017 815,430,973.59 815.43 million 43,130
2016 43,306,644.18 43.31 million 2,269

Insight

Over the last 10 years, MISCELLANEOUS FOREIGN AWARDEES (CAGE 35KC0) obligated $5.63 billion across 219,903 awards, averaging $25.6K per award. Obligations are concentrated in the mid-to-late period, peaking in 2017 at $815.43 million and remaining elevated through 2023 before declining to $391.42 million in 2025. Award volume was highest in 2017 (43,130) and generally trended lower thereafter, with 2016 notably suppressed at $43.31 million and 2,269 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.