Parker-Hannifin (PH) Change in Taxes (2009 - 2025)
Parker-Hannifin's (PH) quarterly Change in Taxes came in at $28.0 million in Q3 2025, down 69.89% year-over-year from $93.0 million in Q3 2024, and up 147.39% quarter-over-quarter from -$59.1 million in Q2 2025.
Parker-Hannifin (PH) Change in Taxes (2009 - 2025) Analysis & Trends
Parker-Hannifin (PH) has reported Change in Taxes for 17 consecutive years, with $28.0 million the latest figure, recorded in Q3 2025.
- On a quarterly basis, Change in Taxes fell 69.89% year-over-year to $28.0 million in Q3 2025; TTM through Sep 2025 was -$130.0 million, a 29.32% increase from a year earlier, with the FY2026 full-year figure at -$139.0 million, down 113.85% from the prior year.
- Change in Taxes was $28.0 million for Q3 2025 at Parker-Hannifin, up from -$59.1 million in the prior quarter.
- Over five years, Change in Taxes peaked at $136.9 million in Q3 2023 and troughed at -$213.2 million in Q4 2023.
- A 5-year average of -$1.1 million and a median of $8.0 million in 2022 frame the typical range for Change in Taxes.
- Across the five-year window, Change in Taxes jumped 2209.19% in 2021 and sank 4311.55% in 2023, its largest moves.
- Over 5 years, Change in Taxes stood at $16.3 million in 2021, then sank by 129.63% to -$4.8 million in 2022, then slumped by 4311.55% to -$213.2 million in 2023, then jumped by 61.74% to -$81.6 million in 2024, then surged by 134.32% to $28.0 million in 2025.
- The last three Change in Taxes figures came in at $28.0 million (Q3 2025), -$59.1 million (Q2 2025), and -$17.3 million (Q1 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Caterpillar | 371.58 Bn | 364.86 Bn | 7.76 Bn | - |
| 2 | Amphenol | 204.28 Bn | 198.29 Bn | 3.55 Bn | - |
| 3 | Deere | 189.58 Bn | 180.70 Bn | 12.32 Bn | -114.00 Mn |
| 4 | Eaton | 171.87 Bn | 171.22 Bn | 2.86 Bn | - |
| 5 | Parker-Hannifin | 121.60 Bn | 121.11 Bn | 2.25 Bn | - |
| 6 | Vertiv Holdings | 97.62 Bn | 94.51 Bn | 1.23 Bn | -13.50 Mn |
| 7 | 3M | 87.32 Bn | 84.04 Bn | 2.68 Bn | - |
| 8 | Emerson Electric | 86.05 Bn | 83.88 Bn | 2.66 Bn | - |
| 9 | Illinois Tool Works | 77.02 Bn | 76.18 Bn | 1.90 Bn | -106.00 Mn |
| 10 | Cummins | 72.43 Bn | 68.82 Bn | 2.47 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | 28.00 Mn |
| Jun 30, 2025 | -59.09 Mn |
| Mar 31, 2025 | -17.33 Mn |
| Dec 31, 2024 | -81.58 Mn |
| Sep 30, 2024 | 93.00 Mn |
| Jun 30, 2024 | -126.88 Mn |
| Mar 31, 2024 | 63.17 Mn |
| Dec 31, 2023 | -213.21 Mn |
| Sep 30, 2023 | 136.92 Mn |
| Jun 30, 2023 | 65.79 Mn |
| Mar 31, 2023 | 32.99 Mn |
| Dec 31, 2022 | -4.83 Mn |
| Sep 30, 2022 | 8.05 Mn |
| Jun 30, 2022 | -11.75 Mn |
| Mar 31, 2022 | -18.64 Mn |
| Dec 31, 2021 | 16.31 Mn |
| Sep 30, 2021 | 46.59 Mn |
| Jun 30, 2021 | 31.78 Mn |
| Mar 31, 2021 | -10.48 Mn |
| Dec 31, 2020 | 17.45 Mn |
Parker-Hannifin Change in Taxes API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=change-in-taxes&ticker=PH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "ticker": "PH", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=change-in-taxes&ticker=PH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();