Skip to content

Regenerative Medical Technology Group Inc.: filings

Every Regenerative Medical Technology Group 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-19fiscal Q2 2026431160001213900-26-091797
10-Q2026-06-09fiscal Q1 202642850001213900-26-066838
10-K2026-05-14fiscal FY 202544880001213900-26-056841
10-Q2025-11-19fiscal Q3 2025421140001213900-25-112710
10-Q2025-08-19fiscal Q2 2025411130001213900-25-078525
10-Q2025-05-20fiscal Q1 202540810001213900-25-045967
10-K2025-04-15fiscal FY 202443840001213900-25-032016
10-Q2024-08-14fiscal Q2 202436950001213900-24-069065
10-Q2024-05-20fiscal Q1 202437770001213900-24-045134
10-K2024-04-15fiscal FY 202338770001213900-24-032991
10-Q2023-11-20fiscal Q3 2023381010001213900-23-088809
10-Q2023-08-09fiscal Q2 2023381020001213900-23-064856
10-Q2023-05-22fiscal Q1 202338740001213900-23-041885
10-K2023-04-14fiscal FY 202240750001213900-23-029942
10-Q2022-11-09fiscal Q3 2022381000001213900-22-070224
10-Q2022-08-15fiscal Q2 2022381020001213900-22-048156
10-Q2022-05-19fiscal Q1 202233670001213900-22-028269
10-K2022-05-05fiscal FY 202134650001213900-22-024049
10-Q2021-12-22fiscal Q3 202126720001213900-21-066881
10-Q2021-08-13fiscal Q2 202126770001213900-21-042447
10-Q2021-05-17fiscal Q1 202125550001213900-21-026825
10-K2021-04-13fiscal FY 202027530001213900-21-021343
10-Q2021-02-24fiscal Q3 202026750001213900-21-011358
10-Q2021-02-08fiscal Q2 202027780001213900-21-007277
10-Q2021-01-07fiscal Q1 202026560001213900-21-000746
10-K2020-12-09fiscal FY 201929570001213900-20-041866
10-Q2019-11-15fiscal Q3 201929810001213900-19-023724
10-Q2019-08-14fiscal Q2 201929850001213900-19-015754
10-Q2019-05-23fiscal Q1 201922450001213900-19-009466
10-K2019-04-17fiscal FY 201825470001213900-19-006566

Inspect the source

Entity
Regenerative Medical Technology Group Inc. / CIK 0001760026
Captured
2026-09-21T17:29:44.976Z
SEC response SHA-256
3f18c270ccc08f9d5bf86e3ef67179bbe60a93f4f0183aa6c8696fc204b08c29

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