Skip to content

ONEMEDNET CORPORATION: filings

Every ONEMEDNET CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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-14fiscal Q2 2026381160001493152-26-038461
10-Q2026-05-15fiscal Q1 202636740001493152-26-023801
10-K2026-03-30fiscal FY 202543850001493152-26-013681
10-Q2025-11-14fiscal Q3 2025401210001493152-25-023544
10-Q2025-08-13fiscal Q2 2025401170001641172-25-023557
10-Q2025-05-14fiscal Q1 202538750001641172-25-010321
10-K2025-04-15fiscal FY 2024441130001641172-25-004815
10-Q2024-12-17fiscal Q3 2024371120001493152-24-050454
10-Q2024-12-11fiscal Q2 2024371080001493152-24-049637
10-Q2024-12-05fiscal Q1 202436700001493152-24-048874
10-K/A2024-11-05fiscal FY 202340800001493152-24-043625
10-K2024-04-09fiscal FY 202335650001493152-24-014092
10-Q/A2023-12-18fiscal Q3 202318520001493152-23-045125
10-Q2023-11-20fiscal Q3 202334730001493152-23-042153
10-Q2023-08-14fiscal Q2 202318500001410578-23-001881
10-Q2023-05-19fiscal Q1 202317350001410578-23-001307
10-K2023-03-31fiscal FY 202221400001410578-23-000553
10-Q2022-11-18fiscal Q3 202219490001410578-22-003493
10-Q2022-08-15fiscal Q2 202217480001410578-22-002552
10-Q2022-05-16fiscal Q1 202214300001410578-22-001631
10-K2022-04-01fiscal FY 202115170001410578-22-000812
10-Q2021-11-15fiscal Q3 202116290001104659-21-139304
10-Q2021-08-16fiscal Q2 202117230001104659-21-106132
10-Q/A2021-07-20fiscal Q1 202112150001104659-21-093828

Inspect the source

Entity
ONEMEDNET CORPORATION / CIK 0001849380
Captured
2026-09-21T17:38:13.649Z
SEC response SHA-256
6c2ac1a528d47230d6ab001b36d14a752b49c1c53c170a7262175655b8ae7375

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