Ovintiv (OVV) Cash from Operations (2019 - 2026)
Ovintiv (OVV) posted Cash from Operations of $1.6 billion for Q2 2026, up 54.55% on a QoQ basis from $1.1 billion in Q1 2026, and up 61.11% year-over-year from $1.0 billion in Q2 2025.
Ovintiv (OVV) Cash from Operations (2019 - 2026) Analysis & Trends
Ovintiv has reported Cash from Operations for 8 years, with the latest figure at $1.6 billion in Q2 2026.
- On a quarterly basis, Cash from Operations rose 61.11% year-over-year to $1.6 billion in Q2 2026; TTM through Jun 2026 was $4.5 billion, a 13.39% increase from a year earlier, with the FY2025 full-year figure at $3.7 billion, down 1.85% from the prior year.
- Cash from Operations was $1.6 billion for Q2 2026 at Ovintiv, up from $1.1 billion in the prior quarter.
- The five-year high for Cash from Operations was $1.6 billion in Q2 2026, with the low at $659.0 million in Q1 2024.
- Average Cash from Operations over 5 years is $1.0 billion, with a median of $987.5 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2024: Cash from Operations soared 79.2% in 2022, then slumped 38.3% in 2024.
- Over 5 years, Cash from Operations stood at $875.0 million in 2022, then soared by 55.66% to $1.4 billion in 2023, then retreated by 25.11% to $1.0 billion in 2024, then fell by 6.47% to $954.0 million in 2025, then jumped by 71.07% to $1.6 billion in 2026.
- The last three Cash from Operations figures came in at $1.6 billion (Q2 2026), $1.1 billion (Q1 2026), and $954.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Ops. (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | 7.43 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | 4.93 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 4.67 Bn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | 3.59 Bn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | 3.67 Bn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | 1.10 Bn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | 1.51 Bn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 1.63 Bn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | 1.71 Bn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | 438.85 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.63 Bn |
| Mar 31, 2026 | 1.06 Bn |
| Dec 31, 2025 | 954.00 Mn |
| Sep 30, 2025 | 812.00 Mn |
| Jun 30, 2025 | 1.01 Bn |
| Mar 31, 2025 | 873.00 Mn |
| Dec 31, 2024 | 1.02 Bn |
| Sep 30, 2024 | 1.02 Bn |
| Jun 30, 2024 | 1.02 Bn |
| Mar 31, 2024 | 659.00 Mn |
| Dec 31, 2023 | 1.36 Bn |
| Sep 30, 2023 | 906.00 Mn |
| Jun 30, 2023 | 831.00 Mn |
| Mar 31, 2023 | 1.07 Bn |
| Dec 31, 2022 | 875.00 Mn |
| Sep 30, 2022 | 962.00 Mn |
| Jun 30, 2022 | 1.34 Bn |
| Mar 31, 2022 | 685.00 Mn |
| Dec 31, 2021 | 740.00 Mn |
| Sep 30, 2021 | 812.00 Mn |
Ovintiv Cash from 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=cash-from-operations&ticker=OVV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=OVV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();