Skip to content

Varex Imaging Corp: filings

Every Varex Imaging Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 39 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-10fiscal Q3 2026571620001681622-26-000063
10-Q2026-05-07fiscal Q2 2026571620001681622-26-000052
10-Q2026-02-10fiscal Q1 2026571200001681622-26-000016
10-K2025-11-18fiscal FY 2025611590001681622-25-000108
10-Q2025-08-07fiscal Q3 2025571620001681622-25-000084
10-Q2025-05-08fiscal Q2 2025571620001681622-25-000063
10-Q2025-02-06fiscal Q1 2025571200001681622-25-000015
10-K2024-11-19fiscal FY 2024621620001681622-24-000089
10-Q2024-08-01fiscal Q3 2024561600001681622-24-000070
10-Q2024-05-02fiscal Q2 2024561600001681622-24-000059
10-Q2024-02-06fiscal Q1 2024561180001681622-24-000009
10-K2023-11-16fiscal FY 2023621620001681622-23-000074
10-Q2023-08-01fiscal Q3 2023581640001681622-23-000064
10-Q2023-05-02fiscal Q2 2023581640001681622-23-000048
10-Q2023-01-31fiscal Q1 2023581220001681622-23-000013
10-K2022-11-18fiscal FY 2022631650001681622-22-000091
10-Q2022-08-03fiscal Q3 2022591650001681622-22-000065
10-Q2022-05-04fiscal Q2 2022591650001681622-22-000051
10-Q2022-02-08fiscal Q1 2022591230001681622-22-000011
10-K2021-11-19fiscal FY 2021621610001681622-21-000103
10-Q2021-08-04fiscal Q3 2021581630001681622-21-000088
10-Q2021-05-05fiscal Q2 2021571610001681622-21-000067
10-Q2021-02-05fiscal Q1 2021571190001681622-21-000013
10-K2020-11-30fiscal FY 2020651630001681622-20-000116
10-Q2020-08-14fiscal Q3 2020581610001681622-20-000080
10-Q2020-05-13fiscal Q2 2020591630001681622-20-000057
10-Q2020-02-18fiscal Q1 2020591200001681622-20-000005
10-K2019-12-20fiscal FY 2019611660001681622-19-000083
10-Q2019-08-07fiscal Q3 2019561650001681622-19-000070
10-Q2019-05-08fiscal Q2 2019551660001681622-19-000047
10-Q2019-02-06fiscal Q1 2019551230001681622-19-000008
10-K2018-11-27fiscal FY 2018581520001681622-18-000045
10-Q2018-08-09fiscal Q3 2018511440001681622-18-000026
10-Q2018-05-09fiscal Q2 2018511440001681622-18-000016
10-Q2018-02-07fiscal Q1 2018511040001681622-18-000008
10-K2017-12-13fiscal FY 2017571450001681622-17-000023
10-Q2017-08-14fiscal Q3 2017511440001681622-17-000019
10-Q2017-05-12fiscal Q2 2017501420001681622-17-000012
10-Q2017-03-03fiscal Q1 201742860001681622-17-000002

Inspect the source

Entity
Varex Imaging Corp / CIK 0001681622
Captured
2026-09-21T17:24:59.393Z
SEC response SHA-256
3ffc04475ba3f53569e26fcc2ba617e71de9bd0aff81b454cd80b84eb7c95ad3

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