PPL Corp (PPL) Cash from Operations (2009 - 2011)
Ppl's (PPL) quarterly Cash from Operations came in at $618.0 million in Q2 2011, up 373.45% year-over-year from $130.5 million in Q2 2010, and up 215.31% quarter-over-quarter from $196.0 million in Q1 2011.
PPL Corp (PPL) Cash from Operations (2009 - 2011) Analysis & Trends
Ppl has disclosed Cash from Operations across 3 years of filings, most recently posting $618.0 million for Q2 2011.
- In Q2 2011, Cash from Operations rose 373.45% year-over-year to $618.0 million; the TTM figure through Jun 2011 stood at $2.3 billion (up 22.58% YoY), while the FY2010 annual figure was $2.0 billion, up 9.77% from the prior year.
- Cash from Operations came in at $618.0 million for Q2 2011 at Ppl, up from $196.0 million in the prior quarter.
- In the past five years, Cash from Operations ranged from a high of $1.1 billion in Q3 2010 to a low of -$226.0 million in Q2 2010.
- Average Cash from Operations over 3 years is $469.9 million, with a median of $471.0 million recorded in 2009.
- Year-over-year, Cash from Operations plunged 187.6% in 2010 and jumped 373.45% in 2011.
- Over 3 years, Cash from Operations stood at $605.0 million in 2009, then slumped by 44.3% to $337.0 million in 2010, then surged by 83.38% to $618.0 million in 2011.
- Per Business Quant data, the three most recent Cash from Operations figures were $618.0 million in Q2 2011, $196.0 million in Q1 2011, and $337.0 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 618.00 Mn |
| Mar 31, 2011 | 196.00 Mn |
| Dec 31, 2010 | 337.00 Mn |
| Sep 30, 2010 | 1.12 Bn |
| Jun 30, 2010 | -226.00 Mn |
| Mar 31, 2010 | 798.00 Mn |
| Dec 31, 2009 | 605.00 Mn |
| Sep 30, 2009 | 679.00 Mn |
| Jun 30, 2009 | 258.00 Mn |
| Mar 31, 2009 | 310.00 Mn |
PPL Corp Cash from Operations 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=cash-from-operations&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();