Skip to content

Fortive Corporation: filings

Every Fortive Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 40 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-04-30fiscal Q1 2026541100001659166-26-000013
10-K2026-02-25fiscal FY 2025591960001659166-26-000007
10-Q2025-10-29fiscal Q3 2025541460001659166-25-000131
10-Q2025-07-30fiscal Q2 2025541460001659166-25-000120
10-Q2025-05-01fiscal Q1 2025541100001659166-25-000080
10-K2025-02-25fiscal FY 2024571470001659166-25-000024
10-Q2024-10-30fiscal Q3 2024511340001659166-24-000162
10-Q2024-07-24fiscal Q2 2024501300001659166-24-000148
10-Q2024-04-24fiscal Q1 2024491000001659166-24-000108
10-K2024-02-27fiscal FY 2023551410001659166-24-000046
10-Q2023-10-25fiscal Q3 2023501300001659166-23-000232
10-Q2023-07-26fiscal Q2 2023501300001659166-23-000195
10-Q2023-04-26fiscal Q1 2023501020001659166-23-000148
10-K2023-02-28fiscal FY 2022551410001659166-23-000080
10-Q2022-10-26fiscal Q3 2022491300001659166-22-000190
10-Q2022-07-28fiscal Q2 2022491300001659166-22-000155
10-Q2022-04-28fiscal Q1 2022491000001659166-22-000102
10-K2022-03-01fiscal FY 2021541860001659166-22-000054
10-Q2021-10-28fiscal Q3 2021491300001659166-21-000235
10-Q2021-07-29fiscal Q2 2021491300001659166-21-000199
10-Q2021-04-29fiscal Q1 2021491000001659166-21-000150
10-K2021-02-26fiscal FY 2020541860001659166-21-000062
10-Q2020-10-27fiscal Q3 2020491300001659166-20-000185
10-Q2020-07-28fiscal Q2 2020491300001659166-20-000136
10-Q2020-04-30fiscal Q1 2020491000001659166-20-000078
10-K2020-02-27fiscal FY 2019541860001659166-20-000071
10-Q2019-10-25fiscal Q3 2019501290001659166-19-000227
10-Q2019-07-25fiscal Q2 2019501290001659166-19-000189
10-Q2019-04-25fiscal Q1 2019501000001659166-19-000117
10-K2019-02-28fiscal FY 2018511810001659166-19-000085
10-Q2018-10-25fiscal Q3 2018441160001659166-18-000260
10-Q2018-07-26fiscal Q2 2018441160001659166-18-000198
10-Q2018-04-26fiscal Q1 201843880001659166-18-000129
10-K2018-02-28fiscal FY 2017461600001659166-18-000100
10-Q2017-10-26fiscal Q3 2017431160001659166-17-000246
10-Q2017-07-27fiscal Q2 2017431140001659166-17-000200
10-Q2017-04-27fiscal Q1 201743890001659166-17-000121
10-K2017-02-28fiscal FY 2016471540001659166-17-000091
10-Q2016-10-27fiscal Q3 2016431250001659166-16-000046
10-Q2016-08-02fiscal Q2 201636890001659166-16-000036

Inspect the source

Entity
Fortive Corporation / CIK 0001659166
Captured
2026-09-19T11:20:03.318Z
SEC response SHA-256
72a6e059559aea01c3b820dae1519cdde8c9240ee3d5021034596953e9b613c4

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