Diamondback Energy (FANG) Change in Account Payables (2011 - 2017)
Diamondback Energy's (FANG) quarterly Change in Account Payables came in at -$2000.0 in Q1 2017, up 83.33% on a YoY basis from -$1090.9 in Q1 2016, and up 99.71% quarter-over-quarter from -$680000.0 in Q3 2016.
Diamondback Energy (FANG) Change in Account Payables (2011 - 2017) Analysis & Trends
Diamondback Energy (FANG) has reported Change in Account Payables for 7 consecutive years, with -$2000.0 the latest figure, recorded in Q1 2017.
- For the quarter ending Q1 2017, Change in Account Payables rose 83.33% year-over-year to -$2000.0; the trailing twelve-month figure through Dec 2017 stood at -$2000.0 (up 99.07% YoY), and the FY2017 full-year result was -$2000.0, up 99.07% from the prior year.
- Change in Account Payables improved to -$2000.0 in Q1 2017 per FANG's latest filing, from -$680000.0 in the prior quarter.
- Across five years, Change in Account Payables topped out at $14.1 million in Q1 2015 and bottomed at -$14.1 million in Q2 2015.
- Historically, Change in Account Payables has averaged -$10357.1 across 5 years, with a median of -$10000.0 in 2013.
- The widest YoY moves for Change in Account Payables: up 4672.97% in 2015, down 4672.97% in 2015.
- Over 5 years, Change in Account Payables stood at -$46000.0 in 2013, then jumped by 63.04% to -$17000.0 in 2014, then surged by 1382.35% to $218000.0 in 2015, then plunged by 411.93% to -$680000.0 in 2016, then soared by 99.71% to -$2000.0 in 2017.
- According to Business Quant data, Change in Account Payables over the past three periods registered -$2000.0, -$680000.0, and $476000.0 for Q1 2017, Q3 2016, and Q2 2016 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | -176.00 Mn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | - |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 176.00 Mn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | - |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | - |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | - |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | - |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | - |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | -52.00 Mn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | -36.91 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2017 | -2,000.00 |
| Sep 30, 2016 | -680,000.00 |
| Jun 30, 2016 | 476,000.00 |
| Mar 31, 2016 | -12,000.00 |
| Dec 31, 2015 | 218,000.00 |
| Jun 30, 2015 | -14.13 Mn |
| Mar 31, 2015 | 14.13 Mn |
| Sep 30, 2014 | -17,000.00 |
| Jun 30, 2014 | -296,000.00 |
| Mar 31, 2014 | 296,000.00 |
| Dec 31, 2013 | -46,000.00 |
| Sep 30, 2013 | -8,000.00 |
| Jun 30, 2013 | 34,000.00 |
| Mar 31, 2013 | -108,000.00 |
| Dec 31, 2012 | -3.51 Mn |
| Sep 30, 2012 | 3.77 Mn |
| Jun 30, 2012 | -1.27 Mn |
| Mar 31, 2012 | -210,000.00 |
| Dec 31, 2011 | 215,000.00 |
Diamondback Energy Change in Account 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=change-in-account-payables&ticker=FANG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "ticker": "FANG", "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-account-payables&ticker=FANG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();