Skip to content

Healthy Extracts Inc.: filings

Every Healthy Extracts 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-14fiscal Q2 202633880001096906-26-001237
10-Q2026-05-14fiscal Q1 202633700001096906-26-000791
10-K2026-04-09fiscal FY 202533680001096906-26-000515
10-Q2025-11-14fiscal Q3 202533860001096906-25-001864
10-Q2025-08-13fiscal Q2 202534880001096906-25-001303
10-Q2025-05-13fiscal Q1 202533700001096906-25-000753
10-K/A2025-04-22fiscal FY 202433680001096906-25-000553
10-K2025-04-01fiscal FY 202433680001096906-25-000370
10-Q2024-11-12fiscal Q3 202434880001096906-24-002090
10-Q2024-08-14fiscal Q2 202434870001096906-24-001703
10-Q2024-05-20fiscal Q1 202434710001096906-24-001186
10-K2024-04-01fiscal FY 202333680001096906-24-000706
10-Q2023-11-14fiscal Q3 202333860001096906-23-002196
10-Q2023-08-14fiscal Q2 202334880001096906-23-001602
10-Q2023-05-15fiscal Q1 202331670001096906-23-001093
10-K2023-03-31fiscal FY 202231640001096906-23-000699
10-Q2022-11-08fiscal Q3 202230780001096906-22-002672
10-Q2022-08-15fiscal Q2 202230780001096906-22-001904
10-Q2022-05-16fiscal Q1 202230620001096906-22-001150
10-K2022-04-01fiscal FY 202129610001520138-22-000131
10-Q2021-11-15fiscal Q3 202129780001520138-21-000728
10-Q/A2021-09-03fiscal Q2 202129740001520138-21-000523
10-Q2021-08-16fiscal Q2 202129740001520138-21-000444
10-K/A2021-08-03fiscal FY 202031750001520138-21-000388
10-Q/A2021-08-03fiscal Q1 202129580001520138-21-000386
10-Q2021-05-14fiscal Q1 202129580001520138-21-000263
10-K2021-02-19fiscal FY 202032640001520138-21-000113
10-Q2020-10-29fiscal Q3 202032750001520138-20-000516
10-Q2020-09-15fiscal Q2 202032780001520138-20-000428
10-Q2020-08-14fiscal Q1 202030580001520138-20-000385
10-K2020-08-10fiscal FY 201930560001520138-20-000365
10-Q2020-06-01fiscal Q3 201929690001520138-20-000252
10-Q2020-05-29fiscal Q2 201928680001520138-20-000248
10-Q2020-05-28fiscal Q1 201927530001520138-20-000241
10-K2020-04-01fiscal FY 201828530001520138-20-000130
10-Q2019-04-25fiscal Q3 201827660001520138-19-000107
10-Q2018-09-11fiscal Q2 201827660001520138-18-000232
10-Q/A2018-07-13fiscal Q1 201827520001520138-18-000153
10-K2018-06-08fiscal FY 201726500001520138-18-000125
10-Q2017-11-15fiscal Q3 201722540001520138-17-000369
10-Q2017-08-18fiscal Q2 201722530001520138-17-000282
10-Q2017-05-25fiscal Q1 201722440001520138-17-000225
10-K2017-04-17fiscal FY 201624480001520138-17-000143
10-Q2016-11-22fiscal Q3 201626690001520138-16-001265
10-Q2016-08-10fiscal Q2 201624590001520138-16-001081
10-Q2016-05-16fiscal Q1 201623420001520138-16-000920
10-K2016-03-30fiscal FY 201523360001520138-16-000803
10-Q2015-11-16fiscal Q3 201524370001520138-15-000477
10-Q2015-07-22fiscal Q2 201522330001520138-15-000326

Inspect the source

Entity
Healthy Extracts Inc. / CIK 0001630176
Captured
2026-09-21T17:21:07.629Z
SEC response SHA-256
10712890dad7a5183391b9c5c9d735d9dad6698bdbdef546feb5acce301cd055

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