Federal Agency

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

Last full year procurement profile for the EXPORT-IMPORT BANK OF THE U.S. (Agency ID 8300), showing $49.95 million obligated across 591 award actions.

During the last full year, the EXPORT-IMPORT BANK OF THE U.S. recorded 591 award actions with total obligations of $49,953,453.79 and an average action value of $84,523.61. Spending was concentrated in other computer related services, legal services, and custom computer programming, with INTERNATIONAL LOGIC SYSTEMS, INC. and INQUISIT LIMITED LIABILITY COMPANY among the largest vendors by obligation.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year analysis window and are based on FPDS obligations, vendor, and NAICS summaries provided here.

Agency ID
8300
Total Obligated
49.95 million
49,953,453.79
Award Actions
591
Average Action Value
84,523.61

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

In the last full year, the EXPORT-IMPORT BANK OF THE U.S. obligated $49.95 million across 591 awards, for an average award value of $84,523.61. The activity profile indicates a moderate volume of relatively small-to-mid-sized transactions rather than a heavy concentration of large obligations.

Vendor concentration and leading contractors

Vendor obligations were led by INTERNATIONAL LOGIC SYSTEMS, INC. at $10.70 million across 12 awards, followed by INQUISIT LIMITED LIABILITY COMPANY at $6.93 million across 4 awards and ALLEN OVERY SHEARMAN STERLING US LLP at $4.20 million across 12 awards. The remaining top vendors, HARMONYTECH, INC. and ALEXANDER & TOM, INC., received $3.47 million and $3.29 million respectively, showing a mix of technology, legal, and support-service spending.

Industry profile based on NAICS activity

Spending was concentrated in information technology and professional services NAICS categories, led by 541519 Other Computer Related Services at $24.14 million across 87 awards. Additional obligations were directed to 541110 Offices of Lawyers, 541511 Custom Computer Programming Services, 512110 Motion Picture and Video Production, and 541512 Computer Systems Design Services, reinforcing a procurement mix centered on IT, legal, and communications-related services.

Annual contract trend over the analysis window

The annual trend shows the full-year total for 2025 at $49.95 million across 591 awards. Because only one year is available in the analysis window, this view provides a baseline rather than a multi-year growth comparison.

How to interpret this page

This summary is based on FPDS obligations for EXPORT-IMPORT BANK OF THE U.S. under agency ID 8300 during the last full year. Vendor and NAICS rankings are ordered by total obligated dollars, and annual trend data reflects the same analysis period; no additional assumptions or extrapolations were applied.

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 1 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. 10,700,610.61 10.70 million 12
INQUISIT LIMITED LIABILITY COMPANY 6,934,049.60 6.93 million 4
ALLEN OVERY SHEARMAN STERLING US LLP 4,204,342.18 4.20 million 12
HARMONYTECH, INC. 3,472,061.64 3.47 million 3
ALEXANDER & TOM, INC 3,294,654.17 3.29 million 7
DELOITTE CONSULTING LLP 2,194,522.64 2.19 million 1
ERNST & YOUNG LLP 1,710,866.04 1.71 million 16
MOODY'S ANALYTICS, INC. 1,542,285.58 1.54 million 9
CORESPHERE, LLC 1,405,055.04 1.41 million 2
DR AMADEO JULIAN ABOGADOS CONSULTORES 1,319,583.26 1.32 million 2

Insight

Over the last full year, EXPORT-IMPORT BANK OF THE U.S. obligated $49.95 million across 591 awards, with the top 10 vendors accounting for $35.78 million, or about 71.6% of total obligations. Spending is moderately concentrated: INTERNATIONAL LOGIC SYSTEMS, INC. led with $10.70 million across 12 awards, while the remaining top vendors each received between $1.32 million and $6.93 million. Award counts vary widely, from a single award to 16 awards, indicating a mix of one-time and recurring obligations among major vendors.

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 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
541519 OTHER COMPUTER RELATED SERVICES 24,142,399.84 24.14 million 87
541110 OFFICES OF LAWYERS 6,219,100.96 6.22 million 63
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 5,523,511.01 5.52 million 14
512110 MOTION PICTURE AND VIDEO PRODUCTION 3,329,595.81 3.33 million 10
541512 COMPUTER SYSTEMS DESIGN SERVICES 3,180,218.94 3.18 million 6
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 1,828,854.10 1.83 million 52
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 1,535,591.00 1.54 million 14
519130 INTERNET PUBLISHING AND BROADCASTING AND WEB SEARCH PORTALS 1,410,557.72 1.41 million 16
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 1,193,118.96 1.19 million 7
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 918,877.29 918.88 thousand 5

Insight

Over the last full year, EXPORT-IMPORT BANK OF THE U.S. obligated $49.95 million across 591 awards, with spending concentrated in a small number of service NAICS. NAICS 541519 (Other Computer Related Services) was the largest category at $24.14 million across 87 awards, representing nearly half of total obligations; the next largest, 541110 (Offices of Lawyers), accounted for $6.22 million across 63 awards. The remaining top NAICS were each below $5.53 million, indicating a long tail of lower-obligation categories with comparatively modest award counts.

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

Insight

In the last full year, EXPORT-IMPORT BANK OF THE U.S. obligated $49.95 million across 591 awards, for an average award value of $84.5 thousand. Because the window contains a single year of data, no year-over-year trend can be assessed from this view. The volume suggests a moderately distributed award profile rather than concentration in a small number of very large obligations.

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