Federal Contractor

FEDERAL RESOURCES SUPPLY COMPANY Federal Contract Obligations (Last Year)

FEDERAL RESOURCES SUPPLY COMPANY (CAGE 1Q3Z9, UEI UR5TFK3LAVL5) recorded 54.71 million in obligations across 340 federal award actions in the last full year.

In the last full year, FEDERAL RESOURCES SUPPLY COMPANY received 54,710,034.97 in obligations across 340 actions, for an average action value of 160,911.86. Most of the spending was concentrated at the Federal Acquisition Service and in NAICS 334516, Analytical Laboratory Instrument Manufacturing.

Generated at 03/21/2026

Analysis period: Last full year

Agency, NAICS, and annual totals reflect FPDS obligations for the last full year and may not match award counts because multi-award activity and action-level reporting can differ.

CAGE Code
1Q3Z9
UEI
UR5TFK3LAVL5
Total Obligated
54.71 million
54,710,034.97
Award Actions
340
Average Action Value
160,911.86

About FEDERAL RESOURCES SUPPLY COMPANY federal contract activity

FEDERAL RESOURCES SUPPLY COMPANY (CAGE 1Q3Z9, UEI UR5TFK3LAVL5) received $54.71 million in obligated federal awards across 340 actions during the last full year, for an average award value of $160,911.86. The obligation profile is concentrated in a relatively small number of higher-value awards, with the Federal Acquisition Service accounting for most of the year’s dollar volume.

Agency mix and customer concentration

The Federal Acquisition Service was the dominant buying activity, at $41.17 million across 10 awards, or roughly three-quarters of total obligations. The remaining volume was distributed across the Department of State, Defense Logistics Agency, the Department of the Air Force, and U.S. Customs and Border Protection, indicating a mix of civilian, defense, and border/security customers with materially smaller shares.

Industry profile based on NAICS activity

The vendor’s award base is concentrated in NAICS 334516, Analytical Laboratory Instrument Manufacturing, which represented $41.70 million and 236 awards. A secondary concentration appears in NAICS 336350, Motor Vehicle Transmission and Power Train Parts Manufacturing, at $9.92 million, while the remaining NAICS codes contribute comparatively modest amounts and limited award counts.

Annual contract trend over the analysis window

The annual trend provided contains a single year, 2025, so no multi-year growth pattern can be inferred from the available data. For that year, obligations totaled $54.71 million across 340 awards, establishing the baseline for the analysis window.

How to interpret this page

This profile is based on FPDS award records aggregated for the last full year using the vendor’s CAGE code and UEI. Total obligated amounts, award counts, and averages reflect the supplied summary metrics and category rollups only; no additional contract details or external sources were used.

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 = '1Q3Z9'
        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
4732 FEDERAL ACQUISITION SERVICE 41,165,327.96 41.17 million 10
1900 STATE, DEPARTMENT OF 5,079,970.96 5.08 million 18
97AS DEFENSE LOGISTICS AGENCY 2,251,775.86 2.25 million 241
5700 DEPT OF THE AIR FORCE 1,216,210.52 1.22 million 5
7014 U.S. CUSTOMS AND BORDER PROTECTION 1,202,300.66 1.20 million 5
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 1,110,482.52 1.11 million 4
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 633,925.34 633.93 thousand 7
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 568,894.76 568.89 thousand 7
7008 U.S. COAST GUARD 317,685.65 317.69 thousand 3
1700 DEPT OF THE NAVY 293,755.99 293.76 thousand 6

Insight

Over the last full year, FEDERAL RESOURCES SUPPLY COMPANY’s obligations were concentrated in a few agencies, led by the Federal Acquisition Service at $41.17 million, or about 75% of the vendor’s $54.71 million total. The State Department was the second-largest customer at $5.08 million, while the remaining agencies each accounted for $2.25 million or less. Award activity was more distributed than dollars, with Defense Logistics Agency accounting for 241 of 340 awards, indicating a high volume of smaller transactions alongside a few much larger 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 = '1Q3Z9'
        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
334516 ANALYTICAL LABORATORY INSTRUMENT MANUFACTURING 41,703,779.03 41.70 million 236
336350 MOTOR VEHICLE TRANSMISSION AND POWER TRAIN PARTS MANUFACTURING 9,918,980.40 9.92 million 5
339999 ALL OTHER MISCELLANEOUS MANUFACTURING 927,949.40 927.95 thousand 1
339920 SPORTING AND ATHLETIC GOODS MANUFACTURING 633,925.34 633.93 thousand 7
332721 PRECISION TURNED PRODUCT MANUFACTURING 551,998.80 552.00 thousand 2
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 285,873.88 285.87 thousand 26
315990 APPAREL ACCESSORIES AND OTHER APPAREL MANUFACTURING 236,556.24 236.56 thousand 3
334515 INSTRUMENT MANUFACTURING FOR MEASURING AND TESTING ELECTRICITY AND ELECTRICAL SIGNALS 208,745.23 208.75 thousand 1
339113 SURGICAL APPLIANCE AND SUPPLIES MANUFACTURING 106,795.69 106.80 thousand 10
334519 OTHER MEASURING AND CONTROLLING DEVICE MANUFACTURING 58,892.68 58.89 thousand 2

Insight

FEDERAL RESOURCES SUPPLY COMPANY’s obligations over the last full year are highly concentrated in NAICS 334516, Analytical Laboratory Instrument Manufacturing, which accounts for $41.70 million of the $54.71 million total and 236 of 340 awards. The second-largest NAICS, 336350, Motor Vehicle Transmission and Power Train Parts Manufacturing, represents $9.92 million but only 5 awards, indicating a smaller number of higher-value actions. All remaining NAICS codes are comparatively minor, each below $1.0 million and collectively representing a limited share of total obligation, suggesting a narrow procurement profile centered on a primary manufacturing line with a few discrete secondary categories.

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 = '1Q3Z9'
        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 54,710,034.97 54.71 million 340

Insight

In the last full year, FEDERAL RESOURCES SUPPLY COMPANY (CAGE 1Q3Z9) recorded $54.71 million in obligated awards across 340 actions, for an average award value of $160,911.86. The available 1-year data reflects a single annual total, so year-over-year movement and directional trend cannot be assessed from this view. Award activity appears moderately distributed across a relatively high action count, indicating obligations were spread across multiple awards rather than concentrated in a small number of transactions.

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.