PPL Corp (PPL) Cash from Financing Activities (2009 - 2011)
Ppl's (PPL) quarterly Cash from Financing Activities came in at $5.8 billion in Q2 2011, up 84.33% year-over-year from $3.2 billion in Q2 2010, and up 44776.92% quarter-over-quarter from $13.0 million in Q1 2011.
PPL Corp (PPL) Cash from Financing Activities (2009 - 2011) Analysis & Trends
Ppl has disclosed Cash from Financing Activities across 3 years of filings, most recently posting $5.8 billion for Q2 2011.
- In Q2 2011, Cash from Financing Activities rose 84.33% year-over-year to $5.8 billion; the TTM figure through Jun 2011 stood at $8.6 billion (up 207.99% YoY), while the FY2010 annual figure was $6.3 billion, up 596.22% from the prior year.
- Cash from Financing Activities came in at $5.8 billion for Q2 2011 at Ppl, up from $13.0 million in the prior quarter.
- In the past five years, Cash from Financing Activities ranged from a high of $5.8 billion in Q2 2011 to a low of -$629.0 million in Q1 2009.
- Average Cash from Financing Activities over 3 years is $1.1 billion, with a median of $93.5 million recorded in 2009.
- Year-over-year, Cash from Financing Activities jumped 1718.97% in 2010 and sank 96.98% in 2011.
- Over 3 years, Cash from Financing Activities stood at -$211.0 million in 2009, then surged by 1579.15% to $3.1 billion in 2010, then soared by 86.93% to $5.8 billion in 2011.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were $5.8 billion in Q2 2011, $13.0 million in Q1 2011, and $3.1 billion in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 5.83 Bn |
| Mar 31, 2011 | 13.00 Mn |
| Dec 31, 2010 | 3.12 Bn |
| Sep 30, 2010 | -409.00 Mn |
| Jun 30, 2010 | 3.17 Bn |
| Mar 31, 2010 | 430.00 Mn |
| Dec 31, 2009 | -211.00 Mn |
| Sep 30, 2009 | -605.00 Mn |
| Jun 30, 2009 | 174.00 Mn |
| Mar 31, 2009 | -629.00 Mn |
PPL Corp Cash from Financing Activities 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-financing-activities&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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-financing-activities&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();