PPL Corp (PPL) Cash from Investing Activities (2009 - 2011)
Ppl's (PPL) quarterly Cash from Investing Activities came in at -$6.4 billion in Q2 2011, down 4222.3% year-over-year from $155.2 million in Q2 2010, and down 6627.55% quarter-over-quarter from $98.0 million in Q1 2011.
PPL Corp (PPL) Cash from Investing Activities (2009 - 2011) Analysis & Trends
Ppl has disclosed Cash from Investing Activities across 3 years of filings, most recently posting -$6.4 billion for Q2 2011.
- In Q2 2011, Cash from Investing Activities fell 4222.3% year-over-year to -$6.4 billion; the TTM figure through Jun 2011 stood at -$14.1 billion (down 1181.42% YoY), while the FY2010 annual figure was -$8.2 billion, down 835.11% from the prior year.
- Cash from Investing Activities came in at -$6.4 billion for Q2 2011 at Ppl, down from $98.0 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $98.0 million in Q1 2011 to a low of -$7.4 billion in Q4 2010.
- Average Cash from Investing Activities over 3 years is -$1.5 billion, with a median of -$299.5 million recorded in 2009.
- The largest YoY upside for Cash from Investing Activities was 131.61% in 2011 against a maximum downside of 4222.3% in 2011.
- Over 3 years, Cash from Investing Activities stood at -$289.0 million in 2009, then slumped by 2456.75% to -$7.4 billion in 2010, then increased by 13.43% to -$6.4 billion in 2011.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$6.4 billion in Q2 2011, $98.0 million in Q1 2011, and -$7.4 billion in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | -6.40 Bn |
| Mar 31, 2011 | 98.00 Mn |
| Dec 31, 2010 | -7.39 Bn |
| Sep 30, 2010 | -382.00 Mn |
| Jun 30, 2010 | -148.00 Mn |
| Mar 31, 2010 | -310.00 Mn |
| Dec 31, 2009 | -289.00 Mn |
| Sep 30, 2009 | -351.00 Mn |
| Jun 30, 2009 | -90.00 Mn |
| Mar 31, 2009 | -150.00 Mn |
PPL Corp Cash from Investing 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-investing-activities&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-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-investing-activities&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();