Skip to content

Ovintiv Inc.: filings

Every Ovintiv Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2026-07-23fiscal Q2 2026421420001193125-26-314501
10-Q2026-05-11fiscal Q1 202642900001193125-26-217087
10-K2026-02-23fiscal FY 2025481280001193125-26-064309
10-Q2025-11-04fiscal Q3 2025421420001193125-25-264977
10-Q2025-07-24fiscal Q2 2025421420000950170-25-098401
10-Q2025-05-06fiscal Q1 202542910000950170-25-064603
10-K2025-02-26fiscal FY 2024481280000950170-25-027914
10-Q2024-11-07fiscal Q3 2024421420000950170-24-123514
10-Q2024-07-30fiscal Q2 2024421420000950170-24-087984
10-Q2024-05-07fiscal Q1 202442900000950170-24-054736
10-K2024-02-27fiscal FY 2023481280000950170-24-021368
10-Q2023-11-07fiscal Q3 2023421420000950170-23-060397
10-Q2023-07-27fiscal Q2 2023421420000950170-23-035227
10-Q2023-05-09fiscal Q1 202342900000950170-23-019797
10-K2023-02-27fiscal FY 2022481280001564590-23-002595
10-Q2022-11-09fiscal Q3 2022421420001564590-22-037075
10-Q2022-08-04fiscal Q2 2022421420001564590-22-027941
10-Q2022-05-10fiscal Q1 202242900001564590-22-019143
10-K2022-02-25fiscal FY 2021481280001564590-22-006978
10-Q2021-11-04fiscal Q3 2021411380001564590-21-054364
10-Q2021-07-29fiscal Q2 2021411380001564590-21-038989
10-Q2021-04-29fiscal Q1 202141880001564590-21-021734
10-K2021-02-18fiscal FY 2020471730001564590-21-006570
10-Q2020-10-30fiscal Q3 2020401340001564590-20-049219
10-Q2020-07-31fiscal Q2 2020401340001564590-20-034916
10-Q2020-05-08fiscal Q1 202039840001564590-20-023338
10-K2020-02-21fiscal FY 2019431640001564590-20-005663

Inspect the source

Entity
Ovintiv Inc. / CIK 0001792580
Captured
2026-09-21T17:27:34.442Z
SEC response SHA-256
7ee52cbe8bae724b1c64b5e0cde32e7e17c524bd4005ad1188868106b45de15f

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001792580.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))