Skip to content

Sphere 3D Corp.: filings

Every Sphere 3D Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 31 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-14fiscal Q2 2026461310001591956-26-000021
10-Q2026-05-15fiscal Q1 202636760001591956-26-000011
10-K2026-03-27fiscal FY 202537760001591956-26-000004
10-Q2025-11-04fiscal Q3 2025401240001591956-25-000014
10-Q2025-08-05fiscal Q2 2025401200001591956-25-000009
10-Q2025-05-14fiscal Q1 202538800001591956-25-000006
10-K2025-03-28fiscal FY 202442860001628280-25-015457
10-Q2024-11-14fiscal Q3 2024431350001591956-24-000019
10-Q2024-08-13fiscal Q2 2024411270001591956-24-000015
10-Q2024-05-13fiscal Q1 202438800001591956-24-000012
10-K2024-03-13fiscal FY 202348980001591956-24-000004
10-Q2023-11-13fiscal Q3 2023481490001591956-23-000033
10-Q2023-08-14fiscal Q2 2023481450001591956-23-000026
10-Q2023-05-11fiscal Q1 202344930001591956-23-000012
10-K2023-03-31fiscal FY 202249970001591956-23-000004
20-F2022-03-31fiscal FY 2021431100001591956-22-000004
20-F2021-04-09fiscal FY 202044890001591956-21-000010
10-Q2020-11-16fiscal Q3 2020401180001591956-20-000021
10-Q2020-08-14fiscal Q2 2020381080001591956-20-000016
10-Q2020-06-24fiscal Q1 202036740001591956-20-000013
10-K2020-05-14fiscal FY 201947950001591956-20-000005
10-Q2019-11-14fiscal Q3 2019461330001591956-19-000021
10-Q2019-08-14fiscal Q2 2019421150001591956-19-000019
10-Q2019-05-15fiscal Q1 201941850001591956-19-000012
10-K2019-04-01fiscal FY 201846940001591956-19-000008
10-Q2018-11-07fiscal Q3 2018411120001591956-18-000047
10-Q2018-08-14fiscal Q2 2018411120001591956-18-000037
10-Q2018-05-10fiscal Q1 201840820001591956-18-000025
10-K2018-03-21fiscal FY 201747970001591956-18-000014
20-F2017-03-31fiscal FY 2016461210001591956-17-000006
40-F/A2017-02-10fiscal FY 201547960001591956-17-000003

Inspect the source

Entity
Sphere 3D Corp. / CIK 0001591956
Captured
2026-09-20T09:24:15.928Z
SEC response SHA-256
aa896ea588642996bed4c43d60dc3a92e807bef340cb06be2ae404801bf79786

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