Skip to content

ARCH THERAPEUTICS, INC.: filings

Every ARCH THERAPEUTICS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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. ARCH THERAPEUTICS, 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 202430960001493152-24-033091
10-Q2024-05-09fiscal Q2 202426760001437749-24-015699
10-Q2024-02-20fiscal Q1 202425520001437749-24-004857
10-K2024-02-15fiscal FY 202330610001437749-24-004234
10-Q2023-08-11fiscal Q3 202329890001437749-23-023364
10-Q2023-05-23fiscal Q2 202329820001437749-23-015498
10-Q2023-02-14fiscal Q1 202329590001851734-23-000065
10-K2022-12-28fiscal FY 202234690001851734-22-000752
10-Q2022-08-11fiscal Q3 202231830001851734-22-000438
10-Q2022-05-13fiscal Q2 202231860001851734-22-000246
10-Q2022-02-11fiscal Q1 202230630001851734-22-000084
10-K2021-12-17fiscal FY 202138770001410578-21-000550
10-Q2021-08-13fiscal Q3 202133900001104659-21-104937
10-Q2021-05-06fiscal Q2 202133880001104659-21-062236
10-Q2021-02-12fiscal Q1 202132660001104659-21-021968
10-K2020-12-11fiscal FY 2020361060001104659-20-134664
10-Q2020-07-23fiscal Q3 202030820001104659-20-085895
10-Q2020-05-05fiscal Q2 202032920001104659-20-056804
10-Q2020-01-30fiscal Q1 202026560001104659-20-008519
10-K2019-11-19fiscal FY 2019311060001104659-19-065500
10-Q2019-08-01fiscal Q3 201926720001144204-19-037201
10-Q2019-05-14fiscal Q2 201930880001144204-19-025993
10-Q2019-02-01fiscal Q1 201930620001144204-19-004261
10-K2018-12-18fiscal FY 201830960001144204-18-065134
10-Q2018-08-02fiscal Q3 201827720001144204-18-041594
10-Q2018-04-26fiscal Q2 201826710001144204-18-022685
10-Q2018-02-01fiscal Q1 201830620001144204-18-005155
10-K2017-11-15fiscal FY 201728580001144204-17-059213
10-Q2017-07-27fiscal Q3 201723640001144204-17-038706
10-Q2017-05-02fiscal Q2 201723640001144204-17-023801
10-Q2017-02-01fiscal Q1 201723480001144204-17-005299
10-K2016-12-05fiscal FY 201621440001144204-16-137852
10-Q2016-07-28fiscal Q3 201619540001144204-16-115040
10-Q2016-04-28fiscal Q2 201619540001144204-16-096898
10-Q2016-02-12fiscal Q1 201621440001144204-16-081344
10-K2015-12-11fiscal FY 201522510001144204-15-070409
10-Q2015-08-07fiscal Q3 201525740001144204-15-047254
10-Q2015-05-07fiscal Q2 201521620001144204-15-028272
10-Q2015-02-09fiscal Q1 201526540001144204-15-006886
10-K2014-12-12fiscal FY 201429590001144204-14-073579
10-Q2014-08-06fiscal Q3 201429950001144204-14-047210
10-Q2014-05-15fiscal Q2 201428910001144204-14-031168
10-K/A2014-05-01fiscal FY 201329870001144204-14-026915
10-Q2014-02-14fiscal Q1 201428730001144204-14-008951
10-K2013-12-27fiscal FY 201329870001144204-13-069281
10-Q2013-08-14fiscal Q3 201327880001144204-13-046058
10-Q2013-05-20fiscal Q2 201318600001144204-13-030369
10-Q2013-02-14fiscal Q1 201320510001165527-13-000175
10-K2012-12-31fiscal FY 201221520001165527-12-001353
10-Q2012-08-14fiscal Q3 201219560001165527-12-000853
10-Q2012-05-03fiscal Q2 201214590001165527-12-000396

Inspect the source

Entity
ARCH THERAPEUTICS, INC. / CIK 0001537561
Captured
SEC response SHA-256
63d0e84748ee59ab7c6817be68d0a32b23d83273213bc50081bb86253a1d4cc2

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