PPL Corp (PPL) Free Cash Flow (2009 - 2011)
Ppl's (PPL) quarterly Free Cash Flow came in at $43.0 million in Q2 2011, up 107.58% year-over-year from $20.7 million in Q2 2010, and up 118.53% quarter-over-quarter from -$232.0 million in Q1 2011.
PPL Corp (PPL) Free Cash Flow (2009 - 2011) Analysis & Trends
Ppl has disclosed Free Cash Flow across 3 years of filings, most recently posting $43.0 million for Q2 2011.
- In Q2 2011, Free Cash Flow rose 107.58% year-over-year to $43.0 million; the TTM figure through Jun 2011 stood at $299.0 million (down 43.69% YoY), while the FY2010 annual figure was $436.0 million, down 30.46% from the prior year.
- Free Cash Flow came in at $43.0 million for Q2 2011 at Ppl, up from -$232.0 million in the prior quarter.
- In the past five years, Free Cash Flow ranged from a high of $768.0 million in Q3 2010 to a low of -$567.0 million in Q2 2010.
- Average Free Cash Flow over 3 years is $87.4 million, with a median of $41.5 million recorded in 2009.
- The largest YoY upside for Free Cash Flow was 1187.5% in 2010 against a maximum downside of 14275.0% in 2010.
- Over 3 years, Free Cash Flow stood at $201.0 million in 2009, then slumped by 239.3% to -$280.0 million in 2010, then jumped by 115.36% to $43.0 million in 2011.
- Per Business Quant data, the three most recent Free Cash Flow figures were $43.0 million in Q2 2011, -$232.0 million in Q1 2011, and -$280.0 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 43.00 Mn |
| Mar 31, 2011 | -232.00 Mn |
| Dec 31, 2010 | -280.00 Mn |
| Sep 30, 2010 | 768.00 Mn |
| Jun 30, 2010 | -567.00 Mn |
| Mar 31, 2010 | 515.00 Mn |
| Dec 31, 2009 | 201.00 Mn |
| Sep 30, 2009 | 382.00 Mn |
| Jun 30, 2009 | 4.00 Mn |
| Mar 31, 2009 | 40.00 Mn |
PPL Corp Free Cash Flow 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=free-cash-flow&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();