Skip to content

On Track Innovations Ltd.: filings

Every On Track Innovations Ltd. 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 2022-05-23

The latest filing in this captured record is a 10-Q filed 2022-05-23. No later filing is in the SEC companyfacts record captured on 2026-09-22. On Track Innovations Ltd. 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-05-23fiscal Q1 202242850001213900-22-028901
10-K/A2022-04-15fiscal FY 202146950001213900-22-019959
10-K2022-04-13fiscal FY 202147960001213900-22-019609
10-Q2021-11-15fiscal Q3 2021391070001213900-21-059357
10-Q2021-08-16fiscal Q2 2021391070001213900-21-042722
10-Q2021-05-13fiscal Q1 202140830001213900-21-026063
10-K2021-03-31fiscal FY 202043870001213900-21-019217
10-Q2020-11-23fiscal Q3 2020401090001213900-20-038765
10-Q2020-08-12fiscal Q2 2020401090001213900-20-021570
10-Q2020-05-12fiscal Q1 202038790001213900-20-011810
10-K2020-03-24fiscal FY 2019471200001213900-20-007241
10-Q2019-11-13fiscal Q3 2019371010001213900-19-023172
10-Q2019-08-13fiscal Q2 2019371010001213900-19-015534
10-Q2019-05-14fiscal Q1 201937770001213900-19-008555
10-K2019-03-25fiscal FY 2018411090001213900-19-004756
10-Q2018-11-14fiscal Q3 201833900001213900-18-015618
10-Q2018-08-15fiscal Q2 201835930001213900-18-011186
10-Q2018-05-15fiscal Q1 201834730001213900-18-006189
10-K2018-03-29fiscal FY 2017411060001213900-18-003667
10-Q2017-11-14fiscal Q3 2017371050001213900-17-011927
10-Q2017-08-09fiscal Q2 2017361000001213900-17-008344
10-Q2017-05-15fiscal Q1 201736760001213900-17-005130
10-K2017-03-28fiscal FY 2016411050001213900-17-002900
10-Q2016-11-14fiscal Q3 2016371080001213900-16-018480
10-Q2016-08-15fiscal Q2 201635980001178913-16-006238
10-Q2016-05-16fiscal Q1 201635740001178913-16-005439
10-K2016-03-28fiscal FY 2015431050001178913-16-004887
10-Q2015-11-16fiscal Q3 201534930001178913-15-003448
10-Q2015-08-10fiscal Q2 201534930001178913-15-002561
10-Q2015-05-14fiscal Q1 201535730001178913-15-001673
10-K2015-03-30fiscal FY 2014421070001178913-15-001093
10-Q2014-11-12fiscal Q3 2014361020001178913-14-003472
10-Q2014-08-14fiscal Q2 201434950001178913-14-002681
10-Q2014-05-14fiscal Q1 201435730001178913-14-001664
10-K2014-03-31fiscal FY 2013451110001178913-14-001152
20-F/A2013-05-28fiscal FY 2012451150001178913-13-001640
20-F/A2012-04-30fiscal FY 201137940001178913-12-001243

Inspect the source

Entity
On Track Innovations Ltd. / CIK 0001021604
Captured
SEC response SHA-256
30c073520f3d4e30a29123b48dcf196d71a7298da11cef7a11a014106a2c071c

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