Skip to content

ARTELO BIOSCIENCES, INC.: filings

Every ARTELO BIOSCIENCES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-Q2026-08-12fiscal Q2 202633950001640334-26-001323
10-Q2026-05-14fiscal Q1 202632670001640334-26-000869
10-K2026-02-24fiscal FY 202534690001640334-26-000368
10-Q2025-11-12fiscal Q3 2025321040001640334-25-002022
10-Q2025-08-13fiscal Q2 2025331000001640334-25-001429
10-Q2025-05-13fiscal Q1 202531660001640334-25-000825
10-K2025-03-03fiscal FY 202432660001640334-25-000335
10-Q2024-11-12fiscal Q3 2024311000001640334-24-001677
10-Q2024-08-13fiscal Q2 202430880001640334-24-001221
10-Q2024-05-13fiscal Q1 202429620001640334-24-000757
10-K2024-03-25fiscal FY 202331640001640334-24-000473
10-Q2023-11-13fiscal Q3 202331980001640334-23-002073
10-Q2023-08-10fiscal Q2 202330880001640334-23-001504
10-Q2023-05-11fiscal Q1 202327580001640334-23-000804
10-K2023-03-31fiscal FY 2022311030001640334-23-000509
10-Q2022-11-08fiscal Q3 202230950001640334-22-002363
10-Q2022-08-09fiscal Q2 202229840001640334-22-001681
10-Q2022-05-12fiscal Q1 202228600001640334-22-000949
10-Q2022-01-12fiscal Q1 202228590001640334-22-000060
10-K2021-11-29fiscal FY 202129590001640334-21-002983
10-Q2021-07-12fiscal Q3 202128810001640334-21-001528
10-Q2021-04-13fiscal Q2 202128800001640334-21-000874
10-Q2021-01-14fiscal Q1 202126560001640334-21-000088
10-K2020-11-04fiscal FY 202029590001640334-20-002722
10-Q2020-07-13fiscal Q3 202029860001640334-20-001749
10-Q2020-04-13fiscal Q2 202032930001640334-20-000802
10-Q2020-01-14fiscal Q1 202031630001640334-20-000071
10-K/A2019-12-18fiscal FY 201933660001640334-19-002608
10-K2019-11-25fiscal FY 201933660001640334-19-002443
10-Q2019-07-15fiscal Q3 201931980001640334-19-001361
10-Q2019-04-15fiscal Q2 201928820001640334-19-000608
10-Q2019-01-14fiscal Q1 201926520001640334-19-000036
10-K2018-11-29fiscal FY 201830540001640334-18-002309
10-Q2018-07-13fiscal Q3 201829660001640334-18-001368
10-Q/A2018-05-14fiscal Q2 201825580001640334-18-000943
10-Q2018-04-16fiscal Q2 201824570001640334-18-000736
10-Q/A2018-03-21fiscal Q1 201820370001640334-18-000509
10-Q2018-01-16fiscal Q1 201820370001640334-18-000106
10-K2017-11-29fiscal FY 201721390001640334-17-002551
10-Q2017-07-21fiscal Q3 201717410001640334-17-001454
10-Q2017-04-14fiscal Q2 201714360001640334-17-000697
10-Q2017-01-10fiscal Q1 201712260001640334-17-000027
10-K2016-11-29fiscal FY 201613270001640334-16-002136
10-Q2016-07-05fiscal Q3 201613320001640334-16-001295
10-Q2016-04-01fiscal Q2 201612310001640334-16-000908
10-Q2016-01-14fiscal Q1 201612250001640334-16-000558
10-K2015-12-11fiscal FY 201513240001640334-15-000413
10-Q2015-07-15fiscal Q3 201511290001557240-15-000518
10-Q2015-04-14fiscal Q2 201512290001557240-15-000242

Inspect the source

Entity
ARTELO BIOSCIENCES, INC. / CIK 0001621221
Captured
2026-09-21T17:20:46.444Z
SEC response SHA-256
8c305444d4d0d2c4ad293d87d813338ddd6341ab9515d1faff9d1e445f967777

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