Skip to content

ViewRay, Inc.: filings

Every ViewRay, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2023-05-11

The latest filing in this captured record is a 10-Q filed 2023-05-11. No later filing is in the SEC companyfacts record captured on 2026-09-22. ViewRay, 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-Q2023-05-11fiscal Q1 202347980001628280-23-017657
10-K2023-02-28fiscal FY 2022531380001628280-23-005340
10-Q2022-11-02fiscal Q3 2022491420001628280-22-027622
10-Q2022-08-03fiscal Q2 2022491380001628280-22-020318
10-Q2022-05-06fiscal Q1 2022491020001628280-22-012816
10-K2022-02-25fiscal FY 2021531380001628280-22-003905
10-Q2021-11-05fiscal Q3 2021511450001628280-21-021881
10-Q2021-08-06fiscal Q2 2021451210001564590-21-041871
10-Q2021-05-07fiscal Q1 202145930001564590-21-025257
10-K2021-03-05fiscal FY 2020461160001564590-21-011089
10-Q2020-11-06fiscal Q3 2020451190001564590-20-051971
10-Q2020-07-31fiscal Q2 2020451190001564590-20-035171
10-Q2020-05-01fiscal Q1 202045930001564590-20-020499
10-K2020-03-12fiscal FY 2019461150001564590-20-010463
10-Q2019-11-12fiscal Q3 2019471240001564590-19-042923
10-Q2019-08-08fiscal Q2 2019441160001564590-19-030777
10-Q2019-05-03fiscal Q1 201944900001564590-19-015512
10-K2019-03-15fiscal FY 2018451130001564590-19-007939
10-Q2018-11-09fiscal Q3 2018411080001564590-18-028764
10-Q2018-08-07fiscal Q2 2018411080001564590-18-019660
10-Q2018-05-10fiscal Q1 201839800001564590-18-012951
10-K2018-03-12fiscal FY 2017401040001564590-18-005299
10-Q2017-11-13fiscal Q3 2017391080001564590-17-023525
10-Q2017-08-07fiscal Q2 2017391080001564590-17-015984
10-Q2017-05-15fiscal Q1 201738780001564590-17-011046
10-K2017-03-17fiscal FY 2016401000001564590-17-004690
10-Q2016-11-14fiscal Q3 2016381080001564590-16-029244
10-Q2016-08-15fiscal Q2 2016381100001564590-16-024362
10-Q2016-05-16fiscal Q1 201639810001564590-16-019534
10-K2016-03-28fiscal FY 2015401030001564590-16-015397
10-Q2015-11-16fiscal Q3 2015381080001564590-15-010751
10-Q2015-07-14fiscal Q2 201513300001615774-15-001783
10-Q2015-03-24fiscal Q1 201521410001597313-15-000007
10-K2015-02-27fiscal FY 201422400001597313-15-000002
10-Q2014-10-07fiscal Q3 201420340001597313-14-000008
10-Q2014-07-14fiscal Q2 201420430001597313-14-000006

Inspect the source

Entity
ViewRay, Inc. / CIK 0001597313
Captured
SEC response SHA-256
0848f87e3f3c59dc79029056f34962810561c167cbb7f8b3df4c5bceffb54cac

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