Skip to content

Zomedica Corp.: filings

Every Zomedica Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 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-05fiscal Q2 2026501370001104659-26-091075
10-Q2026-05-06fiscal Q1 2026501030001104659-26-056236
10-K2026-03-16fiscal FY 2025561120001104659-26-028450
10-Q2025-11-04fiscal Q3 2025521420001104659-25-106266
10-Q2025-08-06fiscal Q2 2025511410001558370-25-010512
10-Q2025-05-15fiscal Q1 2025511040001558370-25-007874
10-K2025-03-13fiscal FY 2024561120001558370-25-002904
10-Q2024-11-07fiscal Q3 2024531440001558370-24-014859
10-Q2024-08-14fiscal Q2 2024521410001558370-24-012228
10-Q2024-05-09fiscal Q1 2024491070001558370-24-007597
10-K2024-04-01fiscal FY 2023531070001558370-24-004517
10-Q2023-11-13fiscal Q3 2023521400001558370-23-018830
10-Q2023-08-10fiscal Q2 2023511410001558370-23-014491
10-Q2023-05-11fiscal Q1 2023511050001558370-23-009389
10-K2023-03-15fiscal FY 2022501010001558370-23-003899
10-Q2022-11-14fiscal Q3 2022521430001558370-22-017752
10-Q2022-08-15fiscal Q2 2022511420001558370-22-013655
10-Q2022-05-10fiscal Q1 2022491010001558370-22-008100
10-K2022-03-01fiscal FY 202245890001654954-22-002343
10-Q2021-11-12fiscal Q3 2021421130001654954-21-012079
10-Q2021-08-11fiscal Q2 2021431190001171843-21-005837
10-Q2021-05-12fiscal Q1 202141740001171843-21-003435
10-K2021-02-26fiscal FY 202036730001171843-21-001378
10-Q2020-11-12fiscal Q3 2020351070001171843-20-007889
10-Q2020-08-10fiscal Q2 2020341030001171843-20-005784
10-Q2020-05-11fiscal Q1 202035770001171843-20-003586
10-K2020-02-26fiscal FY 201932660001171843-20-001304
10-Q2019-11-12fiscal Q3 201932990001171843-19-007462
10-Q2019-08-08fiscal Q2 2019321010001171843-19-005323
10-Q2019-05-10fiscal Q1 201932680001171843-19-003257
10-K/A2019-03-14fiscal FY 201829620001171843-19-001710
10-K2019-02-26fiscal FY 201829620001171843-19-001229
10-Q2018-11-13fiscal Q3 201829950001171843-18-007914
10-Q2018-08-09fiscal Q2 201829960001171843-18-005946
10-Q2018-05-15fiscal Q1 201829640001171843-18-003958
10-K2018-02-28fiscal FY 201730640001171843-18-001549

Inspect the source

Entity
Zomedica Corp. / CIK 0001684144
Captured
2026-09-21T17:25:07.966Z
SEC response SHA-256
3dc2d438fa7ab1081d7ffeb1a9da43a23bf7f569d0ff0f4a0b25445c59a01409

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