PPL Corp (PPL) Net Cash Flow (2009 - 2011)
Ppl's (PPL) quarterly Net Cash Flow came in at $55.0 million in Q2 2011, down 98.03% year-over-year from $2.8 billion in Q2 2010, and down 82.08% quarter-over-quarter from $307.0 million in Q1 2011.
PPL Corp (PPL) Net Cash Flow (2009 - 2011) Analysis & Trends
Ppl has disclosed Net Cash Flow across 3 years of filings, most recently posting $55.0 million for Q2 2011.
- In Q2 2011, Net Cash Flow fell 98.03% year-over-year to $55.0 million; the TTM figure through Jun 2011 stood at -$3.2 billion (down 191.49% YoY), while the FY2010 annual figure was $111.0 million, up 137.12% from the prior year.
- Net Cash Flow came in at $55.0 million for Q2 2011 at Ppl, down from $307.0 million in the prior quarter.
- In the past five years, Net Cash Flow ranged from a high of $2.8 billion in Q2 2010 to a low of -$3.9 billion in Q4 2010.
- Average Net Cash Flow over 3 years is $17.4 million, with a median of $206.0 million recorded in 2009.
- The largest YoY upside for Net Cash Flow was 716.08% in 2010 against a maximum downside of 3843.81% in 2010.
- Over 3 years, Net Cash Flow stood at $105.0 million in 2009, then sank by 3843.81% to -$3.9 billion in 2010, then soared by 101.4% to $55.0 million in 2011.
- Per Business Quant data, the three most recent Net Cash Flow figures were $55.0 million in Q2 2011, $307.0 million in Q1 2011, and -$3.9 billion in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 55.00 Mn |
| Mar 31, 2011 | 307.00 Mn |
| Dec 31, 2010 | -3.93 Bn |
| Sep 30, 2010 | 333.00 Mn |
| Jun 30, 2010 | 2.79 Bn |
| Mar 31, 2010 | 918.00 Mn |
| Dec 31, 2009 | 105.00 Mn |
| Sep 30, 2009 | -277.00 Mn |
| Jun 30, 2009 | 342.00 Mn |
| Mar 31, 2009 | -469.00 Mn |
PPL Corp Net 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=net-cash-flow&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-cash-flow&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();