PPL Corp (PPL) Non-Current Deferred Tax Liability (2009 - 2011)
Ppl's (PPL) quarterly Non-Current Deferred Tax Liability came in at $3.4 billion in Q2 2011, up 48.02% year-over-year from $2.3 billion in Q2 2010, and up 20.96% quarter-over-quarter from $2.8 billion in Q1 2011.
PPL Corp (PPL) Non-Current Deferred Tax Liability (2009 - 2011) Analysis & Trends
Ppl has disclosed Non-Current Deferred Tax Liability across 3 years of filings, most recently posting $3.4 billion for Q2 2011.
- In Q2 2011, Non-Current Deferred Tax Liability rose 48.02% year-over-year to $3.4 billion; the TTM figure through Jun 2011 stood at $3.4 billion (up 48.02% YoY), while the FY2010 annual figure was $2.6 billion, up 21.18% from the prior year.
- Non-Current Deferred Tax Liability came in at $3.4 billion for Q2 2011 at Ppl, up from $2.8 billion in the prior quarter.
- In the past five years, Non-Current Deferred Tax Liability ranged from a high of $3.4 billion in Q2 2011 to a low of $1.9 billion in Q2 2009.
- Average Non-Current Deferred Tax Liability over 3 years is $2.5 billion, with a median of $2.3 billion recorded in 2010.
- Year-over-year, Non-Current Deferred Tax Liability grew 12.03% in 2010 and soared 48.02% in 2011.
- Over 3 years, Non-Current Deferred Tax Liability stood at $2.1 billion in 2009, then rose by 21.18% to $2.6 billion in 2010, then surged by 33.98% to $3.4 billion in 2011.
- Per Business Quant data, the three most recent Non-Current Deferred Tax Liability figures were $3.4 billion in Q2 2011, $2.8 billion in Q1 2011, and $2.6 billion in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 3.43 Bn |
| Mar 31, 2011 | 2.84 Bn |
| Dec 31, 2010 | 2.56 Bn |
| Sep 30, 2010 | 2.47 Bn |
| Jun 30, 2010 | 2.32 Bn |
| Mar 31, 2010 | 2.31 Bn |
| Dec 31, 2009 | 2.12 Bn |
| Sep 30, 2009 | 2.20 Bn |
| Jun 30, 2009 | 1.94 Bn |
PPL Corp 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=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deferred-tax-liability", "ticker": "PPL", "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=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();