PPL Corp (PPL) Change in Intangibles (2009)
Ppl's (PPL) quarterly Change in Intangibles came in at $7.0 million in Q4 2009, up 600.0% quarter-over-quarter from $1.0 million in Q3 2009.
PPL Corp (PPL) Change in Intangibles (2009) Analysis & Trends
Ppl has disclosed Change in Intangibles across 1 years of filings, most recently posting $7.0 million for Q4 2009.
- In Q4 2009, Change in Intangibles changed N/A year-over-year to $7.0 million; the TTM figure through Dec 2009 stood at $25.0 million (changed N/A YoY), while the FY2009 annual figure was $16.0 million, changed N/A from the prior year.
- Change in Intangibles came in at $7.0 million for Q4 2009 at Ppl, up from $1.0 million in the prior quarter.
- In the past five years, Change in Intangibles ranged from a high of $7.0 million in Q4 2009 to a low of $1.0 million in Q3 2009.
Peer Comparison
PPL Corp Change in 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=change-in-intangibles&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-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=change-in-intangibles&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();