Skip to content

AUTO PARTS 4LESS GROUP, INC.: filings

Every AUTO PARTS 4LESS GROUP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2024-02-14

The latest filing in this captured record is a 10-Q filed 2024-02-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. AUTO PARTS 4LESS GROUP, 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-Q2024-02-14fiscal Q3 2024421240001161697-24-000084
10-Q2023-09-20fiscal Q2 2024421190001161697-23-000502
10-Q2023-08-14fiscal Q1 202442850001161697-23-000449
10-K2023-08-11fiscal FY 202344890001161697-23-000446
10-Q/A2023-01-09fiscal Q3 2023441280001161697-23-000052
10-Q2022-09-14fiscal Q2 2023441220001161697-22-000448
10-Q2022-06-14fiscal Q1 202242880001161697-22-000305
10-K2022-05-09fiscal FY 202243860001161697-22-000222
10-Q2021-12-15fiscal Q3 2022421240001161697-21-000581
10-Q2021-09-14fiscal Q2 2022411170001161697-21-000426
10-Q2021-06-14fiscal Q1 202241820001161697-21-000307
10-K2021-05-14fiscal FY 202142830001161697-21-000253
10-Q2020-12-15fiscal Q3 2021401210001161697-20-000548
10-Q2020-09-14fiscal Q2 2021391160001161697-20-000395
10-Q2020-06-12fiscal Q1 202138820001161697-20-000238
10-K2020-05-06fiscal FY 202036720001161697-20-000190
10-Q/A2019-12-20fiscal Q3 202033900001213900-19-026609
10-Q/A2019-11-27fiscal Q2 202033890001213900-19-024805
10-Q/A2019-11-27fiscal Q1 202033660001213900-19-024803
10-K/A2019-11-27fiscal FY 201933660001213900-19-024801
10-Q/A2019-11-27fiscal Q3 201920540001213900-19-024798
10-K2015-05-19fiscal FY 201423470001121781-15-000144
10-Q2014-12-19fiscal Q3 201427700001121781-14-000385
10-Q2014-09-15fiscal Q2 201427700001121781-14-000295
10-Q2014-06-26fiscal Q1 201426540001121781-14-000208
10-K/A2014-05-19fiscal FY 201318430001121781-14-000152
10-Q/A2013-12-31fiscal Q3 201327830001121781-13-000457
10-Q2013-09-25fiscal Q2 201326810001121781-13-000369
10-Q2013-09-24fiscal Q1 201326670001121781-13-000366
10-K2013-09-23fiscal FY 201125630001580695-13-000057
10-K2013-09-23fiscal FY 201226680001121781-13-000364
10-Q2013-09-23fiscal Q3 201225780001121781-13-000363
10-Q2013-09-23fiscal Q2 201226810001121781-13-000362
10-Q2013-09-23fiscal Q1 201225640001121781-13-000361
10-Q2013-09-20fiscal Q3 201125780001580695-13-000055
10-Q2013-09-20fiscal Q2 201125780001580695-13-000052

Inspect the source

Entity
AUTO PARTS 4LESS GROUP, INC. / CIK 0001438901
Captured
SEC response SHA-256
a84241d10e6b3b26184fc4fc2d7654e6c28900fe47f8b1e02eef7975f9c59abf

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