Skip to content

AMERICANN, INC: filings

Every AMERICANN, 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-Q2025-02-14fiscal Q1 202531650001437749-25-004034
10-K2025-01-15fiscal FY 202431640001437749-25-001189
10-Q2024-08-12fiscal Q3 202431930001437749-24-026071
10-Q2024-05-14fiscal Q2 202431890001437749-24-016535
10-Q2024-02-14fiscal Q1 202431650001437749-24-004170
10-K2023-12-22fiscal FY 202332650001437749-23-035268
10-Q2023-08-14fiscal Q3 202331930001437749-23-023496
10-Q2023-05-11fiscal Q2 202331890001437749-23-013846
10-Q2023-02-14fiscal FY 202331660001437749-23-003222
10-K2022-12-29fiscal FY 202232660001437749-22-029891
10-Q2022-08-15fiscal Q3 202231920001437749-22-020474
10-Q2022-05-16fiscal Q2 202231890001437749-22-012606
10-Q2022-02-14fiscal Q1 202230630001437749-22-003191
10-K2021-12-06fiscal FY 202131640001437749-21-027906
10-Q2021-08-16fiscal Q3 202132930001437749-21-020152
10-Q2021-05-13fiscal Q1 202132880001437749-21-012106
10-Q2021-02-16fiscal Q1 202132680001437749-21-002979
10-K2020-12-21fiscal FY 202034690001437749-20-025713
10-Q2020-08-12fiscal Q3 202033930001437749-20-017645
10-Q2020-05-14fiscal Q2 202033880001437749-20-010724
10-Q2020-02-19fiscal Q1 202033650001437749-20-003049
10-K2020-01-14fiscal FY 201927550001437749-20-000611
10-Q2019-08-19fiscal Q3 201927820001437749-19-017129
10-Q2019-05-20fiscal Q2 201930860001437749-19-010427
10-Q2019-02-19fiscal Q1 201930620001437749-19-002890
10-K2019-01-15fiscal FY 201832640001437749-19-000885
10-Q2018-08-14fiscal Q3 201831800001437749-18-015624
10-Q2018-05-15fiscal Q2 201831780001437749-18-010044
10-Q2018-02-20fiscal Q1 201831600001437749-18-002864
10-K2017-12-04fiscal FY 201729610001437749-17-020073
10-Q2017-08-14fiscal Q3 201728720001437749-17-014728
10-Q2017-05-15fiscal Q2 201728740001437749-17-009189
10-Q2017-02-14fiscal Q1 201728560001437749-17-002424
10-K2017-01-12fiscal FY 201626540001437749-17-000589
10-Q2016-08-12fiscal Q3 201626690001437749-16-037213
10-Q2016-05-10fiscal Q2 201620520001127855-16-000637
10-Q2016-02-16fiscal Q1 201620420001127855-16-000522
10-K2016-01-13fiscal FY 201523490001127855-16-000506
10-Q2015-08-18fiscal Q3 201521540001127855-15-000349
10-Q2015-07-21fiscal Q3 201416310001127855-15-000310
10-Q2014-08-08fiscal Q2 201416510001127855-14-000353
10-Q2014-02-19fiscal Q1 201416420001127855-14-000078
10-Q/A2014-01-22fiscal Q3 201318430001504412-14-000017
10-Q/A2014-01-21fiscal Q2 201318530001504412-14-000014
10-Q/A2014-01-21fiscal Q1 201318390001504412-14-000010
10-K2013-12-30fiscal FY 201322410001504412-13-000487
10-Q2013-08-14fiscal Q3 201317360001504412-13-000320
10-Q2013-05-14fiscal Q3 201317360001504412-13-000192
10-Q2013-02-14fiscal Q2 201319360001504412-13-000023

Inspect the source

Entity
AMERICANN, INC / CIK 0001508348
Captured
2026-09-21T17:19:36.397Z
SEC response SHA-256
14a5e7239605da9cf42e86fa832504ab19e879d20670f2ca895600fed97abe3f

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