PPL Corp (PPL) Current Deferred Tax Assets (2010 - 2011)
Ppl's (PPL) quarterly Current Deferred Tax Assets came in at $66.0 million in Q2 2011, little changed quarter-over-quarter from $66.0 million in Q4 2010.
PPL Corp (PPL) Current Deferred Tax Assets (2010 - 2011) Analysis & Trends
Ppl has disclosed Current Deferred Tax Assets across 2 years of filings, most recently posting $66.0 million for Q2 2011.
- In Q2 2011, Current Deferred Tax Assets changed N/A year-over-year to $66.0 million; the TTM figure through Jun 2011 stood at $66.0 million (changed N/A YoY), while the FY2010 annual figure was $66.0 million, changed N/A from the prior year.
- Current Deferred Tax Assets came in at $66.0 million for Q2 2011 at Ppl, roughly flat from $66.0 million in the prior quarter.
- In the past five years, Current Deferred Tax Assets ranged from a high of $66.0 million in Q4 2010 to a low of $66.0 million in Q4 2010.
Peer Comparison
PPL Corp Current Deferred Tax 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=current-deferred-tax-assets&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-tax-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=current-deferred-tax-assets&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();