Whirlpool Corp /De/ (WHR-PA) EBT Margin (2009 - 2026)
Whirlpool's (WHR-PA) quarterly EBT Margin came in at 2.73% in Q2 2026, down 48.0% year-over-year from 5.25% in Q2 2025, and up 275.18% quarter-over-quarter from 1.56% in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) EBT Margin (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported EBT Margin for 18 consecutive years, with 2.73% the latest figure, recorded in Q2 2026.
- On a quarterly basis, EBT Margin fell 48.0% year-over-year to 2.73% in Q2 2026; TTM through Jun 2026 was 2.01%, a 59.0% increase from a year earlier, with the FY2025 full-year figure at 3.32%, up 446.0% from the prior year.
- EBT Margin was 2.73% for Q2 2026 at Whirlpool, up from 1.56% in the prior quarter.
- Over five years, EBT Margin peaked at 8.68% in Q1 2022 and troughed at 30.92% in Q4 2022.
- A 5-year average of 0.13% and a median of 3.09% in 2025 frame the typical range for EBT Margin.
- Across the five-year window, EBT Margin plunged 3905 bps in 2022 and surged 3732 bps in 2023, its largest moves.
- Over 5 years, EBT Margin stood at 30.92% in 2022, then soared by 121 bps to 6.41% in 2023, then plunged by 183 bps to 5.29% in 2024, then soared by 162 bps to 3.29% in 2025, then fell by 17 bps to 2.73% in 2026.
- The last three EBT Margin figures came in at 2.73% (Q2 2026), 1.56% (Q1 2026), and 3.29% (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.73% |
| Mar 31, 2026 | -1.56% |
| Dec 31, 2025 | 3.29% |
| Sep 30, 2025 | 2.98% |
| Jun 30, 2025 | 3.21% |
| Mar 31, 2025 | 3.84% |
| Dec 31, 2024 | -5.29% |
| Sep 30, 2024 | 4.48% |
| Jun 30, 2024 | 0.75% |
| Mar 31, 2024 | -3.94% |
| Dec 31, 2023 | 6.41% |
| Sep 30, 2023 | 3.49% |
| Jun 30, 2023 | 4.26% |
| Mar 31, 2023 | -2.34% |
| Dec 31, 2022 | -30.92% |
| Sep 30, 2022 | 4.18% |
| Jun 30, 2022 | -6.51% |
| Mar 31, 2022 | 8.68% |
| Dec 31, 2021 | 8.13% |
| Sep 30, 2021 | 10.68% |
Whirlpool Corp /De/ EBT Margin 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=ebt-margin&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-margin", "ticker": "WHR-PA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=ebt-margin&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();