Devon Energy (DVN) Income from Discontinued Operations (2009 - 2021)
Devon Energy's (DVN) quarterly Income from Discontinued Operations came in at $35.0 million in Q1 2021, up 122.29% year-over-year from $15.7 million in Q1 2020, and up 1850.0% quarter-over-quarter from -$2.0 million in Q4 2020.
Devon Energy (DVN) Income from Discontinued Operations (2009 - 2021) Analysis & Trends
Devon Energy (DVN) has reported Income from Discontinued Operations for 9 consecutive years, with $35.0 million the latest figure, recorded in Q1 2021.
- On a quarterly basis, Income from Discontinued Operations rose 122.29% year-over-year to $35.0 million in Q1 2021; TTM through Mar 2021 was $27.0 million, a 105.36% increase from a year earlier, with the FY2020 full-year figure at -$152.0 million, up 75.95% from the prior year.
- Income from Discontinued Operations was $35.0 million for Q1 2021 at Devon Energy, up from -$2.0 million in the prior quarter.
- Over five years, Income from Discontinued Operations peaked at $2.5 billion in Q3 2018 and troughed at -$652.0 million in Q4 2019.
- A 5-year average of $142.5 million and a median of $18.0 million in 2017 frame the typical range for Income from Discontinued Operations.
- Across the five-year window, Income from Discontinued Operations jumped 13616.67% in 2018 and plunged 324.29% in 2020, its largest moves.
- Over 5 years, Income from Discontinued Operations stood at $260.0 million in 2017, then tumbled by 188.46% to -$230.0 million in 2018, then plunged by 183.48% to -$652.0 million in 2019, then surged by 99.69% to -$2.0 million in 2020, then jumped by 1850.0% to $35.0 million in 2021.
- The last three Income from Discontinued Operations figures came in at $35.0 million (Q1 2021), -$2.0 million (Q4 2020), and -$15.0 million (Q3 2020), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 158.35 Bn | 150.66 Bn | 12.81 Bn | - |
| 2 | Canadian Natural Resources | 103.29 Bn | 101.40 Bn | 8.84 Bn | - |
| 3 | Eog Resources | 75.64 Bn | 70.73 Bn | - | - |
| 4 | Diamondback Energy | 53.99 Bn | 59.61 Bn | 5.55 Bn | - |
| 5 | Devon Energy | 53.46 Bn | 52.45 Bn | 6.02 Bn | - |
| 6 | Expand Energy | 20.25 Bn | 18.99 Bn | 2.33 Bn | - |
| 7 | Permian Resources | 19.06 Bn | 18.80 Bn | - | - |
| 8 | Ovintiv | 17.25 Bn | 16.37 Bn | 2.83 Bn | - |
| 9 | Apa | 15.72 Bn | 16.20 Bn | 2.28 Bn | - |
| 10 | Antero Resources | 10.76 Bn | 10.19 Bn | 1.56 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2021 | 35.00 Mn |
| Dec 31, 2020 | -2.00 Mn |
| Sep 30, 2020 | -15.00 Mn |
| Jun 30, 2020 | 9.00 Mn |
| Mar 31, 2020 | -157.00 Mn |
| Dec 31, 2019 | -652.00 Mn |
| Sep 30, 2019 | -39.00 Mn |
| Jun 30, 2019 | 344.00 Mn |
| Mar 31, 2019 | 70.00 Mn |
| Dec 31, 2018 | -230.00 Mn |
| Sep 30, 2018 | 2.47 Bn |
| Jun 30, 2018 | 163.00 Mn |
| Mar 31, 2018 | 108.00 Mn |
| Dec 31, 2017 | 260.00 Mn |
| Sep 30, 2017 | 18.00 Mn |
| Jun 30, 2017 | 33.00 Mn |
| Mar 31, 2017 | 9.00 Mn |
| Mar 31, 2012 | -21.00 Mn |
| Dec 31, 2011 | -14.00 Mn |
| Sep 30, 2011 | -2.00 Mn |
Devon Energy Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=DVN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "DVN", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-from-discontinued-operations&ticker=DVN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();