Skip to content

TARONIS TECHNOLOGIES, INC.: filings

Every TARONIS TECHNOLOGIES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 filings, each linked to its SEC index.

Filing record ends 2019-11-19

The latest filing in this captured record is a 10-Q filed 2019-11-19. No later filing is in the SEC companyfacts record captured on 2026-09-22. TARONIS TECHNOLOGIES, 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-Q2019-11-19fiscal Q3 2019411090001493152-19-018036
10-Q2019-08-19fiscal Q2 2019411100001493152-19-013048
10-Q2019-05-20fiscal Q1 201940820001493152-19-007939
10-K2019-04-12fiscal FY 201840840001493152-19-005182
10-Q2018-11-14fiscal Q3 201837940001493152-18-016071
10-Q2018-08-14fiscal Q2 201836960001493152-18-011842
10-Q2018-05-15fiscal Q1 201832650001493152-18-007071
10-K2018-04-16fiscal FY 201736710001493152-18-005157
10-Q2017-11-16fiscal Q3 201732810001493152-17-013425
10-Q2017-08-21fiscal Q2 201731800001144204-17-044450
10-Q2017-05-15fiscal Q1 201733660001144204-17-027066
10-K2017-03-31fiscal FY 201636740001144204-17-018242
10-Q2016-11-14fiscal Q3 201632800001144204-16-133686
10-Q2016-08-15fiscal Q2 201631760001144204-16-119166
10-Q2016-05-16fiscal Q1 201636720001144204-16-102187
10-K2016-03-23fiscal FY 201537740001144204-16-089714
10-Q2015-11-10fiscal Q3 201536930001144204-15-064196
10-Q2015-08-10fiscal Q2 201536940001144204-15-047705
10-Q2015-05-11fiscal Q1 201535720001144204-15-029425
10-K2015-03-12fiscal FY 201438750001144204-15-015519
10-Q2014-11-10fiscal Q3 201436970001144204-14-066224
10-Q2014-08-06fiscal Q2 201438990001213900-14-005436
10-Q2014-05-12fiscal Q1 201438790001213900-14-003159
10-K2014-03-27fiscal FY 201339800001213900-14-001764
10-Q2013-11-14fiscal Q3 201338980001213900-13-006438
10-Q2013-08-13fiscal Q2 201338970001213900-13-004223
10-Q2013-05-15fiscal Q1 201338810001213900-13-002528
10-K2013-04-01fiscal FY 201241840001213900-13-001510
10-Q2012-11-13fiscal Q3 2012391020001213900-12-006078
10-Q2012-07-13fiscal Q2 2012401020001213900-12-003776
10-Q2012-05-14fiscal Q1 201239800001213900-12-002525
10-K2012-03-14fiscal FY 201138780001213900-12-001097
10-Q2011-11-10fiscal Q3 2011391060001213900-11-005880
10-Q/A2011-09-01fiscal Q2 2011391060001213900-11-004899

Inspect the source

Entity
TARONIS TECHNOLOGIES, INC. / CIK 0001353487
Captured
SEC response SHA-256
18a7850278864640dd58d9504f410ea4564a03a9e78ba303f79cb53327fda021

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