Federal Contractor

MISCELLANEOUS FOREIGN AWARDEES Federal Contract Obligations (Last Year)

Federal procurement profile for MISCELLANEOUS FOREIGN AWARDEES (CAGE 35KC0, UEI LN9PU5M2YZN5) covering 2025 obligations and award activity.

In the last full year, MISCELLANEOUS FOREIGN AWARDEES received $391,421,920.88 across 16,765 award actions, for an average action value of $23,347.56. Most obligations came from the Department of State, followed by the Department of the Army and the Peace Corps, with activity concentrated in specialty trade, general government support, hotels and motels, security guard services, and janitorial services.

Generated at 03/21/2026

Analysis period: Last full year

Annual totals reflect the 2025 analysis window and are based on readable obligations and award action counts from FPDS data.

CAGE Code
35KC0
UEI
LN9PU5M2YZN5
Total Obligated
391.42 million
391,421,920.88
Award Actions
16,765
Average Action Value
23,347.56

About MISCELLANEOUS FOREIGN AWARDEES federal contract activity

MISCELLANEOUS FOREIGN AWARDEES recorded 16,765 FPDS awards in the last full year, with total obligated dollars of $391.42 million and an average award value of $23,347.56. The profile indicates a high-volume, relatively low-dollar award base concentrated in overseas or foreign-award activity as captured under the listed CAGE 35KC0 and UEI LN9PU5M2YZN5.

Agency mix and customer concentration

Obligations were led by the Department of State, which accounted for $233.42 million across 12,659 awards, or the majority of the year’s total. The Department of the Army was the second-largest customer at $99.51 million, while the Peace Corps contributed $35.90 million despite only 12 awards, indicating a much higher average value in that relationship; the Department of the Navy and USSOCOM were smaller but still material buyers.

Industry profile based on NAICS activity

The NAICS profile is concentrated in specialty trade and support services. The largest obligated category was 238990 All Other Specialty Trade Contractors at $71.85 million, followed by 921190 Other General Government Support at $39.91 million and 721110 Hotels and Motels at $37.03 million; lower but notable activity also appeared in Security Guards and Patrol Services and Janitorial Services, showing a mix of facilities, support, and operational services.

Annual contract trend over the analysis window

The annual trend shows a single reporting year, 2025, with total obligations of $391.42 million across 16,765 awards. With only one year in the analysis window, no multi-year growth rate or volatility assessment can be derived from the provided data.

How to interpret this page

This summary is based only on the provided FPDS Query aggregates for the last full year, using total obligated dollars, award counts, and the listed top agencies and NAICS codes. No additional sources, assumptions, or unprovided transaction-level details were used, and figures are reported as supplied.

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 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
1900 STATE, DEPARTMENT OF 233,424,981.38 233.42 million 12,659
2100 DEPT OF THE ARMY 99,511,059.66 99.51 million 369
1145 PEACE CORPS 35,895,147.70 35.90 million 12
1700 DEPT OF THE NAVY 5,127,161.40 5.13 million 190
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 4,129,587.03 4.13 million 82
97DH DEFENSE HEALTH AGENCY (DHA) 3,699,833.04 3.70 million 167
5700 DEPT OF THE AIR FORCE 3,610,530.80 3.61 million 127
9568 UNITED STATES AGENCY FOR GLOBAL MEDIA, BBG 1,785,675.65 1.79 million 787
97AS DEFENSE LOGISTICS AGENCY 1,359,638.36 1.36 million 1,811
3300 SMITHSONIAN INSTITUTION 1,142,830.24 1.14 million 65

Insight

Over the last full year, obligations for MISCELLANEOUS FOREIGN AWARDEES (CAGE 35KC0) totaled $391.42 million across 16,765 awards, with activity heavily concentrated in the Department of State, which accounted for $233.42 million and 12,659 awards. The Department of the Army was the second-largest customer at $99.51 million, while the Peace Corps contributed $35.90 million on only 12 awards, indicating a mix of high-volume and higher-dollar, lower-count activity. The remaining agencies each obligated less than $6 million, suggesting a pronounced concentration among the top three agencies and a long tail of smaller 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 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
238990 ALL OTHER SPECIALTY TRADE CONTRACTORS 71,845,999.72 71.85 million 149
921190 OTHER GENERAL GOVERNMENT SUPPORT 39,914,527.49 39.91 million 243
721110 HOTELS (EXCEPT CASINO HOTELS) AND MOTELS 37,031,451.66 37.03 million 1,900
561612 SECURITY GUARDS AND PATROL SERVICES 12,966,630.96 12.97 million 36
561720 JANITORIAL SERVICES 11,325,508.11 11.33 million 263
238210 ELECTRICAL CONTRACTORS AND OTHER WIRING INSTALLATION CONTRACTORS 9,288,155.36 9.29 million 133
517121 TELECOMMUNICATIONS RESELLERS 8,092,441.75 8.09 million 516
457210 FUEL DEALERS 7,812,723.53 7.81 million 450
236118 RESIDENTIAL REMODELERS 6,696,718.99 6.70 million 193
532111 PASSENGER CAR RENTAL 5,949,017.81 5.95 million 226

Insight

Over the last full year, obligations to MISCELLANEOUS FOREIGN AWARDEES (CAGE 35KC0) totaled $391.42 million across 16,765 awards, with an average award value of $23,347.56. Top NAICS obligations are concentrated in specialty trade and support/service categories, led by 238990 All Other Specialty Trade Contractors ($71.85 million) and 921190 Other General Government Support ($39.91 million), followed by 721110 Hotels and Motels ($37.03 million). The remaining leading NAICS codes are more dispersed and individually much smaller, indicating a broad, multi-purpose spending profile rather than reliance on a single procurement category.

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 1 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

Insight

During the last full year, MISCELLANEOUS FOREIGN AWARDEES (CAGE 35KC0) received $391.42 million across 16,765 awards, for an average award value of $23,347.56. Because only one year is provided in the 1-year window, no year-over-year trend can be assessed. The award pattern indicates a high-volume, lower-dollar distribution profile rather than concentration in a small number of large 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.