Federal Contractor

SUPPLYCORE INC. Federal Contract Obligations (Last 10 Years)

Federal procurement profile for SUPPLYCORE INC. (CAGE 4V314, UEI HTYJC5P9ZMH5) covering obligations and award activity over the last 10 years.

SUPPLYCORE INC. recorded 3.95 billion in obligated federal awards across 587,590 actions in the last 10 years, with an average action value of 6,724.64. Most of the activity came from the Defense Logistics Agency and was concentrated in NAICS 423610 and 339999.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the provided 10-year analysis window and may include multiple award actions within the same vendor relationship.

CAGE Code
4V314
UEI
HTYJC5P9ZMH5
Total Obligated
3.95 billion
3,951,335,827.32
Award Actions
587,590
Average Action Value
6,724.64

About SUPPLYCORE INC. federal contract activity

SUPPLYCORE INC. recorded $3.95 billion in obligated federal awards across 587,590 actions over the last 10 years, with an average award value of $6,724.64. The company’s activity is highly concentrated in a large volume of small-dollar transactions, indicating a procurement profile dominated by recurring supply and distribution awards rather than a small number of large contracts.

Agency mix and customer concentration

The award base is overwhelmingly concentrated within the Defense Logistics Agency, which accounts for $3.89 billion and 513,106 awards, or the clear majority of both dollars and actions. The Federal Acquisition Service is a distant second at $89.59 million across 74,309 awards, while the Department of the Army, Department of the Navy, and National Park Service represent only marginal additional spending.

Industry profile based on NAICS activity

The largest NAICS category is 423610, Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers, at $1.56 billion across 138,138 awards. Significant additional obligations appear in 339999, All Other Miscellaneous Manufacturing, at $1.23 billion, and 423850, Service Establishment Equipment and Supplies Merchant Wholesalers, at $566.81 million, showing a mix of wholesale distribution and manufacturing-adjacent supply activity.

Annual contract trend over the analysis window

Annual obligations have remained strong and generally elevated in the most recent years, rising from $284.81 million in 2021 to $399.94 million in 2022 and $480.10 million in 2023. Spending increased further to $752.75 million in 2024 and $746.76 million in 2025, while award counts stayed relatively stable around 38,000 to 40,000 per year in 2024 and 2025.

How to interpret this page

This profile is based on FPDS-observed obligations tied to CAGE 4V314 and UEI HTYJC5P9ZMH5 over the last 10 years. Totals, award counts, and averages reflect reported federal procurement actions and are grouped by agency, NAICS code, and fiscal year using the provided analysis window.

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 = '4V314'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
97AS DEFENSE LOGISTICS AGENCY 3,890,882,585.57 3.89 billion 513,106
4732 FEDERAL ACQUISITION SERVICE 89,591,119.84 89.59 million 74,309
2100 DEPT OF THE ARMY 552,613.18 552.61 thousand 19
1700 DEPT OF THE NAVY 468,584.16 468.58 thousand 15
1443 NATIONAL PARK SERVICE 433,883.61 433.88 thousand 3
1900 STATE, DEPARTMENT OF 245,214.14 245.21 thousand 23
9568 UNITED STATES AGENCY FOR GLOBAL MEDIA, BBG 14,282.16 14.28 thousand 1
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 14,170.32 14.17 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 12.11 12.11 73
8900 ENERGY, DEPARTMENT OF 0.00 0.00 3

Insight

Over the last 10 years, SUPPLYCORE INC. has obligations totaling $3.95 billion across 587,590 awards, with activity highly concentrated at the Defense Logistics Agency. DLA accounts for $3.89 billion and 513,106 awards, or the clear majority of both dollars and transactions, indicating a dominant reliance on a single agency. The Federal Acquisition Service is a distant second at $89.59 million across 74,309 awards, while all other agencies represent only marginal obligated amounts and relatively few awards.

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 = '4V314'
        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
423610 ELECTRICAL APPARATUS AND EQUIPMENT, WIRING SUPPLIES, AND RELATED EQUIPMENT MERCHANT WHOLESALERS 1,560,967,953.81 1.56 billion 138,138
339999 ALL OTHER MISCELLANEOUS MANUFACTURING 1,225,735,158.58 1.23 billion 16,837
423850 SERVICE ESTABLISHMENT EQUIPMENT AND SUPPLIES MERCHANT WHOLESALERS 566,810,312.71 566.81 million 443
332999 ALL OTHER MISCELLANEOUS FABRICATED METAL PRODUCT MANUFACTURING 133,091,572.53 133.09 million 15,231
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 112,018,728.49 112.02 million 61
493190 OTHER WAREHOUSING AND STORAGE 82,863,305.62 82.86 million 57,113
331110 IRON AND STEEL MILLS AND FERROALLOY MANUFACTURING 70,899,136.42 70.90 million 1,487
333911 PUMP AND PUMPING EQUIPMENT MANUFACTURING 49,338,067.85 49.34 million 159,215
333999 ALL OTHER MISCELLANEOUS GENERAL PURPOSE MACHINERY MANUFACTURING 41,120,882.31 41.12 million 30,927
333318 OTHER COMMERCIAL AND SERVICE INDUSTRY MACHINERY MANUFACTURING 35,130,448.29 35.13 million 72,801

Insight

Over the last 10 years, SUPPLYCORE INC. has obligated $3.95 billion across 587,590 awards, with activity concentrated in NAICS 423610 ($1.56 billion, 138,138 awards) and 339999 ($1.23 billion, 16,837 awards), which together account for most of the vendor’s obligated value in this view. The remaining top NAICS are materially smaller by dollars and reflect a mixed distribution across wholesaling, manufacturing, warehousing, and machinery categories. Award volume is especially high in several lower-dollar NAICS, including 333911 and 333318, indicating broad transactional activity rather than reliance on only a few large awards.

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 = '4V314'
        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 746,759,612.41 746.76 million 39,844
2024 752,754,870.82 752.75 million 39,864
2023 480,099,184.33 480.10 million 37,751
2022 399,944,204.21 399.94 million 41,071
2021 284,808,820.33 284.81 million 52,433
2020 222,680,266.63 222.68 million 67,740
2019 290,563,756.07 290.56 million 84,446
2018 392,137,904.46 392.14 million 120,121
2017 343,358,352.91 343.36 million 101,034
2016 38,228,855.15 38.23 million 3,286

Insight

SUPPLYCORE INC. has obligated $3.95 billion across 587,590 awards over the last 10 years, with a relatively low average award value of $6,724.64, indicating a high-volume, low-dollar obligation profile. Obligations were heavily concentrated in the most recent two years, with 2024 ($752.75 million) and 2025 ($746.76 million) together accounting for about 38% of 10-year total obligations. Earlier years were more variable but generally lower, with a notable trough in 2016 ($38.23 million) followed by sustained growth from 2017 through 2025.

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