Skip to content

Triton Emission Solutions Inc.: filings

Every Triton Emission Solutions Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2020-05-11

The latest filing in this captured record is a 10-Q filed 2020-05-11. No later filing is in the SEC companyfacts record captured on 2026-09-22. Triton Emission Solutions 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-Q2020-05-11fiscal Q1 202015350001393905-20-000149
10-K2020-03-30fiscal FY 201920420001393905-20-000087
10-Q2019-11-14fiscal Q3 201919510001393905-19-000312
10-Q2019-08-14fiscal Q2 201919510001393905-19-000250
10-Q2019-05-16fiscal Q1 201920450001393905-19-000165
10-K2019-04-01fiscal FY 201825470001393905-19-000105
10-Q2018-11-14fiscal Q3 201824580001393905-18-000337
10-Q2018-08-20fiscal Q2 201824580001393905-18-000259
10-Q2018-05-15fiscal Q1 201823480001393905-18-000180
10-K2018-04-02fiscal FY 201725500001393905-18-000125
10-Q2017-11-20fiscal Q3 201725640001393905-17-000371
10-Q2017-08-15fiscal Q2 201724630001393905-17-000243
10-Q2017-05-15fiscal Q1 201724520001393905-17-000142
10-K2017-04-14fiscal FY 201629570001393905-17-000102
10-Q2016-11-21fiscal Q3 201629730001393905-16-001107
10-Q2016-08-15fiscal Q2 201629730001393905-16-001014
10-Q2016-05-16fiscal Q1 201627590001393905-16-000916
10-K2016-04-14fiscal FY 201531620001393905-16-000851
10-Q2015-11-16fiscal Q3 201531750001393905-15-000617
10-Q2015-08-17fiscal Q2 201531750001393905-15-000420
10-Q2015-05-15fiscal Q1 201528590001393905-15-000267
10-K2015-04-15fiscal FY 201430600001393905-15-000202
10-Q2014-11-18fiscal Q3 201431740001393905-14-000648
10-Q2014-11-14fiscal Q3 201428690001393905-14-000637
10-Q2014-08-14fiscal Q2 201429720001393905-14-000474
10-Q2014-05-15fiscal Q1 201426530001437749-14-009213
10-K2014-03-31fiscal FY 201330560001393905-14-000158
10-Q2013-11-14fiscal Q3 201329670001393905-13-000614
10-Q2013-08-13fiscal Q2 201323560001393905-13-000413
10-Q2013-05-14fiscal Q1 201322460001437749-13-005886
10-K2013-03-29fiscal FY 201225450001437749-13-003663
10-Q2012-11-09fiscal Q3 201225560001437749-12-011400
10-Q2012-08-14fiscal Q2 201224560001437749-12-008489
10-Q2012-05-10fiscal Q1 201220420001437749-12-004769
10-K2012-03-30fiscal FY 201119390001437749-12-003036
10-Q2011-11-07fiscal Q3 201119500001437749-11-008167
10-Q2011-08-12fiscal Q2 201118490001437749-11-005900

Inspect the source

Entity
Triton Emission Solutions Inc. / CIK 0001143238
Captured
SEC response SHA-256
5a6993b9562baa2cb86e08ac134c163b6864b4af900a46c17f580d59a16cdf6a

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