Skip to content

AMERICAN BATTERY TECHNOLOGY Co: filings

Every AMERICAN BATTERY TECHNOLOGY Co annual and quarterly report in the SEC record with the published financial measures it tagged, 53 filings, each linked to its SEC index.

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-K2026-09-14fiscal FY 202642840001493152-26-042497
10-Q2026-05-11fiscal Q3 2026421210001493152-26-022149
10-Q2026-02-05fiscal Q2 2026421150001493152-26-005349
10-Q2025-11-06fiscal Q1 202643870001493152-25-021111
10-K2025-09-18fiscal FY 202546890001493152-25-014092
10-Q2025-05-15fiscal Q3 2025441140001641172-25-011038
10-Q2025-02-14fiscal Q2 2025441130001493152-25-006918
10-Q2024-11-14fiscal Q1 202543810001493152-24-046030
10-K2024-09-23fiscal FY 202442780001493152-24-037818
10-Q2024-05-15fiscal Q3 2024381320001493152-24-020044
10-Q2024-02-14fiscal Q2 202436920001493152-24-006774
10-Q2023-11-14fiscal Q1 202436710001493152-23-041335
10-K2023-09-28fiscal FY 202337720001493152-23-034467
10-Q2023-05-15fiscal Q3 202333850001493152-23-017515
10-Q2023-02-14fiscal Q2 202331810001493152-23-005044
10-Q2022-11-14fiscal Q1 202332640001493152-22-032120
10-K2022-09-12fiscal FY 202232620001493152-22-025652
10-Q2022-05-16fiscal Q3 202232830001493152-22-013818
10-Q2022-02-14fiscal Q2 202230730001493152-22-004399
10-Q2021-11-15fiscal Q1 202125510001493152-21-028757
10-K2021-10-13fiscal FY 202125490001493152-21-025335
10-Q2021-05-17fiscal Q3 202123540001493152-21-011639
10-Q/A2021-04-28fiscal Q2 202122510001493152-21-009947
10-Q2021-02-16fiscal Q2 202123600001078782-21-000135
10-Q/A2020-11-23fiscal Q1 202124520001078782-20-000907
10-Q2020-05-18fiscal Q2 202019560001078782-20-000355
10-Q2020-02-19fiscal Q1 202019420001078782-20-000122
10-K2019-12-27fiscal FY 201922460001078782-19-000954
10-Q2019-08-16fiscal Q3 201917500001078782-19-000678
10-Q2019-05-21fiscal Q2 201919540001078782-19-000474
10-Q2019-02-15fiscal Q1 201917360001078782-19-000148
10-K2018-12-31fiscal FY 201818400001078782-18-001472
10-Q2018-08-17fiscal Q3 201816440001078782-18-000883
10-Q2018-05-21fiscal Q2 201816440001078782-18-000595
10-Q2018-02-27fiscal Q1 201817360001078782-18-000234
10-K2018-01-18fiscal FY 201721460001078782-18-000049
10-Q2017-08-21fiscal Q3 201717460001078782-17-001177
10-Q2017-05-19fiscal Q2 201716440001078782-17-000748
10-Q2017-03-02fiscal Q1 201716340001078782-17-000279
10-K2016-12-30fiscal FY 201618370001078782-16-004032
10-Q2016-08-31fiscal Q3 201614380001078782-16-003375
10-Q2016-05-06fiscal Q2 201616370001477932-16-010097
10-K2016-03-31fiscal FY 201516330001477932-16-009407
10-Q2016-02-10fiscal Q1 201616310001477932-16-008501
10-K2015-12-15fiscal FY 201516330001477932-15-007645
10-Q2015-08-12fiscal Q3 201514340001477932-15-005003
10-Q2015-05-13fiscal Q2 201514340001477932-15-003071
10-Q2015-02-20fiscal Q1 201514280001477932-15-001302
10-K2015-01-13fiscal FY 201414280001477932-15-000305
10-Q2014-08-13fiscal Q3 201416420001477932-14-004270
10-Q2014-05-13fiscal Q2 201416410001477932-14-002460
10-Q2014-02-12fiscal Q1 201416350001477932-14-000627
10-K2013-12-27fiscal FY 201316380001477932-13-006193

Inspect the source

Entity
AMERICAN BATTERY TECHNOLOGY Co / CIK 0001576873
Captured
2026-09-20T09:21:59.040Z
SEC response SHA-256
f6aa974fabb22314a4e042af1361947f5dae87bfc666bbbf43754cc9e6bd50f4

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