Whirlpool Corp /De/ (WHR-PA) Buildings (2009 - 2010)
Whirlpool's (WHR-PA) quarterly Buildings came in at $1.2 billion in Q4 2010, up 0.91% year-over-year from $1.2 billion in Q4 2009, and little changed quarter-over-quarter from $1.2 billion in Q3 2010.
Whirlpool Corp /De/ (WHR-PA) Buildings (2009 - 2010) Analysis & Trends
Whirlpool (WHR-PA) has reported Buildings for 2 consecutive years, with $1.2 billion the latest figure, recorded in Q4 2010.
- On a quarterly basis, Buildings rose 0.91% year-over-year to $1.2 billion in Q4 2010; TTM through Dec 2010 was $1.2 billion, a 0.91% increase from a year earlier, with the FY2010 full-year figure at $1.2 billion, up 0.91% from the prior year.
- Buildings was $1.2 billion for Q4 2010 at Whirlpool, roughly flat from $1.2 billion in the prior quarter.
- Over five years, Buildings peaked at $1.2 billion in Q3 2010 and troughed at $1.2 billion in Q2 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2010 | 1.22 Bn |
| Sep 30, 2010 | 1.22 Bn |
| Jun 30, 2010 | 1.17 Bn |
| Dec 31, 2009 | 1.21 Bn |
Whirlpool Corp /De/ Buildings 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=buildings&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "buildings", "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=buildings&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();