PPL Corp (PPL) Net Margin (2009 - 2011)
Ppl's (PPL) quarterly Net Margin came in at 1.45% in Q2 2011, up 36.0% year-over-year from 1.06% in Q2 2010, and down 89.61% quarter-over-quarter from 13.92% in Q1 2011.
PPL Corp (PPL) Net Margin (2009 - 2011) Analysis & Trends
Ppl has disclosed Net Margin across 3 years of filings, most recently posting 1.45% for Q2 2011.
- In Q2 2011, Net Margin rose 36.0% year-over-year to 1.45%; the TTM figure through Jun 2011 stood at 9.66% (up 437.0% YoY), while the FY2010 annual figure was 9.25%, up 464.0% from the prior year.
- Net Margin came in at 1.45% for Q2 2011 at Ppl, down from 13.92% in the prior quarter.
- In the past five years, Net Margin ranged from a high of 16.8% in Q4 2010 to a low of 0.3% in Q2 2009.
- Average Net Margin over 3 years is 6.93%, with a median of 7.49% recorded in 2009.
- The largest YoY upside for Net Margin was 908 bps in 2010 against a maximum downside of 279 bps in 2010.
- Over 3 years, Net Margin stood at 7.72% in 2009, then soared by 118 bps to 16.8% in 2010, then plunged by 91 bps to 1.45% in 2011.
- Per Business Quant data, the three most recent Net Margin figures were 1.45% in Q2 2011, 13.92% in Q1 2011, and 16.8% in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 1.45% |
| Mar 31, 2011 | 13.92% |
| Dec 31, 2010 | 16.80% |
| Sep 30, 2010 | 7.25% |
| Jun 30, 2010 | 1.09% |
| Mar 31, 2010 | 8.32% |
| Dec 31, 2009 | 7.72% |
| Sep 30, 2009 | 1.35% |
| Jun 30, 2009 | 0.30% |
| Mar 31, 2009 | 11.11% |
PPL Corp Net 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=net-margin&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-margin&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();