PPL Corp (PPL) Goodwill (2009 - 2011)
Ppl's (PPL) quarterly Goodwill came in at $2.3 billion in Q2 2011, up 222.75% year-over-year from $721.0 million in Q2 2010, and up 29.85% quarter-over-quarter from $1.8 billion in Q1 2011.
PPL Corp (PPL) Goodwill (2009 - 2011) Analysis & Trends
Ppl has disclosed Goodwill across 3 years of filings, most recently posting $2.3 billion for Q2 2011.
- In Q2 2011, Goodwill rose 222.75% year-over-year to $2.3 billion; the TTM figure through Jun 2011 stood at $2.3 billion (up 222.75% YoY), while the FY2010 annual figure was $1.8 billion, up 118.49% from the prior year.
- Goodwill came in at $2.3 billion for Q2 2011 at Ppl, up from $1.8 billion in the prior quarter.
- In the past five years, Goodwill ranged from a high of $2.3 billion in Q2 2011 to a low of $721.0 million in Q2 2010.
- Average Goodwill over 3 years is $1.2 billion, with a median of $805.0 million recorded in 2009.
- Year-over-year, Goodwill fell 9.42% in 2010 and jumped 222.75% in 2011.
- Over 3 years, Goodwill stood at $806.0 million in 2009, then jumped by 118.49% to $1.8 billion in 2010, then jumped by 32.14% to $2.3 billion in 2011.
- Per Business Quant data, the three most recent Goodwill figures were $2.3 billion in Q2 2011, $1.8 billion in Q1 2011, and $1.8 billion in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 2.33 Bn |
| Mar 31, 2011 | 1.79 Bn |
| Dec 31, 2010 | 1.76 Bn |
| Sep 30, 2010 | 756.00 Mn |
| Jun 30, 2010 | 721.00 Mn |
| Mar 31, 2010 | 754.00 Mn |
| Dec 31, 2009 | 806.00 Mn |
| Sep 30, 2009 | 805.00 Mn |
| Jun 30, 2009 | 796.00 Mn |
PPL Corp Goodwill 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=goodwill&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "goodwill", "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=goodwill&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();