PPL Corp (PPL) Long-Term Investments (2009 - 2011)
Ppl's (PPL) quarterly Long-Term Investments came in at $726.0 million in Q2 2011, up 21.61% year-over-year from $597.0 million in Q2 2010, and up 0.83% quarter-over-quarter from $720.0 million in Q1 2011.
PPL Corp (PPL) Long-Term Investments (2009 - 2011) Analysis & Trends
Ppl has disclosed Long-Term Investments across 3 years of filings, most recently posting $726.0 million for Q2 2011.
- In Q2 2011, Long-Term Investments rose 21.61% year-over-year to $726.0 million; the TTM figure through Jun 2011 stood at $726.0 million (up 21.61% YoY), while the FY2010 annual figure was $693.0 million, up 13.05% from the prior year.
- Long-Term Investments came in at $726.0 million for Q2 2011 at Ppl, up from $720.0 million in the prior quarter.
- In the past five years, Long-Term Investments ranged from a high of $726.0 million in Q2 2011 to a low of $522.0 million in Q2 2009.
- Average Long-Term Investments over 3 years is $635.0 million, with a median of $624.0 million recorded in 2010.
- Year-over-year, Long-Term Investments advanced 7.22% in 2010 and rose 21.61% in 2011.
- Over 3 years, Long-Term Investments stood at $613.0 million in 2009, then increased by 13.05% to $693.0 million in 2010, then grew by 4.76% to $726.0 million in 2011.
- Per Business Quant data, the three most recent Long-Term Investments figures were $726.0 million in Q2 2011, $720.0 million in Q1 2011, and $693.0 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 726.00 Mn |
| Mar 31, 2011 | 720.00 Mn |
| Dec 31, 2010 | 693.00 Mn |
| Sep 30, 2010 | 624.00 Mn |
| Jun 30, 2010 | 597.00 Mn |
| Mar 31, 2010 | 638.00 Mn |
| Dec 31, 2009 | 613.00 Mn |
| Sep 30, 2009 | 582.00 Mn |
| Jun 30, 2009 | 522.00 Mn |
PPL Corp Long-Term Investments 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=long-term-investments&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();