PPL Corp (PPL) Profit After Tax (2009 - 2011)
Ppl's (PPL) quarterly Profit After Tax came in at $201.0 million in Q2 2011, up 118.48% year-over-year from $92.0 million in Q2 2010, and down 50.37% quarter-over-quarter from $405.0 million in Q1 2011.
PPL Corp (PPL) Profit After Tax (2009 - 2011) Analysis & Trends
Ppl has disclosed Profit After Tax across 3 years of filings, most recently posting $201.0 million for Q2 2011.
- In Q2 2011, Profit After Tax rose 118.48% year-over-year to $201.0 million; the TTM figure through Jun 2011 stood at $1.2 billion (up 129.81% YoY), while the FY2010 annual figure was $976.0 million, up 125.4% from the prior year.
- Profit After Tax came in at $201.0 million for Q2 2011 at Ppl, down from $405.0 million in the prior quarter.
- In the past five years, Profit After Tax ranged from a high of $405.0 million in Q1 2011 to a low of -$7.0 million in Q2 2009.
- Average Profit After Tax over 3 years is $198.7 million, with a median of $223.5 million recorded in 2009.
- The largest YoY upside for Profit After Tax was 1414.29% in 2010 against a maximum downside of 3.66% in 2010.
- Over 3 years, Profit After Tax stood at $157.0 million in 2009, then surged by 128.66% to $359.0 million in 2010, then sank by 44.01% to $201.0 million in 2011.
- Per Business Quant data, the three most recent Profit After Tax figures were $201.0 million in Q2 2011, $405.0 million in Q1 2011, and $359.0 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 201.00 Mn |
| Mar 31, 2011 | 405.00 Mn |
| Dec 31, 2010 | 359.00 Mn |
| Sep 30, 2010 | 253.00 Mn |
| Jun 30, 2010 | 92.00 Mn |
| Mar 31, 2010 | 255.00 Mn |
| Dec 31, 2009 | 157.00 Mn |
| Sep 30, 2009 | 26.00 Mn |
| Jun 30, 2009 | -7.00 Mn |
| Mar 31, 2009 | 246.00 Mn |
PPL Corp Profit After Tax 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=profit-after-tax&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();