Ovintiv (OVV) Change in Receivables (2019 - 2026)
Ovintiv (OVV) posted Change in Receivables of -$216.0 million for Q2 2026, down 227.81% on a QoQ basis from $169.0 million in Q1 2026, and down 66.15% year-over-year from -$638.2 million in Q2 2025.
Ovintiv (OVV) Change in Receivables (2019 - 2026) Analysis & Trends
Ovintiv has reported Change in Receivables for 8 years, with the latest figure at -$216.0 million in Q2 2026.
- On a quarterly basis, Change in Receivables fell 66.15% year-over-year to -$216.0 million in Q2 2026; TTM through Jun 2026 was -$42.0 million, a 54.84% increase from a year earlier, with the FY2025 full-year figure at -$67.0 million, up 73.83% from the prior year.
- Change in Receivables was -$216.0 million for Q2 2026 at Ovintiv, down from $169.0 million in the prior quarter.
- The five-year high for Change in Receivables was $501.0 million in Q1 2022, with the low at -$326.0 million in Q3 2022.
- Average Change in Receivables over 5 years is -$23.2 million, with a median of -$62.5 million recorded in 2024.
- The largest YoY upside for Change in Receivables was 201.81% in 2022 against a maximum downside of 1404.0% in 2022.
- Over 5 years, Change in Receivables stood at -$33.0 million in 2022, then tumbled by 154.55% to -$84.0 million in 2023, then jumped by 155.95% to $47.0 million in 2024, then soared by 42.55% to $67.0 million in 2025, then tumbled by 422.39% to -$216.0 million in 2026.
- The last three Change in Receivables figures came in at -$216.0 million (Q2 2026), $169.0 million (Q1 2026), and $67.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | -56.00 Mn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | - |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | -60.00 Mn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | -216.00 Mn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | - |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | - |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | -1.07 Mn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | -216.00 Mn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | -244.00 Mn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | -7.42 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -216.00 Mn |
| Mar 31, 2026 | 169.00 Mn |
| Dec 31, 2025 | 67.00 Mn |
| Sep 30, 2025 | -62.00 Mn |
| Jun 30, 2025 | -130.00 Mn |
| Mar 31, 2025 | 58.00 Mn |
| Dec 31, 2024 | 47.00 Mn |
| Sep 30, 2024 | -68.00 Mn |
| Jun 30, 2024 | -63.00 Mn |
| Mar 31, 2024 | -172.00 Mn |
| Dec 31, 2023 | -84.00 Mn |
| Sep 30, 2023 | 251.00 Mn |
| Jun 30, 2023 | -205.00 Mn |
| Mar 31, 2023 | -314.00 Mn |
| Dec 31, 2022 | -33.00 Mn |
| Sep 30, 2022 | -326.00 Mn |
| Jun 30, 2022 | 162.00 Mn |
| Mar 31, 2022 | 501.00 Mn |
| Dec 31, 2021 | 46.00 Mn |
| Sep 30, 2021 | 25.00 Mn |
Ovintiv Change in Receivables 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-receivables&ticker=OVV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=OVV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();