Skip to content

Bantec, Inc.: filings

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

Filing record ends 2024-08-19

The latest filing in this captured record is a 10-Q filed 2024-08-19. No later filing is in the SEC companyfacts record captured on 2026-09-22. Bantec, 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-08-19fiscal Q3 2024381090001213900-24-070760
10-Q2024-05-15fiscal Q2 2024371040001213900-24-043442
10-Q2024-03-13fiscal Q1 202440780001213900-24-022084
10-K2024-02-05fiscal FY 202342790001213900-24-010113
10-Q2023-09-05fiscal Q3 2023411150001213900-23-073536
10-Q2023-05-15fiscal Q2 2023411100001213900-23-039539
10-Q2023-02-17fiscal Q1 202339750001213900-23-012758
10-K2023-01-12fiscal FY 202245840001213900-23-002427
10-Q/A2022-08-19fiscal Q3 2022411120001213900-22-049446
10-Q2022-08-15fiscal Q3 2022411120001213900-22-047832
10-Q2022-05-16fiscal Q2 2022391070001213900-22-026928
10-Q2022-02-11fiscal Q1 202239830001213900-22-006905
10-K2022-01-07fiscal FY 202138730001213900-22-001080
10-Q2021-08-12fiscal Q3 202134950001213900-21-042059
10-Q2021-05-21fiscal Q2 202137960001213900-21-028402
10-Q2021-02-17fiscal Q1 202138790001213900-21-010061
10-K2021-01-12fiscal FY 202036700001213900-21-001662
10-Q2020-08-14fiscal Q3 202035920001213900-20-022186
10-Q2020-06-26fiscal Q2 202033900001213900-20-015931
10-Q2020-03-17fiscal Q1 202033680001213900-20-006670
10-K2020-02-06fiscal FY 201939740001213900-20-002774
10-Q2019-08-14fiscal Q3 201937950001213900-19-015888
10-Q2019-05-15fiscal Q2 201938940001213900-19-008747
10-Q2019-02-14fiscal Q1 201936740001213900-19-002627
10-K/A2019-02-07fiscal FY 201841760001213900-19-001791
10-K2018-12-31fiscal FY 201841760001213900-18-018073
10-Q2018-08-14fiscal Q3 201838880001213900-18-010903
10-Q2018-05-15fiscal Q2 201835850001213900-18-006299
10-Q2018-02-14fiscal Q1 201835690001213900-18-001888
10-K2017-12-29fiscal FY 201737760001144204-17-065943
10-Q2017-08-14fiscal Q3 201727730001144204-17-043209

Inspect the source

Entity
Bantec, Inc. / CIK 0001704795
Captured
SEC response SHA-256
c7a6fe552340e0b5ccd5d6a57250a055f91ef414e043167b906c3a1c8d0d45ab

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