Federal Agency

EXPORT-IMPORT BANK OF THE U.S. Federal Contract Obligations (Last 5 Years)

FPDS query summary for the EXPORT-IMPORT BANK OF THE U.S. (Agency ID 8300) covering obligations, vendors, NAICS categories, and annual award activity over the last 5 years.

The EXPORT-IMPORT BANK OF THE U.S. recorded 1,962 award actions and $225.09 million in obligations over the last 5 years, with an average action value of $114,726.64. Annual obligations ranged from $42.28 million in 2021 to $49.95 million in 2025, while spending was concentrated in IT services and legal support.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the provided 5-year analysis window and may include multiple actions across the same vendor, NAICS code, or year.

Agency ID
8300
Total Obligated
225.09 million
225,093,673.15
Award Actions
1,962
Average Action Value
114,726.64

About EXPORT-IMPORT BANK OF THE U.S. federal contract activity

Over the last 5 years, EXPORT-IMPORT BANK OF THE U.S. (Agency ID 8300) obligated $225.09 million across 1,962 awards, with an average award value of $114,726.64. The activity profile suggests a high-volume procurement environment with a mix of recurring service buys and larger task-based obligations. Spending was concentrated enough to indicate a limited set of mission-critical vendors and service categories.

Vendor concentration and leading contractors

The vendor base was led by INTERNATIONAL LOGIC SYSTEMS, INC., with $48.23 million across 66 awards, followed by INQUISIT LIMITED LIABILITY COMPANY at $16.47 million and DELOITTE CONSULTING LLP at $12.54 million. The top five vendors together represent a material share of total obligations, pointing to sustained reliance on a small cohort of suppliers for key support functions. Award counts and dollar values do not fully align across vendors, indicating variation in contract size and buying cadence.

Industry profile based on NAICS activity

Procurement dollars were dominated by NAICS 541519, Other Computer Related Services, at $90.07 million across 325 awards, making information technology support the clear primary spend area. Additional concentration appeared in NAICS 541512, Computer Systems Design Services, and 541511, Custom Computer Programming Services, alongside 541110, Offices of Lawyers, and 512110, Motion Picture and Video Production. The mix indicates a technology-heavy portfolio with meaningful legal and communications-related obligations.

Annual contract trend over the analysis window

Annual obligations were relatively stable over the period, ranging from $42.28 million in 2021 to $49.95 million in 2025. Spending increased in 2023 and again in 2025 after a lower 2022 level, while award counts peaked in 2025 at 591. The combination of higher award volume and a modest increase in dollars suggests broader procurement activity rather than a single outsized spending spike.

How to interpret this page

This summary is based on FPDS obligations and award records for EXPORT-IMPORT BANK OF THE U.S. over the last 5 years. Totals, counts, averages, vendor rankings, NAICS rankings, and annual trend values are drawn directly from the provided analysis window and are not adjusted for inflation or normalized for agency size. Where applicable, the narrative reflects concentration and directional patterns only from the supplied data.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '8300'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
INTERNATIONAL LOGIC SYSTEMS, INC. 48,231,627.50 48.23 million 66
INQUISIT LIMITED LIABILITY COMPANY 16,472,868.29 16.47 million 12
DELOITTE CONSULTING LLP 12,541,046.75 12.54 million 8
ALEXANDER & TOM, INC 11,389,423.17 11.39 million 21
MYI LIMITED 10,575,401.04 10.58 million 15
MOODY'S ANALYTICS, INC. 7,072,907.69 7.07 million 28
HARMONYTECH, INC. 6,544,059.89 6.54 million 4
ERNST & YOUNG LLP 5,433,791.94 5.43 million 27
KPMG LLP 5,344,677.65 5.34 million 26
COUNTERTRADE PRODUCTS, INC. 4,382,844.90 4.38 million 17

Insight

Over the last 5 years, EXPORT-IMPORT BANK OF THE U.S. obligated $225.09 million across 1,962 awards, with the top 10 vendors accounting for a substantial share of activity. INTERNATIONAL LOGIC SYSTEMS, INC. is the largest vendor by obligated dollars at $48.23 million across 66 awards, while the remaining top vendors each range from $4.38 million to $16.47 million, indicating a concentrated but not singularly dominated vendor base. Award volume is more distributed than dollar value, with several vendors receiving multiple smaller awards, consistent with recurring procurement relationships.

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__purchaserInformation__contractingOfficeAgencyID = '8300'
        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
541519 OTHER COMPUTER RELATED SERVICES 90,067,505.64 90.07 million 325
541512 COMPUTER SYSTEMS DESIGN SERVICES 21,608,471.38 21.61 million 37
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 16,189,442.85 16.19 million 46
541110 OFFICES OF LAWYERS 13,794,302.71 13.79 million 188
512110 MOTION PICTURE AND VIDEO PRODUCTION 11,489,364.81 11.49 million 27
926150 REGULATION, LICENSING, AND INSPECTION OF MISCELLANEOUS COMMERCIAL SECTORS 10,846,446.05 10.85 million 41
519130 INTERNET PUBLISHING AND BROADCASTING AND WEB SEARCH PORTALS 9,958,129.80 9.96 million 72
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 7,234,337.54 7.23 million 138
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 5,994,169.79 5.99 million 34
541330 ENGINEERING SERVICES 5,269,750.77 5.27 million 38

Insight

Over the last 5 years, EXPORT-IMPORT BANK OF THE U.S. obligated $225.09 million across 1,962 awards, with activity concentrated in IT and professional services. NAICS 541519, Other Computer Related Services, is the largest category at $90.07 million across 325 awards, or about 40% of total obligations, followed by 541512 Computer Systems Design Services ($21.61 million) and 541511 Custom Computer Programming Services ($16.19 million). The remaining top NAICS codes are more distributed, led by legal, media, regulatory, consulting, accounting, and engineering services, indicating a diversified but technology-heavy procurement 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__purchaserInformation__contractingOfficeAgencyID = '8300'
        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 49,953,453.79 49.95 million 591
2024 43,134,873.22 43.13 million 339
2023 46,401,518.23 46.40 million 385
2022 43,324,463.40 43.32 million 334
2021 42,279,364.51 42.28 million 313

Insight

Over the last 5 years, EXPORT-IMPORT BANK OF THE U.S. obligated $225.09 million across 1,962 awards, with an average award value of $114,726.64. Annual obligations were relatively stable, ranging from $42.28 million in 2021 to $49.95 million in 2025, indicating limited year-to-year volatility. Award volume increased notably in 2025 to 591 awards from 313–385 in prior years, suggesting a higher transaction count with obligations remaining in the same general range.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.