Ovintiv (OVV) Cash from Investing Activities (2019 - 2026)
Ovintiv (OVV) posted Cash from Investing Activities of $2.2 billion for Q2 2026, up 227.68% on a QoQ basis from -$1.7 billion in Q1 2026, and up 497.67% year-over-year from $371.3 million in Q2 2025.
Ovintiv (OVV) Cash from Investing Activities (2019 - 2026) Analysis & Trends
Ovintiv has reported Cash from Investing Activities for 8 years, with the latest figure at $2.2 billion in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 497.67% year-over-year to $2.2 billion in Q2 2026; TTM through Jun 2026 was -$950.0 million, a 62.12% increase from a year earlier, with the FY2025 full-year figure at -$2.9 billion, down 17.38% from the prior year.
- Cash from Investing Activities was $2.2 billion for Q2 2026 at Ovintiv, up from -$1.7 billion in the prior quarter.
- The five-year high for Cash from Investing Activities was $2.2 billion in Q2 2026, with the low at -$3.0 billion in Q2 2023.
- Average Cash from Investing Activities over 5 years is -$675.8 million, with a median of -$616.0 million recorded in 2022.
- The sharpest annual moves came in 2023 and 2026: Cash from Investing Activities tumbled 485.21% in 2023, then jumped 497.67% in 2026.
- Over 5 years, Cash from Investing Activities stood at -$591.0 million in 2022, then slumped by 34.35% to -$794.0 million in 2023, then soared by 32.12% to -$539.0 million in 2024, then sank by 81.45% to -$978.0 million in 2025, then jumped by 326.89% to $2.2 billion in 2026.
- The last three Cash from Investing Activities figures came in at $2.2 billion (Q2 2026), -$1.7 billion (Q1 2026), and -$978.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | -3.51 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | -1.78 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | -1.78 Bn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | -1.40 Bn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | -3.38 Bn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | -698.00 Mn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | -852.26 Mn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 2.22 Bn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | -591.00 Mn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | -341.24 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.22 Bn |
| Mar 31, 2026 | -1.74 Bn |
| Dec 31, 2025 | -978.00 Mn |
| Sep 30, 2025 | -453.00 Mn |
| Jun 30, 2025 | -558.00 Mn |
| Mar 31, 2025 | -895.00 Mn |
| Dec 31, 2024 | -539.00 Mn |
| Sep 30, 2024 | -516.00 Mn |
| Jun 30, 2024 | -641.00 Mn |
| Mar 31, 2024 | -761.00 Mn |
| Dec 31, 2023 | -794.00 Mn |
| Sep 30, 2023 | -854.00 Mn |
| Jun 30, 2023 | -3.01 Bn |
| Mar 31, 2023 | -863.00 Mn |
| Dec 31, 2022 | -591.00 Mn |
| Sep 30, 2022 | -264.00 Mn |
| Jun 30, 2022 | -514.00 Mn |
| Mar 31, 2022 | -417.00 Mn |
| Dec 31, 2021 | -405.00 Mn |
| Sep 30, 2021 | -367.00 Mn |
Ovintiv Cash from Investing Activities 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-investing-activities&ticker=OVV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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-investing-activities&ticker=OVV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();