Diamondback Energy (FANG) Asset Writedowns and Impairment (2015 - 2026)
Diamondback Energy's (FANG) quarterly Asset Writedowns and Impairment came in at $1.4 billion in Q1 2026, up 37.12% quarter-over-quarter from $1.0 billion in Q4 2020.
Diamondback Energy (FANG) Asset Writedowns and Impairment (2015 - 2026) Analysis & Trends
Diamondback Energy (FANG) has reported Asset Writedowns and Impairment for 5 consecutive years, with $1.4 billion the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Asset Writedowns and Impairment changed N/A year-over-year to $1.4 billion; the trailing twelve-month figure through Jun 2026 stood at $1.4 billion (changed N/A YoY), and the FY2025 full-year result was $3.7 billion, changed N/A from the prior year.
- Asset Writedowns and Impairment improved to $1.4 billion in Q1 2026 per FANG's latest filing, from $1.0 billion in the prior quarter.
- Across five years, Asset Writedowns and Impairment topped out at $1.4 billion in Q1 2026 and bottomed at $1.4 billion in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - |
| 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 |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 1.40 Bn |
| Dec 31, 2020 | 1.02 Bn |
| Sep 30, 2020 | 1.50 Bn |
| Jun 30, 2020 | 2.54 Bn |
| Mar 31, 2020 | 1.01 Bn |
| Dec 31, 2019 | 790.00 Mn |
| Sep 30, 2016 | 46.37 Mn |
| Jun 30, 2016 | 168.35 Mn |
| Mar 31, 2016 | 30.82 Mn |
| Dec 31, 2015 | 217.61 Mn |
| Sep 30, 2015 | 273.74 Mn |
| Jun 30, 2015 | 323.45 Mn |
Diamondback Energy Asset Writedowns and Impairment 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=asset-writedowns-and-impairment&ticker=FANG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-writedowns-and-impairment", "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=asset-writedowns-and-impairment&ticker=FANG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();