Skip to content

Bantec, Inc.: financial reference

Explore Bantec, Inc. financial histories from SEC filings, with original units, reporting periods, filing dates and downloadable source data.

Filing record ends 2024-02-05

The latest filing in this captured record is a 10-K filed 2024-02-05. 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.

Reported financial histories

Choose a measure to inspect its definition, complete selected history and filing provenance. Each row shows the latest period available for that selected concept and original unit. Separate currencies and reporting intervals remain separate rows. Coverage dates can differ between concepts. A recent capture does not imply recent accounting coverage; these amounts are not prices.

Latest periods by selected concept and original unit
MeasurePeriod startPeriod endValueUnitFiled
Total assets-2023-09-30495,926USD2024-02-05
Total liabilities-2023-09-3017,288,398USD2024-02-05
Stockholders equity-2023-09-30-17,256,434USD2024-02-05
Cash and cash equivalents-2023-09-3035,443USD2024-02-05
Net income or loss2022-10-012023-09-30-2,225,334USD2024-02-05
Operating cash flow2022-10-012023-09-30-639,392USD2024-02-05
Capital expenditure payments2022-10-012023-09-301,542USD2024-02-05
Revenue2022-10-012023-09-302,324,307USD2024-02-05
Financing cash flow2022-10-012023-09-30489,991USD2024-02-05
Investing cash flow2022-10-012023-09-30-1,542USD2024-02-05
Retained earnings or deficit-2023-09-30-37,855,520USD2024-02-05
Basic weighted-average shares2022-10-012023-09-306,602,104shares2024-02-05
Diluted weighted-average shares2022-10-012023-09-306,602,104shares2024-02-05
Basic earnings per share2022-10-012023-09-30-0.36USD/shares2024-02-05
Diluted earnings per share2022-10-012023-09-30-0.36USD/shares2024-02-05
Net property, plant and equipment-2023-09-301,542USD2024-02-05
Share-based compensation expense2021-10-012022-09-3069,108USD2024-02-05
Operating income or loss2022-10-012023-09-30-1,507,005USD2024-02-05
Current assets-2023-09-30367,108USD2024-02-05
Current liabilities-2023-09-308,352,264USD2024-02-05
Current accounts payable-2023-09-302,215,246USD2024-02-05
Net finite-lived intangible assets-2018-09-30515,285USD2020-02-06
Net current accounts receivable-2023-09-30138,609USD2024-02-05
Operating expenses2022-10-012023-09-301,886,542USD2024-02-05
Net inventory-2023-09-30178,056USD2024-02-05
Gross profit2022-10-012023-09-30379,537USD2024-02-05
Selling, general and administrative expense2022-10-012023-09-301,885,081USD2024-02-05
Common shares outstanding-2023-09-309,306,954shares2024-02-05
Cash including restricted cash-2023-09-3035,443USD2024-02-05
Additional paid-in capital-2023-09-3020,598,156USD2024-02-05
Total equity including noncontrolling interests-2022-09-30-16,578,533USD2023-01-12
Operating lease right-of-use asset-2023-09-30127,276USD2024-02-05
Accumulated depreciation on property, plant and equipment-2022-09-30122,986USD2023-01-12
Other noncurrent assets-2021-09-30119,670USD2023-01-12
Accrued current liabilities-2023-09-303,530,406USD2024-02-05
Prepaid expenses and other current assets-2023-09-3015,000USD2024-02-05
Net deferred tax assets-2018-09-30151,751USD2020-02-06
Pre-tax income or loss from continuing operations2022-10-012023-09-30-2,225,334USD2024-02-05
Profit or loss including noncontrolling interests2021-10-012022-09-30-2,673,346USD2023-01-12
Net income available to common stockholders2022-10-012023-09-30-2,371,317USD2024-02-05
Depreciation expense2022-10-012023-09-301,461USD2024-02-05
Amortization of intangible assets2021-10-012022-09-308,931USD2023-01-12
Nonoperating income or expense2022-10-012023-09-30-718,329USD2024-02-05
Interest paid, net2021-10-012022-09-3037,551USD2023-01-12
Proceeds from issuing common stock2022-10-012023-09-3099,333USD2024-02-05
Change in accounts receivable2022-10-012023-09-30-251,870USD2024-02-05
Change in inventories2022-10-012023-09-3085,140USD2024-02-05

Filings

31 Bantec, filings with published measures: what each annual or quarterly report tagged, with the periods it covered, as reported in that filing. The histories above show the latest-filed value per period.

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

Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.

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"])))