Federal Contractor

ELI LILLY AND COMPANY Federal Contract Obligations (Last Year)

Federal procurement profile for ELI LILLY AND COMPANY (CAGE 75602, UEI UHHVNTY54K68) covering obligations in the last full year.

In the last full year, ELI LILLY AND COMPANY received 1 reported federal award action totaling 229,740.8 in obligated dollars, with all activity tied to the Department of Veterans Affairs. The company’s recorded obligation is concentrated in NAICS 325412, Pharmaceutical Preparation Manufacturing.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the provided FPDS analysis window and may differ from later updated contract records or broader accounting totals.

CAGE Code
75602
UEI
UHHVNTY54K68
Total Obligated
229.74 thousand
229,740.80
Award Actions
1
Average Action Value
229,740.80

About ELI LILLY AND COMPANY federal contract activity

ELI LILLY AND COMPANY recorded $229.74 thousand in FPDS-observed obligations during the last full year across 1 award, yielding an average award value of $229.74 thousand. The activity profile is narrow for the period and indicates a single-obligation spending pattern rather than broad contract dispersion.

Agency mix and customer concentration

All observed obligations were awarded by the VETERANS AFFAIRS, DEPARTMENT OF, which accounted for 100% of vendor-observed spending in the analysis window. No other awarding agencies appeared in the available record, so the agency mix is fully concentrated.

Industry profile based on NAICS activity

The entire obligated total mapped to NAICS 325412, Pharmaceutical Preparation Manufacturing, with 1 award and $229.74 thousand in obligations. This indicates that the vendor’s observed federal procurement activity in the period was confined to a single pharmaceutical manufacturing category.

Annual contract trend over the analysis window

Annual activity in 2025 totaled $229.74 thousand across 1 award. Because the analysis window contains only one year of observed activity, the trend is flat at the annual aggregate level and does not support a multi-year growth or contraction assessment.

How to interpret this page

This summary is based on the provided FPDS Query extracts for the last full year and reflects only observed obligations in that dataset. Totals, shares, and averages are calculated from the supplied award-level aggregates and should be interpreted as procurement activity captured in FPDS for the specified vendor identifiers.

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 = '75602'
        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
3600 VETERANS AFFAIRS, DEPARTMENT OF 229,740.80 229.74 thousand 1

Insight

Over the last full year, ELI LILLY AND COMPANY’s obligations were fully concentrated in a single award totaling $229.74 thousand. The Department of Veterans Affairs accounted for 100% of obligated dollars and award activity for the period. This indicates a highly concentrated agency relationship with no observed diversification across other agencies in the window reviewed.

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 = '75602'
        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
325412 PHARMACEUTICAL PREPARATION MANUFACTURING 229,740.80 229.74 thousand 1

Insight

Over the last full year, ELI LILLY AND COMPANY’s obligations were fully concentrated in one NAICS code, 325412, Pharmaceutical Preparation Manufacturing. This NAICS accounted for the entire $229.74 thousand in obligated value and the sole award recorded in the period, indicating a highly concentrated procurement profile. With one award averaging $229.74 thousand, there is no observable NAICS diversification in this window.

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 = '75602'
        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 229,740.80 229.74 thousand 1

Insight

During the last full year, ELI LILLY AND COMPANY (CAGE 75602) received one award totaling $229.74 thousand, indicating all obligated dollars were concentrated in a single action. With only one award recorded in 2025, there is no intra-year distribution or multi-award trend to assess. The average award value equals total obligated amount, reflecting full concentration in one procurement action.

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.