Whirlpool Corp /De/ (WHR-PA) Cost of Revenue (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Cost of Revenue came in at $3.1 billion in Q2 2026, down 2.75% year-over-year from $3.2 billion in Q2 2025, and up 7.59% quarter-over-quarter from $2.9 billion in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Cost of Revenue (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Cost of Revenue for 18 consecutive years, with $3.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cost of Revenue fell 2.75% year-over-year to $3.1 billion in Q2 2026; TTM through Jun 2026 was $12.9 billion, a 0.74% decrease from a year earlier, with the FY2025 full-year figure at $13.1 billion, down 6.33% from the prior year.
- Cost of Revenue was $3.1 billion for Q2 2026 at Whirlpool, up from $2.9 billion in the prior quarter.
- Over five years, Cost of Revenue peaked at $4.3 billion in Q4 2023 and troughed at $2.9 billion in Q1 2026.
- A 5-year average of $3.7 billion and a median of $3.7 billion in 2024 frame the typical range for Cost of Revenue.
- The widest YoY moves for Cost of Revenue: up 2.66% in 2025, down 21.67% in 2025.
- Over 5 years, Cost of Revenue stood at $4.3 billion in 2022, then rose by 0.42% to $4.3 billion in 2023, then dropped by 19.34% to $3.5 billion in 2024, then rose by 1.67% to $3.5 billion in 2025, then declined by 12.72% to $3.1 billion in 2026.
- The last three Cost of Revenue figures came in at $3.1 billion (Q2 2026), $2.9 billion (Q1 2026), and $3.5 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.08 Bn |
| Mar 31, 2026 | 2.86 Bn |
| Dec 31, 2025 | 3.52 Bn |
| Sep 30, 2025 | 3.44 Bn |
| Jun 30, 2025 | 3.16 Bn |
| Mar 31, 2025 | 3.01 Bn |
| Dec 31, 2024 | 3.47 Bn |
| Sep 30, 2024 | 3.35 Bn |
| Jun 30, 2024 | 3.36 Bn |
| Mar 31, 2024 | 3.85 Bn |
| Dec 31, 2023 | 4.30 Bn |
| Sep 30, 2023 | 4.13 Bn |
| Jun 30, 2023 | 3.98 Bn |
| Mar 31, 2023 | 3.89 Bn |
| Dec 31, 2022 | 4.28 Bn |
| Sep 30, 2022 | 4.10 Bn |
| Jun 30, 2022 | 4.20 Bn |
| Mar 31, 2022 | 4.07 Bn |
| Dec 31, 2021 | 4.75 Bn |
| Sep 30, 2021 | 4.38 Bn |
Whirlpool Corp /De/ Cost of Revenue 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=cost-of-revenue&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cost-of-revenue", "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=cost-of-revenue&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();