Skip to content

MEDALIST DIVERSIFIED, INC.: filings

Every MEDALIST DIVERSIFIED, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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 Q2 202631910001104659-26-095898
10-Q2026-05-13fiscal Q1 202632650001104659-26-060239
10-K2026-03-02fiscal FY 202532650001104659-26-022253
10-Q2025-11-06fiscal Q3 202531960001104659-25-107749
10-Q2025-08-07fiscal Q2 202531950001558370-25-010758
10-Q2025-05-08fiscal Q1 202529640001558370-25-006975
10-K2025-02-27fiscal FY 202430620001558370-25-001807
10-Q2024-11-12fiscal Q3 202429920001558370-24-015321
10-Q2024-08-09fiscal Q2 202428890001558370-24-011749
10-Q2024-05-09fiscal Q1 202428610001558370-24-007624
10-K2024-03-06fiscal FY 202331640001558370-24-002614
10-Q2023-11-13fiscal Q3 202330940001558370-23-018846
10-Q2023-08-09fiscal Q2 202330950001558370-23-014280
10-Q2023-05-11fiscal Q1 202330630001558370-23-009418
10-K2023-03-10fiscal FY 202230610001558370-23-003472
10-Q2022-11-09fiscal Q3 202230910001558370-22-017165
10-Q2022-08-09fiscal Q2 202232960001558370-22-012857
10-Q2022-05-09fiscal Q1 202231640001410578-22-001205
10-K2022-03-16fiscal FY 202130600001410578-22-000383
10-Q2021-11-12fiscal Q3 202126780001104659-21-137753
10-Q2021-08-10fiscal Q2 202126780001104659-21-102880
10-Q2021-05-14fiscal Q1 202127580001104659-21-066872
10-K2021-03-11fiscal FY 202026530001104659-21-035024
10-Q2020-11-13fiscal Q3 202025770001104659-20-125124
10-Q2020-08-13fiscal Q2 202025770001104659-20-094696
10-Q2020-05-14fiscal Q1 202025550001104659-20-061602
10-K2020-03-24fiscal FY 201929610001104659-20-037784
10-Q2019-11-05fiscal Q3 201926800001104659-19-060078
10-Q2019-08-13fiscal Q2 201926810001144204-19-039547
10-Q2019-06-05fiscal Q1 201926610001144204-19-029898

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
MEDALIST DIVERSIFIED, INC. / CIK 0001654595
Captured
2026-09-21T17:22:58.513Z
SEC response SHA-256
2ee58e33540a4439a748d4fb9055eddcab128702c13f4005e96883c6e193b36b

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