PPL Corp (PPL) Receivables - Net (2009 - 2011)
Ppl's (PPL) quarterly Receivables - Net came in at $712.0 million in Q2 2011, up 59.64% year-over-year from $446.0 million in Q2 2010, and down 3.0% quarter-over-quarter from $734.0 million in Q1 2011.
PPL Corp (PPL) Receivables - Net (2009 - 2011) Analysis & Trends
Ppl has disclosed Receivables - Net across 3 years of filings, most recently posting $712.0 million for Q2 2011.
- In Q2 2011, Receivables - Net rose 59.64% year-over-year to $712.0 million; the TTM figure through Jun 2011 stood at $712.0 million (up 59.64% YoY), while the FY2010 annual figure was $652.0 million, up 59.41% from the prior year.
- Receivables - Net came in at $712.0 million for Q2 2011 at Ppl, down from $734.0 million in the prior quarter.
- In the past five years, Receivables - Net ranged from a high of $734.0 million in Q1 2011 to a low of $409.0 million in Q4 2009.
- Average Receivables - Net over 3 years is $530.2 million, with a median of $494.0 million recorded in 2010.
- Year-over-year, Receivables - Net climbed 8.52% in 2010 and surged 59.64% in 2011.
- Over 3 years, Receivables - Net stood at $409.0 million in 2009, then surged by 59.41% to $652.0 million in 2010, then climbed by 9.2% to $712.0 million in 2011.
- Per Business Quant data, the three most recent Receivables - Net figures were $712.0 million in Q2 2011, $734.0 million in Q1 2011, and $652.0 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 712.00 Mn |
| Mar 31, 2011 | 734.00 Mn |
| Dec 31, 2010 | 652.00 Mn |
| Sep 30, 2010 | 494.00 Mn |
| Jun 30, 2010 | 446.00 Mn |
| Mar 31, 2010 | 503.00 Mn |
| Dec 31, 2009 | 409.00 Mn |
| Sep 30, 2009 | 411.00 Mn |
| Jun 30, 2009 | 411.00 Mn |
PPL Corp Receivables - Net 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=receivables-net&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-net", "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=receivables-net&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();