PPL Corp (PPL) FCF Payout Ratio (2009 - 2011)
Ppl's (PPL) quarterly FCF Payout Ratio came in at 4.79 in Q2 2011, down 1522.16% year-over-year from 0.34 in Q2 2010, and down 735.11% quarter-over-quarter from 0.75 in Q1 2011.
PPL Corp (PPL) FCF Payout Ratio (2009 - 2011) Analysis & Trends
Ppl has disclosed FCF Payout Ratio across 3 years of filings, most recently posting 4.79 for Q2 2011.
- In Q2 2011, FCF Payout Ratio fell 1522.16% year-over-year to 4.79; the TTM figure through Jun 2011 stood at 2.44 (down 115.77% YoY), while the FY2010 annual figure was 1.55, down 80.29% from the prior year.
- FCF Payout Ratio came in at 4.79 for Q2 2011 at Ppl, down from 0.75 in the prior quarter.
- In the past five years, FCF Payout Ratio ranged from a high of 0.75 in Q1 2011 to a low of 33.5 in Q2 2009.
- Average FCF Payout Ratio over 3 years is 4.15, with a median of 0.31 recorded in 2010.
- The largest YoY upside for FCF Payout Ratio was 381.5% in 2011 against a maximum downside of 1522.16% in 2011.
- Over 3 years, FCF Payout Ratio stood at 0.67 in 2009, then soared by 193.21% to 0.62 in 2010, then sank by 870.92% to 4.79 in 2011.
- Per Business Quant data, the three most recent FCF Payout Ratio figures were 4.79 in Q2 2011, 0.75 in Q1 2011, and 0.62 in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | -4.79 |
| Mar 31, 2011 | 0.75 |
| Dec 31, 2010 | 0.62 |
| Sep 30, 2010 | -0.23 |
| Jun 30, 2010 | 0.34 |
| Mar 31, 2010 | -0.27 |
| Dec 31, 2009 | -0.67 |
| Sep 30, 2009 | -0.36 |
| Jun 30, 2009 | -33.50 |
| Mar 31, 2009 | -3.38 |
PPL Corp FCF Payout Ratio 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-payout-ratio&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-payout-ratio", "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-payout-ratio&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();