PPL Corp (PPL) Other financing activities (2009 - 2011)
Ppl's (PPL) quarterly Other financing activities came in at $168.0 million in Q2 2011, down 95.23% year-over-year from $3.5 billion in Q2 2010, and up 940.0% quarter-over-quarter from -$20.0 million in Q1 2011.
PPL Corp (PPL) Other financing activities (2009 - 2011) Analysis & Trends
Ppl has disclosed Other financing activities across 3 years of filings, most recently posting $168.0 million for Q2 2011.
- In Q2 2011, Other financing activities fell 95.23% year-over-year to $168.0 million; the TTM figure through Jun 2011 stood at $128.0 million (down 96.34% YoY), while the FY2010 annual figure was -$31.0 million, down 34.78% from the prior year.
- Other financing activities came in at $168.0 million for Q2 2011 at Ppl, up from -$20.0 million in the prior quarter.
- In the past five years, Other financing activities ranged from a high of $3.5 billion in Q2 2010 to a low of -$20.0 million in Q1 2011.
- Average Other financing activities over 3 years is $361.6 million, with a median of -$6.0 million recorded in 2009.
- The largest YoY upside for Other financing activities was 117600.0% in 2010 against a maximum downside of 166.67% in 2010.
- Over 3 years, Other financing activities stood at -$6.0 million in 2009, then slumped by 166.67% to -$16.0 million in 2010, then jumped by 1150.0% to $168.0 million in 2011.
- Per Business Quant data, the three most recent Other financing activities figures were $168.0 million in Q2 2011, -$20.0 million in Q1 2011, and -$16.0 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 168.00 Mn |
| Mar 31, 2011 | -20.00 Mn |
| Dec 31, 2010 | -16.00 Mn |
| Sep 30, 2010 | -4.00 Mn |
| Jun 30, 2010 | 3.53 Bn |
| Mar 31, 2010 | -14.00 Mn |
| Dec 31, 2009 | -6.00 Mn |
| Sep 30, 2009 | -6.00 Mn |
| Jun 30, 2009 | -3.00 Mn |
| Mar 31, 2009 | -8.00 Mn |
PPL Corp Other 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=other-financing-activities&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-financing-activities&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();