Ovintiv (OVV) Cash from Financing Activities (2019 - 2026)
Ovintiv (OVV) posted Cash from Financing Activities of -$3.2 billion for Q2 2026, down 572.62% on a QoQ basis from $672.0 million in Q1 2026, and down 638.6% year-over-year from $589.7 million in Q2 2025.
Ovintiv (OVV) Cash from Financing Activities (2019 - 2026) Analysis & Trends
Ovintiv has reported Cash from Financing Activities for 8 years, with the latest figure at -$3.2 billion in Q2 2026.
- On a quarterly basis, Cash from Financing Activities fell 638.6% year-over-year to -$3.2 billion in Q2 2026; TTM through Jun 2026 was -$2.8 billion, a 101.86% decrease from a year earlier, with the FY2025 full-year figure at -$762.0 million, up 38.1% from the prior year.
- Cash from Financing Activities was -$3.2 billion for Q2 2026 at Ovintiv, down from $672.0 million in the prior quarter.
- The five-year high for Cash from Financing Activities was $2.2 billion in Q2 2023, with the low at -$3.2 billion in Q2 2026.
- Average Cash from Financing Activities over 5 years is -$300.3 million, with a median of -$327.5 million recorded in 2022.
- The largest YoY upside for Cash from Financing Activities was 5700.0% in 2026 against a maximum downside of 638.6% in 2026.
- Over 5 years, Cash from Financing Activities stood at -$297.0 million in 2022, then sank by 89.23% to -$562.0 million in 2023, then rose by 10.32% to -$504.0 million in 2024, then jumped by 107.54% to $38.0 million in 2025, then tumbled by 8457.89% to -$3.2 billion in 2026.
- The last three Cash from Financing Activities figures came in at -$3.2 billion (Q2 2026), $672.0 million (Q1 2026), and $38.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | -3.17 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | -1.84 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | -1.83 Bn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | -1.91 Bn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | -1.11 Bn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | -1.94 Bn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | -692.49 Mn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | -3.18 Bn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | -964.00 Mn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | -97.61 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.18 Bn |
| Mar 31, 2026 | 672.00 Mn |
| Dec 31, 2025 | 38.00 Mn |
| Sep 30, 2025 | -358.00 Mn |
| Jun 30, 2025 | -430.00 Mn |
| Mar 31, 2025 | -12.00 Mn |
| Dec 31, 2024 | -504.00 Mn |
| Sep 30, 2024 | -453.00 Mn |
| Jun 30, 2024 | -376.00 Mn |
| Mar 31, 2024 | 102.00 Mn |
| Dec 31, 2023 | -562.00 Mn |
| Sep 30, 2023 | -101.00 Mn |
| Jun 30, 2023 | 2.21 Bn |
| Mar 31, 2023 | -184.00 Mn |
| Dec 31, 2022 | -297.00 Mn |
| Sep 30, 2022 | -689.00 Mn |
| Jun 30, 2022 | -1.09 Bn |
| Mar 31, 2022 | -193.00 Mn |
| Dec 31, 2021 | -148.00 Mn |
| Sep 30, 2021 | -557.00 Mn |
Ovintiv Cash from Financing 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-financing-activities&ticker=OVV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=OVV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();