Federal Agency

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

Federal procurement profile for the EXPORT-IMPORT BANK OF THE U.S. covering obligations, award counts, vendors, NAICS, and annual trend data for the last 10 years.

Over the last 10 years, the EXPORT-IMPORT BANK OF THE U.S. recorded $436.36 million in obligated spending across 3,698 award actions, for an average action value of $117,998.70. Spending is concentrated in IT-related services, with 541519 Other Computer Related Services leading both obligations and award volume.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual totals in the current window range from $42.28 million in 2021 to $49.95 million in 2025, while top vendors include INTERNATIONAL LOGIC SYSTEMS, INC. and INQUISIT LIMITED LIABILITY COMPANY.

Agency ID
8300
Total Obligated
436.36 million
436,359,210.68
Award Actions
3,698
Average Action Value
117,998.70

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

Over the last 10 years, EXPORT-IMPORT BANK OF THE U.S. (Agency ID 8300) obligated $436.36 million across 3,698 awards, for an average award value of $117,998.70. The award profile indicates a high volume of comparatively small transactions alongside a limited set of larger professional services and technology commitments.

Vendor concentration and leading contractors

Vendor obligations are concentrated among a small group of contractors, led by INTERNATIONAL LOGIC SYSTEMS, INC. at $65.03 million across 102 awards. The remaining top vendors include INQUISIT LIMITED LIABILITY COMPANY, ALEXANDER & TOM, INC, DELOITTE CONSULTING LLP, and MYI LIMITED, each reflecting repeated procurement activity rather than isolated large awards.

Industry profile based on NAICS activity

The agency’s obligations are dominated by information technology and related professional services, with NAICS 541519 OTHER COMPUTER RELATED SERVICES leading at $129.90 million across 536 awards. Additional major categories include 541512 COMPUTER SYSTEMS DESIGN SERVICES, 541511 CUSTOM COMPUTER PROGRAMMING SERVICES, 541110 OFFICES OF LAWYERS, and 512110 MOTION PICTURE AND VIDEO PRODUCTION, indicating a mix of systems support, software, legal support, and communications services.

Annual contract trend over the analysis window

Annual obligations in the most recent five years have remained relatively steady in the low-to-mid $40 million range, ranging from $42.28 million in 2021 to $49.95 million in 2025. Award counts varied from 313 in 2021 to 591 in 2025, suggesting that procurement volume increased more sharply than dollar value in the latest year.

How to interpret this page

This page summarizes FPDS obligations recorded for EXPORT-IMPORT BANK OF THE U.S. over the last 10 years using the provided agency-level totals, vendor rankings, NAICS classifications, and annual award trend data. Dollar figures reflect obligated amounts, and award counts reflect the number of recorded awards in the analysis window.

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 10 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. 65,027,579.70 65.03 million 102
INQUISIT LIMITED LIABILITY COMPANY 24,577,327.67 24.58 million 22
ALEXANDER & TOM, INC 18,529,346.57 18.53 million 25
DELOITTE CONSULTING LLP 12,541,046.75 12.54 million 8
MYI LIMITED 11,890,401.04 11.89 million 22
SALIENT CRGT, INC. 10,174,655.15 10.17 million 23
MOODY'S ANALYTICS, INC. 10,166,426.53 10.17 million 44
KPMG LLP 8,574,849.79 8.57 million 41
NUWAVE SOLUTIONS, L.L.C. 8,182,107.80 8.18 million 21
MCGRATHNICOL 7,933,327.46 7.93 million 4

Insight

Over the last 10 years, EXPORT-IMPORT BANK OF THE U.S. obligated $436.36 million across 3,698 awards, with an average award value of $117,998.7. Vendor obligations are moderately concentrated: INTERNATIONAL LOGIC SYSTEMS, INC. is the largest recipient at $65.03 million across 102 awards, followed by INQUISIT LIMITED LIABILITY COMPANY at $24.58 million and ALEXANDER & TOM, INC at $18.53 million. The remaining top vendors each received between $7.93 million and $12.54 million, indicating a broader distribution of obligations beyond the leading vendor.

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 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
541519 OTHER COMPUTER RELATED SERVICES 129,904,626.75 129.90 million 536
541512 COMPUTER SYSTEMS DESIGN SERVICES 43,126,654.67 43.13 million 106
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 30,606,701.55 30.61 million 99
541110 OFFICES OF LAWYERS 24,703,319.33 24.70 million 388
512110 MOTION PICTURE AND VIDEO PRODUCTION 18,633,288.21 18.63 million 32
926150 REGULATION, LICENSING, AND INSPECTION OF MISCELLANEOUS COMMERCIAL SECTORS 17,781,476.20 17.78 million 64
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 17,158,292.45 17.16 million 248
541330 ENGINEERING SERVICES 13,629,596.26 13.63 million 84
519130 INTERNET PUBLISHING AND BROADCASTING AND WEB SEARCH PORTALS 12,064,180.23 12.06 million 119
511210 SOFTWARE PUBLISHERS 11,286,015.12 11.29 million 155

Insight

Over the last 10 years, EXPORT-IMPORT BANK OF THE U.S. obligated $436.36 million across 3,698 awards, with spending concentrated in information technology and related professional services. NAICS 541519 (Other Computer Related Services) is the largest category at $129.90 million, representing about 30% of total obligations, while the top three NAICS codes together account for roughly 47% of obligated dollars. The remaining top categories are more dispersed, with legal, consulting, engineering, media, and regulatory services each contributing materially but at lower dollar levels.

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 10 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
2020 45,743,221.69 45.74 million 374
2019 35,932,095.67 35.93 million 423
2018 49,161,259.71 49.16 million 410
2017 47,019,864.29 47.02 million 380
2016 33,409,096.17 33.41 million 149

Insight

Over the last 10 years, EXPORT-IMPORT BANK OF THE U.S. obligated $436.36 million across 3,698 awards, with an average award value of $117.99 thousand. Obligations are relatively steady year to year, generally ranging from about $33.41 million to $49.95 million, indicating a consistent funding profile rather than large annual spikes. Award volume is more variable, rising from 149 awards in 2016 to 591 in 2025, which suggests increasing transaction activity alongside stable obligation levels.

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