Skip to content

EDESA BIOTECH, INC.: filings

Every EDESA BIOTECH, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 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-13fiscal Q3 202628810001171843-26-005502
10-Q2026-05-14fiscal Q2 202628810001171843-26-003433
10-Q2026-02-13fiscal Q1 202626530001171843-26-000812
10-K2025-12-12fiscal FY 202531620001171843-25-007914
10-Q2025-08-08fiscal Q3 202530850001171843-25-005236
10-Q2025-05-14fiscal Q2 202530850001171843-25-003189
10-Q2025-02-14fiscal Q1 202528570001171843-25-000866
10-K2024-12-13fiscal FY 202437730001171843-24-006946
10-Q2024-08-09fiscal Q3 202432890001171843-24-004651
10-Q2024-05-10fiscal Q2 202429810001654954-24-005971
10-Q2024-02-09fiscal Q1 202428590001654954-24-001540
10-K2023-12-15fiscal FY 202336720001654954-23-015632
10-Q2023-08-09fiscal Q3 202332890001654954-23-010380
10-Q2023-05-11fiscal Q2 202332890001654954-23-006231
10-Q2023-02-10fiscal Q1 202328600001654954-23-001577
10-K2022-12-16fiscal FY 202236730001654954-22-016633
10-Q2022-08-12fiscal Q3 202231840001654954-22-011208
10-Q2022-05-13fiscal Q2 202231830001654954-22-006659
10-Q2022-02-14fiscal Q1 202228580001654954-22-001572
10-K2021-12-28fiscal FY 202135710001654954-21-013551
10-Q2021-08-13fiscal Q3 202132880001654954-21-008915
10-Q2021-05-14fiscal Q2 202133960001654954-21-005647
10-Q2021-02-16fiscal Q1 202134700001654954-21-001660
10-K2020-12-07fiscal FY 202036730001654954-20-013236
10-Q2020-08-12fiscal Q3 202033950001654954-20-008905
10-Q2020-05-15fiscal Q2 202032930001654954-20-005548
10-Q2020-02-13fiscal Q1 202033690001654954-20-001496
10-Q2019-08-14fiscal Q2 201931880001654954-19-009578
10-Q2019-05-08fiscal Q2 201926740001144204-19-024522
10-Q2019-02-05fiscal Q1 201926540001144204-19-005062
10-K2018-11-30fiscal FY 201828580001144204-18-062614
10-Q2018-08-08fiscal Q3 201828740001144204-18-042847
10-Q2018-05-07fiscal Q2 201826700001144204-18-025714
10-Q2018-02-07fiscal Q1 201826540001144204-18-006323
10-K2017-12-01fiscal FY 201728780001144204-17-061791
10-Q2017-08-09fiscal Q3 201724660001144204-17-041718
10-Q2017-05-09fiscal Q2 201724660001144204-17-025652
10-Q2017-02-06fiscal Q1 201724500001144204-17-006245
10-K2016-12-14fiscal FY 2016301030001144204-16-139528
10-Q2016-08-09fiscal Q3 201627780001144204-16-117445
10-Q2016-05-09fiscal Q2 201623620001144204-16-099997
10-Q2016-02-08fiscal Q1 201623480001144204-16-079579
10-K2015-12-14fiscal FY 2015301060001144204-15-070753
10-Q2015-08-10fiscal Q3 201529910001144204-15-047755
10-Q2015-05-11fiscal Q2 201529920001144204-15-029347
10-Q2015-02-09fiscal Q1 201531970001144204-15-007126
10-K2014-11-21fiscal FY 201426690001144204-14-070289

Inspect the source

Entity
EDESA BIOTECH, INC. / CIK 0001540159
Captured
2026-09-20T09:17:32.413Z
SEC response SHA-256
0f44de1ccf1eff46a1af17dc21d4a3bb38216bbf46e813f5a136d29e08bfd65d

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