PPL Corp (PPL) Change in Cash (2009 - 2011)
Ppl's (PPL) quarterly Change in Cash came in at $24.0 million in Q2 2011, down 99.14% year-over-year from $2.8 billion in Q2 2010, and down 92.5% quarter-over-quarter from $320.0 million in Q1 2011.
PPL Corp (PPL) Change in Cash (2009 - 2011) Analysis & Trends
Ppl has disclosed Change in Cash across 3 years of filings, most recently posting $24.0 million for Q2 2011.
- In Q2 2011, Change in Cash fell 99.14% year-over-year to $24.0 million; the TTM figure through Jun 2011 stood at -$3.2 billion (down 191.62% YoY), while the FY2010 annual figure was $124.0 million, up 141.47% from the prior year.
- Change in Cash came in at $24.0 million for Q2 2011 at Ppl, down from $320.0 million in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $2.8 billion in Q2 2010 to a low of -$3.9 billion in Q4 2010.
- Average Change in Cash over 3 years is $16.9 million, with a median of $212.5 million recorded in 2009.
- The largest YoY upside for Change in Cash was 713.16% in 2010 against a maximum downside of 3840.95% in 2010.
- Over 3 years, Change in Cash stood at $105.0 million in 2009, then slumped by 3840.95% to -$3.9 billion in 2010, then surged by 100.61% to $24.0 million in 2011.
- Per Business Quant data, the three most recent Change in Cash figures were $24.0 million in Q2 2011, $320.0 million in Q1 2011, and -$3.9 billion in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 24.00 Mn |
| Mar 31, 2011 | 320.00 Mn |
| Dec 31, 2010 | -3.93 Bn |
| Sep 30, 2010 | 348.00 Mn |
| Jun 30, 2010 | 2.78 Bn |
| Mar 31, 2010 | 923.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 Change in Cash 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=change-in-cash&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();