Skip to content

VARIAN MEDICAL SYSTEMS INC: filings

Every VARIAN MEDICAL SYSTEMS INC annual and quarterly report in the SEC record with the published financial measures it tagged, 48 filings, each linked to its SEC index.

Filing record ends 2021-02-09

The latest filing in this captured record is a 10-Q filed 2021-02-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. VARIAN MEDICAL SYSTEMS INC may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2021-02-09fiscal Q1 2021561160000203527-21-000010
10-K2020-11-25fiscal FY 2020642060000203527-20-000027
10-Q2020-08-11fiscal Q3 2020561560000203527-20-000016
10-Q2020-05-12fiscal Q2 2020571530000203527-20-000015
10-Q2020-02-11fiscal Q1 2020561120000203527-20-000008
10-K2019-11-25fiscal FY 2019612000000203527-19-000025
10-Q2019-08-07fiscal Q3 2019551560000203527-19-000017
10-Q2019-05-08fiscal Q2 2019551540000203527-19-000008
10-Q2019-02-05fiscal Q1 2019551140001628280-19-000970
10-K2018-11-26fiscal FY 2018581910001628280-18-014588
10-Q2018-08-07fiscal Q3 2018521380001628280-18-010705
10-Q2018-05-08fiscal Q2 2018531400001628280-18-006282
10-Q2018-02-07fiscal Q1 2018521040001628280-18-001216
10-K2017-11-27fiscal FY 2017561880001628280-17-011837
10-Q2017-08-08fiscal Q3 2017511360001628280-17-008347
10-Q2017-05-09fiscal Q2 2017511360001628280-17-005261
10-Q2017-02-07fiscal Q1 2017511040001628280-17-000959
10-K2016-11-23fiscal FY 2016561900001628280-16-021672
10-Q2016-08-09fiscal Q3 2016501380001628280-16-018815
10-Q2016-05-10fiscal Q2 2016501380001628280-16-016061
10-Q2016-02-09fiscal Q1 2016501020001628280-16-010877
10-K2015-11-25fiscal FY 2015551880001628280-15-008998
10-Q2015-08-11fiscal Q3 2015491360001628280-15-006459
10-Q2015-05-12fiscal Q2 2015481320001628280-15-004095
10-Q2015-02-10fiscal Q1 2015481000001628280-15-000559
10-K2014-11-25fiscal FY 2014541860001564590-14-005915
10-Q2014-08-05fiscal Q3 2014471300001564590-14-003152
10-Q2014-05-05fiscal Q2 2014471300001564590-14-001786
10-Q2014-01-30fiscal Q1 201447980001564590-14-000084
10-K2013-11-26fiscal FY 2013541860001564590-13-001371
10-Q2013-08-06fiscal Q3 2013471280001564590-13-000210
10-Q2013-05-08fiscal Q2 2013471280001193125-13-207636
10-Q2013-02-05fiscal Q1 201347960001193125-13-038751
10-K2012-11-21fiscal FY 2012531830001193125-12-478911
10-Q2012-08-07fiscal Q3 2012461240001193125-12-340889
10-Q2012-05-08fiscal Q2 2012461220001193125-12-218460
10-Q2012-02-07fiscal Q1 201245920001193125-12-043938
10-K2011-11-23fiscal FY 2011531820001193125-11-321337
10-Q2011-08-10fiscal Q3 2011461220001193125-11-218135
10-Q2011-05-11fiscal Q2 2011451200001193125-11-135724
10-K/A2011-05-05fiscal FY 2010511750001193125-11-128128
10-Q2011-02-09fiscal Q1 201145910001193125-11-028924
10-K2010-11-23fiscal FY 2010441180001193125-10-267742
10-Q2010-08-10fiscal Q3 2010441180001193125-10-184550
10-Q2010-05-11fiscal Q2 2010441180001193125-10-116101
10-Q2010-02-09fiscal Q1 201044900001193125-10-025672
10-K2009-11-25fiscal FY 2009451210001193125-09-242405
10-Q2009-08-11fiscal Q3 2009421140001193125-09-171667

Inspect the source

Entity
VARIAN MEDICAL SYSTEMS INC / CIK 0000203527
Captured
SEC response SHA-256
0addc07683fc0f119c7948605a02f6b03ff1e02ba0d00f818ce0748d46a71bd1

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