PPL Corp (PPL) Amortization - Intangibles (2009)
Ppl's (PPL) quarterly Amortization - Intangibles came in at $77.0 million in Q4 2009, up 5.48% quarter-over-quarter from $73.0 million in Q3 2009.
PPL Corp (PPL) Amortization - Intangibles (2009) Analysis & Trends
Ppl has disclosed Amortization - Intangibles across 1 years of filings, most recently posting $77.0 million for Q4 2009.
- In Q4 2009, Amortization - Intangibles changed N/A year-over-year to $77.0 million; the TTM figure through Jun 2010 stood at $150.0 million (down 50.5% YoY), while the FY2009 annual figure was $304.0 million, changed N/A from the prior year.
- Amortization - Intangibles came in at $77.0 million for Q4 2009 at Ppl, up from $73.0 million in the prior quarter.
- In the past five years, Amortization - Intangibles ranged from a high of $84.0 million in Q1 2009 to a low of $70.0 million in Q2 2009.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2009 | 77.00 Mn |
| Sep 30, 2009 | 73.00 Mn |
| Jun 30, 2009 | 70.00 Mn |
| Mar 31, 2009 | 84.00 Mn |
PPL Corp Amortization - Intangibles 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=amortization-intangibles&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "amortization-intangibles", "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=amortization-intangibles&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();