Ovintiv (OVV) Other Non-Current Assets (2018 - 2026)
Ovintiv (OVV) posted Other Non-Current Assets of $1.3 billion for Q2 2026, down 6.05% on a QoQ basis from $1.4 billion in Q1 2026, and down 3.44% year-over-year from $1.3 billion in Q2 2025.
Ovintiv (OVV) Other Non-Current Assets (2018 - 2026) Analysis & Trends
Ovintiv has reported Other Non-Current Assets for 9 years, with the latest figure at $1.3 billion in Q2 2026.
- On a quarterly basis, Other Non-Current Assets fell 3.44% year-over-year to $1.3 billion in Q2 2026; TTM through Jun 2026 was $1.3 billion, a 3.44% decrease from a year earlier, with the FY2025 full-year figure at $1.3 billion, up 34.61% from the prior year.
- Other Non-Current Assets was $1.3 billion for Q2 2026 at Ovintiv, down from $1.4 billion in the prior quarter.
- The five-year high for Other Non-Current Assets was $1.4 billion in Q1 2026, with the low at $943.0 million in Q3 2024.
- Average Other Non-Current Assets over 5 years is $1.1 billion, with a median of $1.0 billion recorded in 2023.
- The sharpest annual moves came in 2022 and 2025: Other Non-Current Assets dropped 8.59% in 2022, then soared 37.43% in 2025.
- Over 5 years, Other Non-Current Assets stood at $1.0 billion in 2022, then increased by 1.1% to $1.0 billion in 2023, then slipped by 4.93% to $965.0 million in 2024, then jumped by 34.61% to $1.3 billion in 2025, then dropped by 0.69% to $1.3 billion in 2026.
- The last three Other Non-Current Assets figures came in at $1.3 billion (Q2 2026), $1.4 billion (Q1 2026), and $1.3 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Other Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | 3.47 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | 99.04 Mn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 1.63 Bn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | 796.00 Mn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | 492.00 Mn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | 625.00 Mn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | 263.83 Mn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 1.29 Bn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | 671.00 Mn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | 80.28 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.29 Bn |
| Mar 31, 2026 | 1.37 Bn |
| Dec 31, 2025 | 1.30 Bn |
| Sep 30, 2025 | 1.30 Bn |
| Jun 30, 2025 | 1.34 Bn |
| Mar 31, 2025 | 1.26 Bn |
| Dec 31, 2024 | 965.00 Mn |
| Sep 30, 2024 | 943.00 Mn |
| Jun 30, 2024 | 978.00 Mn |
| Mar 31, 2024 | 991.00 Mn |
| Dec 31, 2023 | 1.02 Bn |
| Sep 30, 2023 | 1.01 Bn |
| Jun 30, 2023 | 1.05 Bn |
| Mar 31, 2023 | 1.01 Bn |
| Dec 31, 2022 | 1.00 Bn |
| Sep 30, 2022 | 1.00 Bn |
| Jun 30, 2022 | 1.08 Bn |
| Mar 31, 2022 | 1.10 Bn |
| Dec 31, 2021 | 1.08 Bn |
| Sep 30, 2021 | 1.09 Bn |
Ovintiv Other Non-Current Assets 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-current-assets&ticker=OVV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-assets", "ticker": "OVV", "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-current-assets&ticker=OVV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();