Devon Energy (DVN) Other Non Operating Income (2009 - 2022)
Devon Energy's (DVN) quarterly Other Non Operating Income came in at $3.0 million in Q4 2022, up 400.0% quarter-over-quarter from -$1.0 million in Q3 2022.
Devon Energy (DVN) Other Non Operating Income (2009 - 2022) Analysis & Trends
Devon Energy (DVN) has reported Other Non Operating Income for 14 consecutive years, with $3.0 million the latest figure, recorded in Q4 2022.
- On a quarterly basis, Other Non Operating Income changed N/A year-over-year to $3.0 million in Q4 2022; TTM through Sep 2022 was -$3.0 million, a 72.73% increase from a year earlier, with the FY2024 full-year figure at -$2.0 million, down 125.0% from the prior year.
- Other Non Operating Income was $3.0 million for Q4 2022 at Devon Energy, up from -$1.0 million in the prior quarter.
- Over five years, Other Non Operating Income peaked at $1.2 billion in Q2 2019 and troughed at -$312.0 million in Q1 2018.
- A 5-year average of $51.1 million and a median of -$1.0 million in 2019 frame the typical range for Other Non Operating Income.
- Across the five-year window, Other Non Operating Income soared 41333.33% in 2019 and sank 2200.0% in 2021, its largest moves.
- Over 5 years, Other Non Operating Income stood at -$36.0 million in 2018, then surged by 97.22% to -$1.0 million in 2019, then jumped by 400.0% to $3.0 million in 2020, then sank by 133.33% to -$1.0 million in 2021, then jumped by 400.0% to $3.0 million in 2022.
- The last three Other Non Operating Income figures came in at $3.0 million (Q4 2022), -$1.0 million (Q3 2022), and -$1.0 million (Q2 2022), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
|---|---|
| Dec 31, 2022 | 3.00 Mn |
| Sep 30, 2022 | -1.00 Mn |
| Jun 30, 2022 | -1.00 Mn |
| Mar 31, 2022 | -1.00 Mn |
| Sep 30, 2021 | -1.00 Mn |
| Jun 30, 2021 | 10.00 Mn |
| Mar 31, 2021 | -23.00 Mn |
| Dec 31, 2020 | 3.00 Mn |
| Sep 30, 2020 | -1.00 Mn |
| Jun 30, 2020 | -1.00 Mn |
| Mar 31, 2020 | -1.00 Mn |
| Sep 30, 2019 | -1.00 Mn |
| Jun 30, 2019 | 1.24 Bn |
| Mar 31, 2019 | -2.00 Mn |
| Sep 30, 2018 | -36.00 Mn |
| Jun 30, 2018 | -3.00 Mn |
| Mar 31, 2018 | -312.00 Mn |
| Dec 31, 2017 | -15.00 Mn |
| Sep 30, 2017 | 74.00 Mn |
| Jun 30, 2017 | 49.00 Mn |
Devon Energy Other Non Operating Income 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=other-non-operating-income&ticker=DVN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=DVN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();