Whirlpool Corp /De/ (WHR-PA) Other Non Operating Income (2009 - 2010)
Whirlpool's (WHR-PA) quarterly Other Non Operating Income came in at -$104.0 million in Q3 2010, down 103.92% year-over-year from $2.7 billion in Q3 2009, and down 50.72% quarter-over-quarter from -$69.0 million in Q2 2010.
Whirlpool Corp /De/ (WHR-PA) Other Non Operating Income (2009 - 2010) Analysis & Trends
Whirlpool (WHR-PA) has reported Other Non Operating Income for 2 consecutive years, with -$104.0 million the latest figure, recorded in Q3 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2010 | -104.00 Mn |
| Jun 30, 2010 | -69.00 Mn |
| Sep 30, 2009 | -51.00 Mn |
| Jun 30, 2009 | -12.00 Mn |
Whirlpool Corp /De/ Other Non Operating Income 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=other-non-operating-income&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();