PPL Corp (PPL) Other Non-Current Assets (2009 - 2011)
Ppl's (PPL) quarterly Other Non-Current Assets came in at $1.2 billion in Q2 2011, up 128.57% year-over-year from $525.0 million in Q2 2010, and up 3.99% quarter-over-quarter from $1.2 billion in Q1 2011.
PPL Corp (PPL) Other Non-Current Assets (2009 - 2011) Analysis & Trends
Ppl has disclosed Other Non-Current Assets across 3 years of filings, most recently posting $1.2 billion for Q2 2011.
- In Q2 2011, Other Non-Current Assets rose 128.57% year-over-year to $1.2 billion; the TTM figure through Jun 2011 stood at $1.2 billion (up 128.57% YoY), while the FY2010 annual figure was $1.2 billion, up 122.22% from the prior year.
- Other Non-Current Assets came in at $1.2 billion for Q2 2011 at Ppl, up from $1.2 billion in the prior quarter.
- In the past five years, Other Non-Current Assets ranged from a high of $1.2 billion in Q2 2011 to a low of $493.0 million in Q3 2009.
- Average Other Non-Current Assets over 3 years is $744.6 million, with a median of $531.0 million recorded in 2009.
- Year-over-year, Other Non-Current Assets fell 8.06% in 2010 and soared 128.57% in 2011.
- Over 3 years, Other Non-Current Assets stood at $531.0 million in 2009, then jumped by 122.22% to $1.2 billion in 2010, then rose by 1.69% to $1.2 billion in 2011.
- Per Business Quant data, the three most recent Other Non-Current Assets figures were $1.2 billion in Q2 2011, $1.2 billion in Q1 2011, and $1.2 billion in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 1.20 Bn |
| Mar 31, 2011 | 1.15 Bn |
| Dec 31, 2010 | 1.18 Bn |
| Sep 30, 2010 | 518.00 Mn |
| Jun 30, 2010 | 525.00 Mn |
| Mar 31, 2010 | 529.00 Mn |
| Dec 31, 2009 | 531.00 Mn |
| Sep 30, 2009 | 493.00 Mn |
| Jun 30, 2009 | 571.00 Mn |
PPL Corp Other 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=other-non-current-assets&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-current-assets&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();