Whirlpool Corp /De/ (WHR-PA) Short-term Investments (2009 - 2010)
Whirlpool's (WHR-PA) quarterly Short-term Investments came in at $135.0 million in Q4 2010, up 13.45% year-over-year from $119.0 million in Q4 2009, and up 13.45% quarter-over-quarter from $119.0 million in Q4 2009.
Whirlpool Corp /De/ (WHR-PA) Short-term Investments (2009 - 2010) Analysis & Trends
Whirlpool (WHR-PA) has reported Short-term Investments for 2 consecutive years, with $135.0 million the latest figure, recorded in Q4 2010.
- On a quarterly basis, Short-term Investments rose 13.45% year-over-year to $135.0 million in Q4 2010; TTM through Dec 2010 was $135.0 million, a 13.45% increase from a year earlier, with the FY2010 full-year figure at $135.0 million, up 13.45% from the prior year.
- Short-term Investments was $135.0 million for Q4 2010 at Whirlpool, up from $119.0 million in the prior quarter.
- Over five years, Short-term Investments peaked at $135.0 million in Q4 2010 and troughed at $119.0 million in Q4 2009.
Peer Comparison
Whirlpool Corp /De/ Short-term Investments 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=short-term-investments&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "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=short-term-investments&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();