Skip to content

Trident Brands Incorporated: filings

Every Trident Brands Incorporated annual and quarterly report in the SEC record with the published financial measures it tagged, 44 filings, each linked to its SEC index.

Filing record ends 2022-07-27

The latest filing in this captured record is a 10-Q filed 2022-07-27. No later filing is in the SEC companyfacts record captured on 2026-09-22. Trident Brands Incorporated 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-07-27fiscal Q2 202230840001477932-22-005413
10-Q2022-07-27fiscal Q1 202226550001477932-22-005412
10-K2022-04-14fiscal FY 202133680001477932-22-002306
10-Q2021-10-20fiscal Q3 202127780001477932-21-007481
10-Q2021-07-20fiscal Q2 202128800001477932-21-004771
10-Q2021-04-19fiscal Q1 202127580001477932-21-002499
10-K2021-03-16fiscal FY 202032660001477932-21-001463
10-Q2020-10-20fiscal Q3 202031900001477932-20-005975
10-Q2020-07-20fiscal Q2 202031860001477932-20-004085
10-Q2020-04-20fiscal Q1 202028550001477932-20-002064
10-K2020-03-16fiscal FY 201930620001477932-20-001361
10-Q2019-10-21fiscal Q3 201930850001165527-19-000168
10-Q2019-07-22fiscal Q2 201931820001165527-19-000126
10-Q2019-04-26fiscal Q1 201929610001165527-19-000057
10-K2019-03-15fiscal FY 201831630001165527-19-000022
10-Q2018-10-22fiscal Q3 201829740001165527-18-000205
10-Q2018-07-16fiscal Q2 201828710001165527-18-000148
10-Q2018-04-19fiscal Q1 201828580001165527-18-000079
10-K2018-03-14fiscal FY 201730580001165527-18-000037
10-Q2017-10-16fiscal Q3 201725620001165527-17-000209
10-Q2017-07-17fiscal Q2 201724640001165527-17-000162
10-Q2017-04-14fiscal Q1 201724500001165527-17-000094
10-K2017-02-28fiscal FY 201627520001165527-17-000047
10-Q2016-10-14fiscal Q3 201625630001165527-16-000897
10-Q2016-07-14fiscal Q2 201624590001165527-16-000824
10-Q2016-04-14fiscal Q1 201623440001165527-16-000738
10-K2016-03-11fiscal FY 201522430001165527-16-000688
10-Q2015-10-15fiscal Q3 201519500001165527-15-000494
10-Q2015-07-15fiscal Q2 201520540001165527-15-000330
10-Q2015-04-14fiscal Q1 201517330001165527-15-000179
10-K2015-03-02fiscal FY 201418600001165527-15-000097
10-Q2014-10-14fiscal Q3 201417490001165527-14-000587
10-Q2014-07-15fiscal Q2 201417490001165527-14-000417
10-Q2014-04-14fiscal Q1 201416350001165527-14-000217
10-K2014-03-14fiscal FY 201317470001165527-14-000139
10-Q2013-10-15fiscal Q3 201319590001165527-13-000854
10-Q2013-07-15fiscal Q2 201318560001165527-13-000636
10-Q2013-04-15fiscal Q1 201318440001165527-13-000378
10-K2013-03-15fiscal FY 201221550001165527-13-000261
10-Q2012-10-19fiscal Q3 201220610001165527-12-001107
10-Q2012-07-16fiscal Q2 201216520001165527-12-000749
10-Q2012-04-13fiscal Q1 201217430001165527-12-000298
10-K/A2012-04-09fiscal FY 201115410001165527-12-000286
10-Q2011-10-17fiscal Q3 201117550001165527-11-000972

Inspect the source

Entity
Trident Brands Incorporated / CIK 0001421907
Captured
SEC response SHA-256
d600f3a67386b7e2af72e7f87b95b8d14f8aaced17e8e8fd106d0d95a46ce1b4

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