PPL Corp (PPL) Tax Rate (2009 - 2011)
Ppl's (PPL) quarterly Tax Rate came in at 35.02% in Q2 2011, up 23.0% year-over-year from 28.47% in Q2 2010, and down 1.86% quarter-over-quarter from 35.68% in Q1 2011.
PPL Corp (PPL) Tax Rate (2009 - 2011) Analysis & Trends
Ppl has disclosed Tax Rate across 3 years of filings, most recently posting 35.02% for Q2 2011.
- In Q2 2011, Tax Rate rose 23.0% year-over-year to 35.02%; the TTM figure through Jun 2011 stood at 35.26% (up 26.0% YoY), while the FY2010 annual figure was 35.03%, up 8.0% from the prior year.
- Tax Rate came in at 35.02% for Q2 2011 at Ppl, down from 35.68% in the prior quarter.
- In the past five years, Tax Rate ranged from a high of 1550.0% in Q2 2009 to a low of 28.74% in Q1 2009.
- Average Tax Rate over 3 years is 185.95%, with a median of 35.05% recorded in 2010.
- The largest YoY upside for Tax Rate was 638 bps in 2010 against a maximum downside of 151522 bps in 2010.
- Over 3 years, Tax Rate stood at 34.59% in 2009, then gained by 1 bps to 34.97% in 2010, then advanced by 0 bps to 35.02% in 2011.
- Per Business Quant data, the three most recent Tax Rate figures were 35.02% in Q2 2011, 35.68% in Q1 2011, and 34.97% in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 35.02% |
| Mar 31, 2011 | 35.68% |
| Dec 31, 2010 | 34.97% |
| Sep 30, 2010 | 35.08% |
| Jun 30, 2010 | 34.78% |
| Mar 31, 2010 | 35.12% |
| Dec 31, 2009 | 34.59% |
| Sep 30, 2009 | 35.53% |
| Jun 30, 2009 | 1,550.00% |
| Mar 31, 2009 | 28.74% |
PPL Corp Tax Rate 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-rate&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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-rate&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();