Whirlpool Corp /De/ (WHR-PA) Tax Rate Growth (3y) (2012 - 2026)
Analysis
Whirlpool Corp /De/ (WHR-PA) Tax Rate Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -5,276.00 |
| Mar 31, 2026 | 3,493.00 |
| Dec 31, 2025 | 3,194.00 |
| Sep 30, 2025 | 100.00 |
| Jun 30, 2025 | 3,511.00 |
| Mar 31, 2025 | 611.00 |
| Dec 31, 2024 | -7,826.00 |
| Sep 30, 2024 | 807.00 |
| Jun 30, 2024 | -70,061.00 |
| Mar 31, 2024 | -6,948.00 |
| Dec 31, 2023 | -8,168.00 |
| Sep 30, 2023 | 2,360.00 |
| Jun 30, 2023 | 994.00 |
| Mar 31, 2023 | -9,527.00 |
| Dec 31, 2022 | -1,651.00 |
| Sep 30, 2022 | -1,973.00 |
| Jun 30, 2022 | -7,550.00 |
| Mar 31, 2022 | 6,342.00 |
| Dec 31, 2021 | 129.00 |
| Sep 30, 2021 | 1,393.00 |
API Access
Whirlpool Corp /De/ Tax Rate Growth (3y) 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=tax-rate-growth-3y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate-growth-3y", "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=tax-rate-growth-3y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();