Skip to content

BIOTRICITY INC.: filings

Every BIOTRICITY INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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-19fiscal Q1 202742900001493152-26-039209
10-K2026-07-14fiscal FY 202643900001493152-26-033207
10-Q2026-02-11fiscal Q3 2026441260001493152-26-006211
10-Q2025-11-14fiscal Q2 2026441290001493152-25-023361
10-Q2025-08-14fiscal Q1 202644930001641172-25-023709
10-K/A2025-07-18fiscal FY 202544920001641172-25-020105
10-K2025-07-15fiscal FY 202544920001641172-25-019755
10-Q/A2025-02-20fiscal Q3 2025431320001493152-25-007664
10-Q2025-02-19fiscal Q3 2025431320001493152-25-007608
10-Q2024-11-14fiscal Q2 2025431300001493152-24-046028
10-Q2024-08-19fiscal Q1 202543930001493152-24-033159
10-K2024-06-27fiscal FY 202443920001493152-24-025344
10-Q2024-02-20fiscal Q3 2024441320001493152-24-007244
10-Q2023-11-14fiscal Q2 2024441320001493152-23-041243
10-Q2023-08-14fiscal Q1 202443920001493152-23-028510
10-K2023-06-29fiscal FY 202344880001493152-23-022974
10-Q2023-02-14fiscal Q3 2023421170001493152-23-004841
10-Q2022-11-14fiscal Q2 2023391070001493152-22-031987
10-Q2022-08-15fiscal Q1 202339770001493152-22-023040
10-K2022-07-14fiscal FY 202243800001493152-22-019256
10-Q2022-02-14fiscal Q3 202238970001493152-22-004561
10-Q2021-11-04fiscal Q2 202132870001493152-21-027260
10-Q/A2021-08-17fiscal Q1 202231630001493152-21-020394
10-K2021-06-22fiscal FY 202132640001493152-21-014912
10-Q2021-02-16fiscal Q3 202131860001493152-21-004030
10-Q2020-11-13fiscal Q2 202132990001493152-20-021358
10-Q2020-08-14fiscal Q1 202132650001493152-20-015819
10-K2020-07-15fiscal FY 202032640001493152-20-013313
10-Q2020-02-14fiscal Q3 202033900001493152-20-002435
10-Q2019-11-14fiscal Q2 202031830001493152-19-017583
10-Q2019-08-15fiscal Q1 202030580001493152-19-012812
10-K2019-07-16fiscal FY 201928490001493152-19-010700
10-Q2019-02-19fiscal Q3 201927650001493152-19-002276
10-Q2018-11-14fiscal Q2 201923530001511164-18-000658
10-Q2018-08-14fiscal Q1 201919380001511164-18-000511
10-K2018-07-13fiscal FY 201818380001511164-18-000427
10-Q2018-02-14fiscal Q3 201817440001511164-18-000093
10-Q2017-11-14fiscal Q2 201817440001511164-17-000687
10-Q2017-08-14fiscal Q1 201817350001511164-17-000511
10-K2017-03-30fiscal FY 201617360001511164-17-000138
10-Q2016-11-18fiscal Q3 201616420001511164-16-001160
10-Q2016-08-15fiscal Q2 201616410001511164-16-000981
10-Q2016-05-19fiscal Q1 201616330001511164-16-000858
10-Q2016-05-16fiscal Q1 201616330001511164-16-000839
10-K2016-04-13fiscal FY 201516310001511164-16-000763
10-Q2015-12-21fiscal Q1 201618380001078782-15-002062
10-K2015-11-30fiscal FY 201517430001078782-15-001957
10-Q2015-07-14fiscal Q3 201515410001078782-15-001106

Inspect the source

Entity
BIOTRICITY INC. / CIK 0001630113
Captured
2026-09-21T17:22:14.606Z
SEC response SHA-256
de56e3354d4180362d8bf36a6dd02ff7fd0db9690bc31c81e452959deb9a8d37

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