Skip to content

SIERRA ONCOLOGY, INC.: filings

Every SIERRA ONCOLOGY, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 filings, each linked to its SEC index.

Filing record ends 2022-05-06

The latest filing in this captured record is a 10-Q filed 2022-05-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. SIERRA ONCOLOGY, 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-Q2022-05-06fiscal Q1 202236740001564590-22-018449
10-K2022-03-10fiscal FY 2021411060001564590-22-009473
10-Q2021-11-05fiscal Q3 2021381100001564590-21-054732
10-Q2021-08-05fiscal Q2 2021381040001564590-21-041606
10-Q2021-05-07fiscal Q1 202136740001564590-21-025303
10-K2021-03-11fiscal FY 2020411220001564590-21-012234
10-Q2020-11-05fiscal Q3 2020391100001564590-20-050865
10-Q2020-08-06fiscal Q2 2020381040001193125-20-211302
10-Q2020-05-07fiscal Q1 202038750001193125-20-135583
10-K2020-03-03fiscal FY 2019421230001193125-20-059703
10-Q2019-11-04fiscal Q3 2019381050001193125-19-283332
10-Q2019-08-08fiscal Q2 2019381000001193125-19-216008
10-Q2019-05-08fiscal Q1 201937730001193125-19-140458
10-K2019-02-28fiscal FY 2018391150001193125-19-055556
10-Q2018-11-08fiscal Q3 201835900001193125-18-321855
10-Q2018-08-09fiscal Q2 201834890001193125-18-243457
10-Q2018-05-10fiscal Q1 201830620001193125-18-158341
10-K2018-02-27fiscal FY 2017341040001193125-18-059374
10-Q2017-11-08fiscal Q3 201728760001193125-17-336476
10-Q2017-08-10fiscal Q2 201728760001193125-17-253553
10-Q2017-05-09fiscal Q1 201728570001193125-17-163386
10-K2017-03-02fiscal FY 2016341130001193125-17-066582
10-Q2016-11-10fiscal Q3 201630860001193125-16-765907
10-Q2016-08-12fiscal Q2 201630860001193125-16-680042
10-Q2016-05-10fiscal Q1 201629620001193125-16-584709
10-K2016-03-03fiscal FY 2015371100001193125-16-490742
10-Q2015-11-05fiscal Q3 201533830001193125-15-367195
10-Q2015-08-21fiscal Q2 201533830001193125-15-298282

Inspect the source

Entity
SIERRA ONCOLOGY, INC. / CIK 0001290149
Captured
SEC response SHA-256
e832f29193a2b09784452802336c27cf50a8a73412d5aa9da69921d6113d844d

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