Ovintiv (OVV) Change in Cash (2019 - 2026)
Ovintiv (OVV) posted Change in Cash of $674.0 million for Q2 2026, up 7588.89% on a QoQ basis from -$9.0 million in Q1 2026, and up 5516.67% year-over-year from $12.0 million in Q2 2025.
Ovintiv (OVV) Change in Cash (2019 - 2026) Analysis & Trends
Ovintiv has reported Change in Cash for 8 years, with the latest figure at $674.0 million in Q2 2026.
- On a quarterly basis, Change in Cash rose 5516.67% year-over-year to $674.0 million in Q2 2026; TTM through Jun 2026 was $680.0 million, a 5566.67% increase from a year earlier, with the FY2025 full-year figure at -$7.0 million, down 117.95% from the prior year.
- Change in Cash was $674.0 million for Q2 2026 at Ovintiv, up from -$9.0 million in the prior quarter.
- The five-year high for Change in Cash was $674.0 million in Q2 2026, with the low at -$263.0 million in Q2 2022.
- Average Change in Cash over 5 years is $29.7 million, with a median of $5.0 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2025: Change in Cash surged 7700.0% in 2022, then sank 1800.0% in 2025.
- Over 5 years, Change in Cash stood at -$13.0 million in 2022, then tumbled by 276.92% to -$49.0 million in 2023, then jumped by 65.31% to -$17.0 million in 2024, then soared by 158.82% to $10.0 million in 2025, then soared by 6640.0% to $674.0 million in 2026.
- The last three Change in Cash figures came in at $674.0 million (Q2 2026), -$9.0 million (Q1 2026), and $10.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | 719.00 Mn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | 1.31 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 1.06 Bn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | 288.00 Mn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | -806.00 Mn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | -1.54 Bn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | -39.06 Mn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 674.00 Mn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | 151.00 Mn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 674.00 Mn |
| Mar 31, 2026 | -9.00 Mn |
| Dec 31, 2025 | 10.00 Mn |
| Sep 30, 2025 | 5.00 Mn |
| Jun 30, 2025 | 12.00 Mn |
| Mar 31, 2025 | -34.00 Mn |
| Dec 31, 2024 | -17.00 Mn |
| Sep 30, 2024 | 51.00 Mn |
| Jun 30, 2024 | 3.00 Mn |
| Mar 31, 2024 | 2.00 Mn |
| Sep 30, 2023 | -49.00 Mn |
| Jun 30, 2023 | 26.00 Mn |
| Mar 31, 2023 | 21.00 Mn |
| Dec 31, 2022 | -13.00 Mn |
| Sep 30, 2022 | 10.00 Mn |
| Jun 30, 2022 | -263.00 Mn |
| Mar 31, 2022 | 76.00 Mn |
| Dec 31, 2021 | 187.00 Mn |
| Sep 30, 2021 | -114.00 Mn |
| Jun 30, 2021 | 113.00 Mn |
Ovintiv Change in Cash 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=change-in-cash&ticker=OVV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=OVV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();