Whirlpool Corp /De/ (WHR-PA) Land & Improvements (2009 - 2010)
Whirlpool's (WHR-PA) quarterly Land & Improvements came in at $74.0 million in Q4 2010, down 3.9% year-over-year from $77.0 million in Q4 2009, and down 1.33% quarter-over-quarter from $75.0 million in Q3 2010.
Whirlpool Corp /De/ (WHR-PA) Land & Improvements (2009 - 2010) Analysis & Trends
Whirlpool (WHR-PA) has reported Land & Improvements for 2 consecutive years, with $74.0 million the latest figure, recorded in Q4 2010.
- On a quarterly basis, Land & Improvements fell 3.9% year-over-year to $74.0 million in Q4 2010; TTM through Dec 2010 was $74.0 million, a 3.9% decrease from a year earlier, with the FY2010 full-year figure at $74.0 million, down 3.9% from the prior year.
- Land & Improvements was $74.0 million for Q4 2010 at Whirlpool, down from $75.0 million in the prior quarter.
- Over five years, Land & Improvements peaked at $77.0 million in Q4 2009 and troughed at $71.0 million in Q2 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2010 | 74.00 Mn |
| Sep 30, 2010 | 75.00 Mn |
| Jun 30, 2010 | 71.00 Mn |
| Dec 31, 2009 | 77.00 Mn |
Whirlpool Corp /De/ Land & Improvements 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=land-and-improvements&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "land-and-improvements", "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=land-and-improvements&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();