Whirlpool Corp /De/ (WHR-PA) FCF Margin (2009 - 2026)
Whirlpool's (WHR-PA) quarterly FCF Margin came in at 6.08% in Q2 2026, down 441.0% year-over-year from 1.78% in Q2 2025, and up 77.75% quarter-over-quarter from 27.34% in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) FCF Margin (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported FCF Margin for 18 consecutive years, with 6.08% the latest figure, recorded in Q2 2026.
- On a quarterly basis, FCF Margin fell 441.0% year-over-year to 6.08% in Q2 2026; TTM through Jun 2026 was 1.15%, a 271.0% decrease from a year earlier, with the FY2025 full-year figure at 0.52%, down 179.0% from the prior year.
- FCF Margin was 6.08% for Q2 2026 at Whirlpool, up from 27.34% in the prior quarter.
- Over five years, FCF Margin peaked at 24.13% in Q4 2025 and troughed at 27.34% in Q1 2026.
- A 5-year average of 0.02% and a median of 0.79% in 2023 frame the typical range for FCF Margin.
- Across the five-year window, FCF Margin slumped 1047 bps in 2022 and surged 719 bps in 2024, its largest moves.
- Over 5 years, FCF Margin stood at 17.14% in 2022, then rose by 18 bps to 20.17% in 2023, then rose by 16 bps to 23.45% in 2024, then increased by 3 bps to 24.13% in 2025, then tumbled by 125 bps to 6.08% in 2026.
- The last three FCF Margin figures came in at 6.08% (Q2 2026), 27.34% (Q1 2026), and 24.13% (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -6.08% |
| Mar 31, 2026 | -27.34% |
| Dec 31, 2025 | 24.13% |
| Sep 30, 2025 | -1.29% |
| Jun 30, 2025 | -1.67% |
| Mar 31, 2025 | -21.90% |
| Dec 31, 2024 | 23.45% |
| Sep 30, 2024 | 3.18% |
| Jun 30, 2024 | 6.89% |
| Mar 31, 2024 | -22.00% |
| Dec 31, 2023 | 20.17% |
| Sep 30, 2023 | -1.48% |
| Jun 30, 2023 | -0.29% |
| Mar 31, 2023 | -12.33% |
| Dec 31, 2022 | 17.14% |
| Sep 30, 2022 | 7.80% |
| Jun 30, 2022 | 0.35% |
| Mar 31, 2022 | -8.43% |
| Dec 31, 2021 | 11.40% |
| Sep 30, 2021 | 9.58% |
Whirlpool Corp /De/ FCF 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=fcf-margin&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-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=fcf-margin&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();