Federal Contractor

PARKER-HANNIFIN CORPORATION Federal Contract Obligations (Last 5 Years)

Federal procurement overview for PARKER-HANNIFIN CORPORATION (CAGE 59211, UEI D8HJPMFFSGS3) covering obligations, awards, agencies, NAICS codes, and yearly trends over the last 5 years.

PARKER-HANNIFIN CORPORATION recorded 12,828 award actions and $1,304,587,133.74 in obligated dollars over the last 5 years, with an average action value of $101,698.40. The contract activity is concentrated in the Defense Logistics Agency and in NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect FPDS-readable obligations for the last 5 years and may differ from rounded display values.

CAGE Code
59211
UEI
D8HJPMFFSGS3
Total Obligated
1.30 billion
1,304,587,133.74
Award Actions
12,828
Average Action Value
101,698.40

About PARKER-HANNIFIN CORPORATION federal contract activity

PARKER-HANNIFIN CORPORATION (CAGE 59211, UEI D8HJPMFFSGS3) recorded $1.30 billion in obligated FPDS awards across 12,828 actions over the last 5 years, with an average award value of $101,698.40. The profile indicates a high-volume, mid-value contracting pattern dominated by federal defense-related procurement.

Agency mix and customer concentration

The Defense Logistics Agency is the primary buying activity, accounting for $961.26 million and 11,259 awards, or the clear majority of obligation volume and transaction count. The remainder is concentrated with the Department of the Navy, Department of the Army, and Department of the Air Force, showing that demand is heavily defense-centered with limited but notable activity from the U.S. Coast Guard.

Industry profile based on NAICS activity

NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, accounts for $1.25 billion and 11,830 awards, making it the dominant product and service classification by a wide margin. Smaller secondary obligations appear in engineering services, valve and pipe fitting manufacturing, aircraft engine parts, and aircraft manufacturing, suggesting the vendor’s awards are concentrated in aerospace and closely related industrial supply chains.

Annual contract trend over the analysis window

Annual obligations peaked in 2023 at $466.63 million before easing to $240.72 million in 2024 and $209.04 million in 2025. The pattern shows a sharp mid-period spike followed by a lower but still substantial run rate, while award counts remained elevated each year and reached a high in 2024.

How to interpret this page

This summary is based on FPDS award data for the last 5 years and reflects obligated dollars and award counts associated with CAGE 59211 and UEI D8HJPMFFSGS3. Agency, NAICS, and annual views are derived from the same analysis window and are intended to describe observed procurement concentration, not performance or compliance outcomes.

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 = '59211'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 961,262,752.65 961.26 million 11,259
1700 DEPT OF THE NAVY 135,757,973.02 135.76 million 810
2100 DEPT OF THE ARMY 116,389,188.41 116.39 million 111
5700 DEPT OF THE AIR FORCE 78,704,771.50 78.70 million 247
7008 U.S. COAST GUARD 7,507,834.57 7.51 million 171
4732 FEDERAL ACQUISITION SERVICE 5,424,793.92 5.42 million 2
12C2 FOREST SERVICE -140,980.75 -140.98 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -319,199.58 -319.20 thousand 227

Insight

Over the last 5 years, PARKER-HANNIFIN CORPORATION’s obligations are highly concentrated in the Defense Logistics Agency, which accounts for 961.26 million of 1.30 billion in total obligations and 11,259 of 12,828 awards. The Department of the Navy is a distant second at 135.76 million, followed by the Department of the Army at 116.39 million and the Department of the Air Force at 78.70 million, indicating a defense-heavy award profile. Outside the defense agencies, obligations are comparatively limited, with only small amounts at the U.S. Coast Guard and Federal Acquisition Service, and minor negative net obligations at Forest Service and DCMA.

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 = '59211'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 1,245,728,922.73 1.25 billion 11,830
541330 ENGINEERING SERVICES 13,425,051.87 13.43 million 11
332919 OTHER METAL VALVE AND PIPE FITTING MANUFACTURING 10,326,674.03 10.33 million 33
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 8,650,027.75 8.65 million 124
336411 AIRCRAFT MANUFACTURING 5,273,919.43 5.27 million 98
334513 INSTRUMENTS AND RELATED PRODUCTS MANUFACTURING FOR MEASURING, DISPLAYING, AND CONTROLLING INDUSTRIAL PROCESS VARIABLES 3,464,045.45 3.46 million 100
332911 INDUSTRIAL VALVE MANUFACTURING 2,902,707.70 2.90 million 127
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 2,057,317.64 2.06 million 58
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 2,030,595.27 2.03 million 12
335311 POWER, DISTRIBUTION, AND SPECIALTY TRANSFORMER MANUFACTURING 1,463,655.57 1.46 million 9

Insight

PARKER-HANNIFIN CORPORATION’s top NAICS is highly concentrated in 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, which accounts for about 1.25 billion of 1.30 billion in obligated dollars and 11,830 of 12,828 awards over the last 5 years. The remaining obligations are distributed across a limited set of aerospace and industrial manufacturing categories, with no other NAICS exceeding 13.43 million. This pattern indicates a dominant procurement profile centered on aircraft parts and auxiliary equipment, with comparatively minor activity in engineering services, valves, aircraft engine parts, and related manufacturing fields.

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 = '59211'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 209,043,155.05 209.04 million 2,060
2024 240,724,047.66 240.72 million 3,234
2023 466,632,761.53 466.63 million 3,003
2022 258,501,988.04 258.50 million 2,114
2021 129,685,181.46 129.69 million 2,417

Insight

PARKER-HANNIFIN CORPORATION received $1.30 billion across 12,828 awards over the last 5 years, with an average award value of $101.7K. Obligations were not evenly distributed: FY2023 was the peak year at $466.63M, accounting for the largest share of the period total, while FY2021 was the lowest at $129.69M. Funding remains elevated in FY2024 and FY2025 at $240.72M and $209.04M, indicating a decline from the 2023 high but continued significant annual obligation levels.

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