PPL Corp (PPL) Non-Current Assets (2009 - 2011)
Ppl's (PPL) quarterly Non-Current Assets came in at $7.8 billion in Q2 2011, up 113.65% year-over-year from $3.7 billion in Q2 2010, and up 53.95% quarter-over-quarter from $5.1 billion in Q1 2011.
PPL Corp (PPL) Non-Current Assets (2009 - 2011) Analysis & Trends
Ppl has disclosed Non-Current Assets across 3 years of filings, most recently posting $7.8 billion for Q2 2011.
- In Q2 2011, Non-Current Assets rose 113.65% year-over-year to $7.8 billion; the TTM figure through Jun 2011 stood at $7.8 billion (up 113.65% YoY), while the FY2010 annual figure was $5.1 billion, up 41.56% from the prior year.
- Non-Current Assets came in at $7.8 billion for Q2 2011 at Ppl, up from $5.1 billion in the prior quarter.
- In the past five years, Non-Current Assets ranged from a high of $7.8 billion in Q2 2011 to a low of $3.6 billion in Q4 2009.
- Average Non-Current Assets over 3 years is $4.7 billion, with a median of $4.2 billion recorded in 2009.
- Year-over-year, Non-Current Assets fell 16.82% in 2010 and jumped 113.65% in 2011.
- Over 3 years, Non-Current Assets stood at $3.6 billion in 2009, then surged by 41.56% to $5.1 billion in 2010, then soared by 52.72% to $7.8 billion in 2011.
- Per Business Quant data, the three most recent Non-Current Assets figures were $7.8 billion in Q2 2011, $5.1 billion in Q1 2011, and $5.1 billion in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 7.84 Bn |
| Mar 31, 2011 | 5.09 Bn |
| Dec 31, 2010 | 5.13 Bn |
| Sep 30, 2010 | 4.00 Bn |
| Jun 30, 2010 | 3.67 Bn |
| Mar 31, 2010 | 4.02 Bn |
| Dec 31, 2009 | 3.63 Bn |
| Sep 30, 2009 | 4.19 Bn |
| Jun 30, 2009 | 4.41 Bn |
PPL Corp Non-Current Assets 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=non-current-assets&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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=non-current-assets&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();