Skip to content

MediXall Group, Inc.: filings

Every MediXall Group, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-Q2025-09-08fiscal Q3 2024331010001079973-25-001435
10-Q2025-06-05fiscal Q2 202431930001079973-25-000991
10-Q2025-05-19fiscal Q1 202431650001079973-25-000902
10-K2025-01-27fiscal FY 202333680001079973-25-000141
10-Q2024-06-20fiscal Q3 202330970001079973-24-000912
10-Q2024-06-06fiscal Q2 202331950001079973-24-000835
10-Q2024-05-14fiscal Q1 202331640001079973-24-000706
10-K2023-08-09fiscal FY 202233670001079973-23-001099
10-Q2022-11-14fiscal Q3 202228870001553350-22-000902
10-Q2022-08-23fiscal Q2 202228830001553350-22-000715
10-Q2022-08-01fiscal Q1 202224510001079973-22-000915
10-K2022-04-19fiscal FY 202126530001079973-22-000448
10-Q2021-11-17fiscal Q3 202123630001553350-21-001046
10-Q2021-09-30fiscal Q2 202122580001553350-21-000868
10-Q2021-08-03fiscal Q1 202120410001553350-21-000624
10-K2021-06-17fiscal FY 202024480001553350-21-000523
10-Q2020-11-17fiscal Q3 202020560001553350-20-001033
10-Q2020-08-14fiscal Q2 202021540001553350-20-000744
10-Q2020-06-16fiscal Q1 202020410001553350-20-000538
10-K2020-05-14fiscal FY 201922430001553350-20-000442
10-Q2019-11-14fiscal Q3 201922600001553350-19-001178
10-Q2019-08-02fiscal Q2 201922560001553350-19-000758
10-Q2019-05-30fiscal Q1 201920400001553350-19-000609
10-K2019-05-16fiscal FY 201818360001553350-19-000563
10-Q2018-11-14fiscal Q3 201818420001553350-18-001232
10-Q2018-08-14fiscal Q2 201818410001553350-18-000962
10-Q2018-06-29fiscal Q1 201817320001553350-18-000746
10-K2018-03-05fiscal FY 201718330001553350-18-000182
10-Q2017-11-20fiscal Q3 201718360001553350-17-001272
10-Q2017-08-21fiscal Q2 201713310001553350-17-000965
10-Q2017-05-22fiscal Q1 201712230001553350-17-000662
10-K2017-03-30fiscal FY 201610190001553350-17-000330
10-Q2016-11-04fiscal Q3 201614340001553350-16-002592
10-Q2016-08-12fiscal Q2 201612310001553350-16-002327
10-Q2016-05-16fiscal Q1 201613280001553350-16-002048
10-K2016-04-28fiscal FY 201514270001553350-16-001947
10-Q2015-11-16fiscal Q3 201516410001553350-15-001236
10-Q2015-08-14fiscal Q2 201517430001553350-15-000876
10-Q2015-05-15fiscal Q1 201515310001553350-15-000498
10-K2015-04-30fiscal FY 201421380001553350-15-000404
10-Q2014-12-16fiscal Q3 201420450001553350-14-001513

Inspect the source

Entity
MediXall Group, Inc. / CIK 0001601280
Captured
2026-09-21T17:20:21.643Z
SEC response SHA-256
b6322b58d999c8a74b96274fe9d2bf7196a7223cedbe45a09c2d28d5c34a5827

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