PPL Corp (PPL) EBT Margin (2009 - 2011)
Ppl's (PPL) quarterly EBT Margin came in at 11.93% in Q2 2011, up 569.0% year-over-year from 1.78% in Q2 2010, and down 44.44% quarter-over-quarter from 21.48% in Q1 2011.
PPL Corp (PPL) EBT Margin (2009 - 2011) Analysis & Trends
Ppl has disclosed EBT Margin across 3 years of filings, most recently posting 11.93% for Q2 2011.
- In Q2 2011, EBT Margin rose 569.0% year-over-year to 11.93%; the TTM figure through Jun 2011 stood at 17.96% (up 918.0% YoY), while the FY2010 annual figure was 14.54%, up 732.0% from the prior year.
- EBT Margin came in at 11.93% for Q2 2011 at Ppl, down from 21.48% in the prior quarter.
- In the past five years, EBT Margin ranged from a high of 24.1% in Q4 2010 to a low of 0.12% in Q2 2009.
- Average EBT Margin over 3 years is 11.93%, with a median of 12.17% recorded in 2010.
- The largest YoY upside for EBT Margin was 1480 bps in 2010 against a maximum downside of 233 bps in 2010.
- Over 3 years, EBT Margin stood at 9.3% in 2009, then jumped by 159 bps to 24.1% in 2010, then plunged by 50 bps to 11.93% in 2011.
- Per Business Quant data, the three most recent EBT Margin figures were 11.93% in Q2 2011, 21.48% in Q1 2011, and 24.1% in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 11.93% |
| Mar 31, 2011 | 21.48% |
| Dec 31, 2010 | 24.10% |
| Sep 30, 2010 | 14.92% |
| Jun 30, 2010 | 6.25% |
| Mar 31, 2010 | 12.41% |
| Dec 31, 2009 | 9.30% |
| Sep 30, 2009 | 4.26% |
| Jun 30, 2009 | -0.12% |
| Mar 31, 2009 | 14.74% |
PPL Corp EBT Margin 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=ebt-margin&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-margin", "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=ebt-margin&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();