Skip to content

Vontier Corporation: filings

Every Vontier Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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-08-06fiscal Q2 2026431240001628280-26-054180
10-Q2026-05-07fiscal Q1 202643900001628280-26-031945
10-K2026-02-12fiscal FY 2025551410001628280-26-007648
10-Q2025-10-30fiscal Q3 2025441300001628280-25-047448
10-Q2025-07-31fiscal Q2 2025441260001786842-25-000065
10-Q2025-05-01fiscal Q1 202544920001786842-25-000028
10-K2025-02-13fiscal FY 2024541380001786842-25-000008
10-Q2024-10-31fiscal Q3 2024441280001786842-24-000074
10-Q2024-08-01fiscal Q2 2024441240001786842-24-000065
10-Q2024-05-02fiscal Q1 202444920001786842-24-000033
10-K2024-02-15fiscal FY 2023531350001786842-24-000015
10-Q2023-11-02fiscal Q3 2023451300001786842-23-000074
10-Q2023-08-03fiscal Q2 2023441220001786842-23-000064
10-Q2023-05-05fiscal Q1 202345940001786842-23-000036
10-K2023-02-17fiscal FY 2022551400001786842-23-000011
10-Q2022-11-04fiscal Q3 2022451280001786842-22-000068
10-Q2022-08-05fiscal Q2 2022451240001786842-22-000053
10-Q2022-05-06fiscal Q1 202245940001786842-22-000030
10-K2022-02-24fiscal FY 2021531330001786842-22-000015
10-Q2021-11-05fiscal Q3 2021441260001786842-21-000068
10-Q2021-08-06fiscal Q2 2021441220001786842-21-000057
10-Q2021-05-07fiscal Q1 202144920001786842-21-000037
10-K2021-02-25fiscal FY 2020531330001786842-21-000013
10-Q2020-10-30fiscal Q3 2020401010001786842-20-000021

Inspect the source

Entity
Vontier Corporation / CIK 0001786842
Captured
2026-09-21T17:27:25.638Z
SEC response SHA-256
8eea5d0f578dd726589849544d5add8d6f0de44bde84a9290f0f8d6e1922381f

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/0001786842.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"])))