PPL Corp (PPL) Accounts Payables (2009 - 2011)
Ppl's (PPL) quarterly Accounts Payables came in at $1.2 billion in Q2 2011, up 70.68% year-over-year from $730.0 million in Q2 2010, and up 32.41% quarter-over-quarter from $941.0 million in Q1 2011.
PPL Corp (PPL) Accounts Payables (2009 - 2011) Analysis & Trends
Ppl has disclosed Accounts Payables across 3 years of filings, most recently posting $1.2 billion for Q2 2011.
- In Q2 2011, Accounts Payables rose 70.68% year-over-year to $1.2 billion; the TTM figure through Jun 2011 stood at $1.2 billion (up 70.68% YoY), while the FY2010 annual figure was $1.0 billion, up 66.07% from the prior year.
- Accounts Payables came in at $1.2 billion for Q2 2011 at Ppl, up from $941.0 million in the prior quarter.
- In the past five years, Accounts Payables ranged from a high of $1.2 billion in Q2 2011 to a low of $567.0 million in Q3 2009.
- Average Accounts Payables over 3 years is $805.0 million, with a median of $733.0 million recorded in 2010.
- The largest YoY upside for Accounts Payables was 70.68% in 2011 against a maximum downside of 18.22% in 2011.
- Over 3 years, Accounts Payables stood at $619.0 million in 2009, then soared by 66.07% to $1.0 billion in 2010, then increased by 21.21% to $1.2 billion in 2011.
- Per Business Quant data, the three most recent Accounts Payables figures were $1.2 billion in Q2 2011, $941.0 million in Q1 2011, and $1.0 billion in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 1.25 Bn |
| Mar 31, 2011 | 941.00 Mn |
| Dec 31, 2010 | 1.03 Bn |
| Sep 30, 2010 | 733.00 Mn |
| Jun 30, 2010 | 730.00 Mn |
| Mar 31, 2010 | 796.00 Mn |
| Dec 31, 2009 | 619.00 Mn |
| Sep 30, 2009 | 567.00 Mn |
| Jun 30, 2009 | 585.00 Mn |
PPL Corp Accounts Payables 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=accounts-payables&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "accounts-payables", "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=accounts-payables&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();