Whirlpool Corp /De/ (WHR-PA) Exchange Rate Effect (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Exchange Rate Effect came in at $6.0 million in Q2 2026, down 78.57% year-over-year from $28.0 million in Q2 2025, and down 75.0% quarter-over-quarter from $24.0 million in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Exchange Rate Effect (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Exchange Rate Effect for 18 consecutive years, with $6.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Exchange Rate Effect fell 78.57% year-over-year to $6.0 million in Q2 2026; TTM through Jun 2026 was $12.0 million, a 220.0% increase from a year earlier, with the FY2025 full-year figure at $49.0 million, up 132.89% from the prior year.
- Exchange Rate Effect was $6.0 million for Q2 2026 at Whirlpool, down from $24.0 million in the prior quarter.
- Over five years, Exchange Rate Effect peaked at $41.0 million in Q1 2022 and troughed at -$81.0 million in Q4 2024.
- A 5-year average of -$2.5 million and a median of $5.0 million in 2024 frame the typical range for Exchange Rate Effect.
- Across the five-year window, Exchange Rate Effect tumbled 576.47% in 2024 and surged 295.0% in 2025, its largest moves.
- Over 5 years, Exchange Rate Effect stood at $12.0 million in 2022, then soared by 41.67% to $17.0 million in 2023, then plunged by 576.47% to -$81.0 million in 2024, then soared by 81.48% to -$15.0 million in 2025, then surged by 140.0% to $6.0 million in 2026.
- The last three Exchange Rate Effect figures came in at $6.0 million (Q2 2026), $24.0 million (Q1 2026), and -$15.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 6.00 Mn |
| Mar 31, 2026 | 24.00 Mn |
| Dec 31, 2025 | -15.00 Mn |
| Sep 30, 2025 | -3.00 Mn |
| Jun 30, 2025 | 28.00 Mn |
| Mar 31, 2025 | 39.00 Mn |
| Dec 31, 2024 | -81.00 Mn |
| Sep 30, 2024 | 4.00 Mn |
| Jun 30, 2024 | -52.00 Mn |
| Mar 31, 2024 | -20.00 Mn |
| Dec 31, 2023 | 17.00 Mn |
| Sep 30, 2023 | -27.00 Mn |
| Jun 30, 2023 | 28.00 Mn |
| Mar 31, 2023 | 27.00 Mn |
| Dec 31, 2022 | 12.00 Mn |
| Sep 30, 2022 | -44.00 Mn |
| Jun 30, 2022 | -29.00 Mn |
| Mar 31, 2022 | 41.00 Mn |
| Dec 31, 2021 | -16.00 Mn |
| Sep 30, 2021 | -50.00 Mn |
Whirlpool Corp /De/ Exchange Rate Effect 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=exchange-rate-effect&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();