PPL Corp (PPL) Deferred Taxes (2009 - 2011)
Ppl's (PPL) quarterly Deferred Taxes came in at $133.0 million in Q2 2011, up 329.31% year-over-year from $31.0 million in Q2 2010, and down 34.8% quarter-over-quarter from $204.0 million in Q1 2011.
PPL Corp (PPL) Deferred Taxes (2009 - 2011) Analysis & Trends
Ppl has disclosed Deferred Taxes across 3 years of filings, most recently posting $133.0 million for Q2 2011.
- In Q2 2011, Deferred Taxes rose 329.31% year-over-year to $133.0 million; the TTM figure through Jun 2011 stood at $641.0 million (up 404.72% YoY), while the FY2010 annual figure was $241.0 million, up 131.73% from the prior year.
- Deferred Taxes came in at $133.0 million for Q2 2011 at Ppl, down from $204.0 million in the prior quarter.
- In the past five years, Deferred Taxes ranged from a high of $420.0 million in Q4 2010 to a low of -$116.0 million in Q3 2010.
- Average Deferred Taxes over 3 years is $68.2 million, with a median of $39.5 million recorded in 2009.
- Year-over-year, Deferred Taxes sank 209.43% in 2010 and surged 4180.0% in 2011.
- Over 3 years, Deferred Taxes stood at $84.0 million in 2009, then jumped by 400.0% to $420.0 million in 2010, then sank by 68.33% to $133.0 million in 2011.
- Per Business Quant data, the three most recent Deferred Taxes figures were $133.0 million in Q2 2011, $204.0 million in Q1 2011, and $420.0 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 133.00 Mn |
| Mar 31, 2011 | 204.00 Mn |
| Dec 31, 2010 | 420.00 Mn |
| Sep 30, 2010 | -116.00 Mn |
| Jun 30, 2010 | -58.00 Mn |
| Mar 31, 2010 | -5.00 Mn |
| Dec 31, 2009 | 84.00 Mn |
| Sep 30, 2009 | 106.00 Mn |
| Jun 30, 2009 | -74.00 Mn |
| Mar 31, 2009 | -12.00 Mn |
PPL Corp Deferred Taxes 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=deferred-taxes&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-taxes", "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=deferred-taxes&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();