Skip to content

EDESA BIOTECH, INC.: financial reference

Explore EDESA BIOTECH, INC. financial histories from SEC filings, with original units, reporting periods, filing dates and downloadable source data.

Reported financial histories

Choose a measure to inspect its definition, complete selected history and filing provenance. Each row shows the latest period available for that selected concept and original unit. Separate currencies and reporting intervals remain separate rows. Coverage dates can differ between concepts. A recent capture does not imply recent accounting coverage; these amounts are not prices.

Latest periods by selected concept and original unit
MeasurePeriod startPeriod endValueUnitFiled
Total assetsAt date2025-09-3013,530,518USD2025-12-12
Total liabilitiesAt date2024-09-301,832,827USD2024-12-13
Stockholders equityAt date2025-09-3012,451,982USD2025-12-12
Cash and cash equivalentsAt date2025-09-3010,800,000USD2025-12-12
Net income or loss2024-10-012025-09-30-7,185,523USD2025-12-12
Operating cash flow2024-10-012025-09-30-7,322,262USD2025-12-12
Capital expenditure payments2022-10-012023-09-300USD2023-12-15
Revenue2020-10-012021-09-300USD2021-12-28
Financing cash flow2024-10-012025-09-3017,030,898USD2025-12-12
Investing cash flow2022-10-012023-09-300USD2023-12-15
Retained earnings or deficitAt date2025-09-30-65,910,974USD2025-12-12
Basic weighted-average shares2024-10-012025-09-305,676,708shares2025-12-12
Diluted weighted-average shares2015-10-012016-09-308,826,312shares2016-12-14
Basic earnings per share2024-10-012025-09-30-1.27USD/shares2025-12-12
Diluted earnings per share2015-10-012016-09-30-0.57USD/shares2016-12-14
Income tax expense or benefit2024-10-012025-09-30800USD2025-12-12
Net property, plant and equipmentAt date2024-09-300USD2024-12-13
Share-based compensation expense2024-10-012025-09-30729,642USD2025-12-12
Operating income or loss2024-10-012025-09-30-7,911,566USD2025-12-12
Current assetsAt date2025-09-3011,512,876USD2025-12-12
Current liabilitiesAt date2025-09-301,078,536USD2025-12-12
Net finite-lived intangible assetsAt date2025-09-301,977,676USD2025-12-12
Operating expenses2019-10-012020-09-306,729,643USD2020-12-07
Net inventoryAt date2018-09-30224,267USD2018-11-30
Research and development expense2024-10-012025-09-303,668,738USD2025-12-12

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

Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.

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"])))