Skip to content

KEYSIGHT TECHNOLOGIES, INC.: filings

Every KEYSIGHT TECHNOLOGIES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 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-09-02fiscal Q3 2026541480001601046-26-000036
10-Q2026-06-04fiscal Q2 2026541480001601046-26-000024
10-Q2026-03-05fiscal Q1 2026541120001601046-26-000008
10-K2025-12-17fiscal FY 2025581510001601046-25-000127
10-Q2025-08-29fiscal Q3 2025541480001601046-25-000091
10-Q2025-06-03fiscal Q2 2025531440001601046-25-000073
10-Q2025-03-06fiscal Q1 2025531120001601046-25-000009
10-K2024-12-17fiscal FY 2024581510001601046-24-000159
10-Q2024-08-29fiscal Q3 2024531480001601046-24-000061
10-Q2024-05-31fiscal Q2 2024531480001601046-24-000043
10-Q2024-03-05fiscal Q1 2024531120001601046-24-000005
10-K2023-12-15fiscal FY 2023541400001601046-23-000134
10-Q2023-08-30fiscal Q3 2023501380001601046-23-000073
10-Q2023-05-31fiscal Q2 2023501380001601046-23-000054
10-Q2023-03-03fiscal Q1 2023501060001601046-23-000015
10-K2022-12-15fiscal FY 2022551420001601046-22-000161
10-Q2022-08-30fiscal Q3 2022511400001601046-22-000066
10-Q2022-06-01fiscal Q2 2022511400001601046-22-000052
10-Q2022-03-01fiscal Q1 2022501060001601046-22-000011
10-K2021-12-17fiscal FY 2021541390001601046-21-000197
10-Q2021-08-31fiscal Q3 2021481310001601046-21-000064
10-Q2021-05-28fiscal Q2 2021481310001601046-21-000044
10-Q2021-03-03fiscal Q1 2021481010001601046-21-000006
10-K2020-12-17fiscal FY 2020541370001601046-20-000154
10-Q2020-09-01fiscal Q3 2020481310001601046-20-000056
10-Q2020-06-02fiscal Q2 2020481310001601046-20-000045
10-Q2020-03-05fiscal Q1 2020481010001601046-20-000005
10-K2019-12-18fiscal FY 2019511370001601046-19-000110
10-Q2019-08-30fiscal Q3 2019451300001601046-19-000038
10-Q2019-05-30fiscal Q2 2019451310001601046-19-000025
10-Q2019-03-05fiscal Q1 2019451000001601046-19-000010
10-K2018-12-18fiscal FY 2018491290001601046-18-000030
10-Q2018-08-31fiscal Q3 2018471300001601046-18-000024
10-Q2018-06-05fiscal Q2 2018471300001601046-18-000017
10-Q2018-03-08fiscal Q1 201845940001601046-18-000008
10-K2017-12-20fiscal FY 2017511360001601046-17-000033
10-Q2017-09-06fiscal Q3 2017471310001601046-17-000026
10-Q2017-06-07fiscal Q2 2017471310001601046-17-000020
10-Q2017-02-28fiscal Q1 201744920001601046-17-000009
10-K2016-12-19fiscal FY 2016491300001601046-16-000077
10-Q2016-09-02fiscal Q3 2016441220001601046-16-000073
10-Q2016-06-03fiscal Q2 2016441220001601046-16-000065
10-Q2016-03-04fiscal Q1 201644920001601046-16-000050
10-K2015-12-21fiscal FY 2015491290001601046-15-000044
10-Q2015-09-03fiscal Q3 2015431200001601046-15-000033
10-Q2015-06-04fiscal Q2 2015431200001601046-15-000018
10-Q2015-03-05fiscal Q1 201542860001601046-15-000007

Inspect the source

Entity
KEYSIGHT TECHNOLOGIES, INC. / CIK 0001601046
Captured
2026-09-20T09:25:22.644Z
SEC response SHA-256
fc20f41fcc4d4de7f2e33ed60fcffa45e3da2e4f2222876522fbe5e9eed35b51

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