PPL Corp (PPL) Tax Provisions (2009 - 2011)
Ppl's (PPL) quarterly Tax Provisions came in at $104.0 million in Q2 2011, up 225.0% year-over-year from $32.0 million in Q2 2010, and down 53.36% quarter-over-quarter from $223.0 million in Q1 2011.
PPL Corp (PPL) Tax Provisions (2009 - 2011) Analysis & Trends
Ppl has disclosed Tax Provisions across 3 years of filings, most recently posting $104.0 million for Q2 2011.
- In Q2 2011, Tax Provisions rose 225.0% year-over-year to $104.0 million; the TTM figure through Jun 2011 stood at $598.0 million (up 144.08% YoY), while the FY2010 annual figure was $434.0 million, up 130.85% from the prior year.
- Tax Provisions came in at $104.0 million for Q2 2011 at Ppl, down from $223.0 million in the prior quarter.
- In the past five years, Tax Provisions ranged from a high of $223.0 million in Q1 2011 to a low of -$31.0 million in Q2 2009.
- Average Tax Provisions over 3 years is $91.0 million, with a median of $101.0 million recorded in 2009.
- The largest YoY upside for Tax Provisions was 322.22% in 2010 against a maximum downside of 33.67% in 2010.
- Over 3 years, Tax Provisions stood at $55.0 million in 2009, then soared by 185.45% to $157.0 million in 2010, then plunged by 33.76% to $104.0 million in 2011.
- Per Business Quant data, the three most recent Tax Provisions figures were $104.0 million in Q2 2011, $223.0 million in Q1 2011, and $157.0 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 104.00 Mn |
| Mar 31, 2011 | 223.00 Mn |
| Dec 31, 2010 | 157.00 Mn |
| Sep 30, 2010 | 114.00 Mn |
| Jun 30, 2010 | 32.00 Mn |
| Mar 31, 2010 | 131.00 Mn |
| Dec 31, 2009 | 55.00 Mn |
| Sep 30, 2009 | 27.00 Mn |
| Jun 30, 2009 | -31.00 Mn |
| Mar 31, 2009 | 98.00 Mn |
PPL Corp Tax Provisions 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=tax-provisions&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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=tax-provisions&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();