Skip to content

EZRAIDER CO.: filings

Every EZRAIDER CO. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 filings, each linked to its SEC index.

Filing record ends 2022-09-19

The latest filing in this captured record is a 10-Q filed 2022-09-19. No later filing is in the SEC companyfacts record captured on 2026-09-23. EZRAIDER CO. 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-09-19fiscal Q2 202227780001161697-22-000473
10-Q2022-09-07fiscal Q1 202227570001161697-22-000439
10-Q2022-01-20fiscal Q3 202228880001161697-22-000062
10-Q2021-10-15fiscal Q1 202219460001161697-21-000485
10-Q2021-07-15fiscal Q1 202218340001161697-21-000353
10-K2021-06-11fiscal FY 202118320001161697-21-000303
10-Q2021-01-08fiscal Q3 202117430001161697-21-000045
10-Q2020-09-24fiscal Q2 202114350001161697-20-000412
10-Q2020-07-20fiscal Q1 202114270001161697-20-000330
10-K2020-06-15fiscal FY 202017330001161697-20-000242
10-Q2020-01-21fiscal Q3 202015370001161697-20-000040
10-Q2019-10-15fiscal Q2 202015370001161697-19-000444
10-Q2019-07-17fiscal Q1 202015290001161697-19-000309
10-K2019-06-13fiscal FY 201917330001161697-19-000238
10-Q2019-01-22fiscal Q3 201913330001161697-19-000036
10-Q2018-10-15fiscal Q2 201913330001161697-18-000485
10-Q2018-07-23fiscal Q1 201913250001161697-18-000379
10-K2018-06-13fiscal FY 201815300001161697-18-000316
10-Q2018-01-16fiscal Q3 201812320001161697-18-000048
10-Q2017-10-23fiscal Q2 201812320001161697-17-000459
10-Q2017-07-17fiscal Q1 201810200001161697-17-000338
10-K2017-06-08fiscal FY 201714270001161697-17-000280
10-Q2017-01-23fiscal Q3 201712320001161697-17-000066
10-Q2016-10-17fiscal Q2 201712320001161697-16-001129
10-Q2016-07-20fiscal Q1 201712240001161697-16-000997
10-K2016-06-15fiscal FY 201613250001161697-16-000891
10-Q2016-01-14fiscal Q3 201613310001161697-16-000622
10-Q2015-10-15fiscal Q2 201615350001161697-15-000436
10-Q2015-07-15fiscal Q1 201615270001161697-15-000292
10-K2015-06-11fiscal FY 201515290001161697-15-000258
10-Q2015-01-20fiscal Q3 201513300001161697-15-000033
10-Q2014-10-20fiscal Q2 201513300001161697-14-000520
10-Q2014-07-21fiscal Q1 201513240001161697-14-000352
10-K2014-05-29fiscal FY 201316370001161697-14-000225
10-Q2014-01-21fiscal Q3 201316430001161697-14-000034
10-Q2013-10-21fiscal Q2 201316410001161697-13-000791
10-Q2013-07-22fiscal Q1 201316350001161697-13-000509
10-K2013-06-13fiscal FY 201216380001161697-13-000388
10-Q2012-12-20fiscal Q3 201213290001161697-12-000957
10-Q2012-09-13fiscal Q2 201213290001161697-12-000711
10-Q2012-08-27fiscal Q2 201210130001161697-12-000666

Inspect the source

Entity
EZRAIDER CO. / CIK 0001543066
Captured
SEC response SHA-256
eadf41a223bd0fba035f09ea72dfd085aad3cca8393919585f5a7f8eb38b175d

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