Whirlpool Corp /De/ (WHR-PA) Non-Current Deferred Tax Liability (2009 - 2010)
Whirlpool's (WHR-PA) quarterly Non-Current Deferred Tax Liability came in at $577.0 million in Q4 2010, down 7.23% year-over-year from $622.0 million in Q4 2009, and down 7.23% quarter-over-quarter from $622.0 million in Q4 2009.
Whirlpool Corp /De/ (WHR-PA) Non-Current Deferred Tax Liability (2009 - 2010) Analysis & Trends
Whirlpool (WHR-PA) has reported Non-Current Deferred Tax Liability for 2 consecutive years, with $577.0 million the latest figure, recorded in Q4 2010.
- On a quarterly basis, Non-Current Deferred Tax Liability fell 7.23% year-over-year to $577.0 million in Q4 2010; TTM through Dec 2010 was $577.0 million, a 7.23% decrease from a year earlier, with the FY2010 full-year figure at $577.0 million, down 7.23% from the prior year.
- Non-Current Deferred Tax Liability was $577.0 million for Q4 2010 at Whirlpool, down from $622.0 million in the prior quarter.
- Over five years, Non-Current Deferred Tax Liability peaked at $622.0 million in Q4 2009 and troughed at $577.0 million in Q4 2010.
Peer Comparison
Whirlpool Corp /De/ Non-Current Deferred Tax Liability 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=non-current-deferred-tax-liability&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deferred-tax-liability", "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=non-current-deferred-tax-liability&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();