PPL Corp (PPL) Exchange Rate Effect (2010 - 2011)
Ppl's (PPL) quarterly Exchange Rate Effect came in at -$31.0 million in Q2 2011, down 210.0% year-over-year from $28.2 million in Q2 2010, and down 338.46% quarter-over-quarter from $13.0 million in Q1 2011.
PPL Corp (PPL) Exchange Rate Effect (2010 - 2011) Analysis & Trends
Ppl has disclosed Exchange Rate Effect across 2 years of filings, most recently posting -$31.0 million for Q2 2011.
- In Q2 2011, Exchange Rate Effect fell 210.0% year-over-year to -$31.0 million; the TTM figure through Mar 2011 stood at $21.0 million (up 320.0% YoY), while the FY2010 annual figure was $13.0 million, changed N/A from the prior year.
- Exchange Rate Effect came in at -$31.0 million for Q2 2011 at Ppl, down from $13.0 million in the prior quarter.
- In the past five years, Exchange Rate Effect ranged from a high of $15.0 million in Q3 2010 to a low of -$31.0 million in Q2 2011.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | -31.00 Mn |
| Mar 31, 2011 | 13.00 Mn |
| Dec 31, 2010 | 3.00 Mn |
| Sep 30, 2010 | 15.00 Mn |
| Jun 30, 2010 | -10.00 Mn |
| Mar 31, 2010 | 5.00 Mn |
PPL Corp Exchange Rate Effect 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=exchange-rate-effect&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();