Whirlpool Corp /De/ (WHR-PA) Free Cash Flow (QoQ) (2009 - 2026)
Analysis
Whirlpool Corp /De/ (WHR-PA) Free Cash Flow (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 76.09% |
| Mar 31, 2026 | -190.50% |
| Dec 31, 2025 | 2,001.92% |
| Sep 30, 2025 | 17.46% |
| Jun 30, 2025 | 92.06% |
| Mar 31, 2025 | -181.75% |
| Dec 31, 2024 | 663.78% |
| Sep 30, 2024 | -53.82% |
| Jun 30, 2024 | 127.83% |
| Mar 31, 2024 | -196.30% |
| Dec 31, 2023 | 1,505.48% |
| Sep 30, 2023 | -421.43% |
| Jun 30, 2023 | 97.56% |
| Mar 31, 2023 | -167.89% |
| Dec 31, 2022 | 126.27% |
| Sep 30, 2022 | 1,972.22% |
| Jun 30, 2022 | 104.34% |
| Mar 31, 2022 | -162.59% |
| Dec 31, 2021 | 26.05% |
| Sep 30, 2021 | 49.01% |
API Access
Whirlpool Corp /De/ Free Cash Flow (QoQ) 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=free-cash-flow-qoq&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow-qoq", "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=free-cash-flow-qoq&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();