PPL Corp (PPL) FCF Margin (2009 - 2011)
Ppl's (PPL) quarterly FCF Margin came in at 1.73% in Q2 2011, up 4022.0% year-over-year from 0.04% in Q2 2010, and up 121.67% quarter-over-quarter from 7.97% in Q1 2011.
PPL Corp (PPL) FCF Margin (2009 - 2011) Analysis & Trends
Ppl has disclosed FCF Margin across 3 years of filings, most recently posting 1.73% for Q2 2011.
- In Q2 2011, FCF Margin rose 4022.0% year-over-year to 1.73%; the TTM figure through Jun 2011 stood at 3.17% (down 349.0% YoY), while the FY2010 annual figure was 5.12%, down 330.0% from the prior year.
- FCF Margin came in at 1.73% for Q2 2011 at Ppl, up from 7.97% in the prior quarter.
- In the past five years, FCF Margin ranged from a high of 35.25% in Q3 2010 to a low of 38.49% in Q2 2010.
- Average FCF Margin over 3 years is 2.78%, with a median of 1.73% recorded in 2009.
- Year-over-year, FCF Margin plunged 3874 bps in 2010 and soared 4022 bps in 2011.
- Over 3 years, FCF Margin stood at 11.75% in 2009, then plunged by 228 bps to 15.03% in 2010, then soared by 111 bps to 1.73% in 2011.
- Per Business Quant data, the three most recent FCF Margin figures were 1.73% in Q2 2011, 7.97% in Q1 2011, and 15.03% in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 1.73% |
| Mar 31, 2011 | -7.97% |
| Dec 31, 2010 | -15.03% |
| Sep 30, 2010 | 35.25% |
| Jun 30, 2010 | -38.49% |
| Mar 31, 2010 | 17.13% |
| Dec 31, 2009 | 11.75% |
| Sep 30, 2009 | 21.44% |
| Jun 30, 2009 | 0.24% |
| Mar 31, 2009 | 1.73% |
PPL Corp FCF 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=fcf-margin&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-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=fcf-margin&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();