Skip to content

BlackBerry Limited: filings

Every BlackBerry Limited annual and quarterly report in the SEC record with the published financial measures it tagged, 36 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-06-25fiscal Q1 2027481010001070235-26-000076
10-K2026-04-09fiscal FY 2026541440001070235-26-000039
10-Q2025-12-19fiscal Q3 2025501420001070235-25-000198
10-Q2025-09-25fiscal Q2 2025501420001070235-25-000176
10-Q2025-06-25fiscal Q1 2025491030001070235-25-000132
10-K2025-04-02fiscal FY 2025531410001070235-25-000068
10-Q2024-12-20fiscal Q3 2025471350001070235-24-000156
10-Q2024-09-27fiscal Q2 2025471330001070235-24-000124
10-Q2024-06-27fiscal Q1 202547990001070235-24-000095
10-K2024-04-04fiscal FY 2024531420001070235-24-000057
10-Q2023-12-21fiscal Q3 2024481370001070235-23-000165
10-Q2023-09-29fiscal Q2 2024481370001070235-23-000131
10-Q2023-06-30fiscal Q1 2024481010001070235-23-000111
10-K2023-03-31fiscal FY 2023521400001070235-23-000054
10-Q2022-12-21fiscal Q3 2023481370001070235-22-000168
10-Q2022-09-28fiscal Q2 2023481370001070235-22-000147
10-Q2022-06-24fiscal Q1 2023481010001070235-22-000107
10-K2022-04-01fiscal FY 2022521400001070235-22-000048
10-Q2021-12-22fiscal Q3 2022481370001070235-21-000147
10-Q2021-09-23fiscal Q2 2022471330001070235-21-000101
10-Q2021-06-25fiscal Q1 202247990001070235-21-000070
10-K2021-03-31fiscal FY 2021531420001070235-21-000029
10-Q2020-12-18fiscal Q3 2021481360001070235-20-000160
10-Q2020-09-24fiscal Q2 2021481360001070235-20-000101
10-Q2020-06-25fiscal Q1 2021491020001070235-20-000068
10-K2020-04-07fiscal FY 2020551480001070235-20-000025
40-F2019-04-05fiscal FY 2019501370001070235-19-000014
40-F2018-03-28fiscal FY 2018491340001070235-18-000007
40-F2017-03-31fiscal FY 2017471290001070235-17-000008
40-F2016-04-01fiscal FY 2016461230001070235-16-000129
40-F2015-03-27fiscal FY 2015461220001070235-15-000029
40-F2014-03-28fiscal FY 2013481300001445305-14-001205
40-F2013-03-28fiscal FY 2012481260001193125-13-132586
40-F2012-04-09fiscal FY 2011481300001193125-12-155342
40-F/A2011-04-08fiscal FY 2010481320000950123-11-033831
40-F/A2010-04-06fiscal FY 200935930000950123-10-032492

Inspect the source

Entity
BlackBerry Limited / CIK 0001070235
Captured
2026-09-20T05:19:31.785Z
SEC response SHA-256
ef900e11d743445ce7fe85b0edd499764906f6da7168fb6b88f88d28360569b6

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