Skip to content

ENvue Medical, Inc.: filings

Every ENvue Medical, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-17fiscal Q2 2026471340001493152-26-038778
10-Q2026-05-18fiscal Q1 202645950001493152-26-024191
10-K2026-04-15fiscal FY 202551970001493152-26-016871
10-Q2025-11-14fiscal Q3 2025471320001493152-25-023542
10-Q2025-08-19fiscal Q2 2025451280001641172-25-024854
10-Q2025-05-20fiscal Q1 202545870001641172-25-011788
10-K2025-03-31fiscal FY 202446910001641172-25-001613
10-Q2024-11-14fiscal Q3 2024451240001493152-24-045726
10-Q2024-08-14fiscal Q2 2024431230001493152-24-032138
10-Q2024-05-15fiscal Q1 202442830001493152-24-019675
10-K2024-04-08fiscal FY 202345900001493152-24-013966
10-Q2023-11-13fiscal Q3 2023431200001493152-23-040577
10-Q2023-08-11fiscal Q2 2023421170001493152-23-027890
10-Q2023-05-15fiscal Q1 202340760001493152-23-017233
10-K2023-04-17fiscal FY 202243840001493152-23-012570
10-Q2022-11-14fiscal Q3 2022381040001493152-22-032176
10-Q2022-08-15fiscal Q2 2022391080001493152-22-023047
10-Q2022-05-16fiscal Q1 202238740001493152-22-013960
10-K2022-04-15fiscal FY 202141810001493152-22-009985
10-Q2021-11-15fiscal Q3 2021381000001493152-21-028715
10-Q2021-08-16fiscal Q2 202137980001493152-21-020074
10-Q2021-05-24fiscal Q1 202137730001493152-21-012734
10-K2021-04-15fiscal FY 202042790001493152-21-008951
10-Q2020-11-16fiscal Q3 202034900001493152-20-021695
10-Q/A2020-08-24fiscal Q2 202032850001493152-20-016624
10-Q2020-07-06fiscal Q1 202031610001493152-20-012689
10-K2020-05-20fiscal FY 201940760001493152-20-009519
10-Q2019-11-19fiscal Q3 201935920001213900-19-024108
10-Q2019-08-14fiscal Q2 201934920001213900-19-015864
10-Q2019-05-20fiscal Q1 201935670001615774-19-008162
10-K2019-05-13fiscal FY 201835700001615774-19-007616
10-K2019-04-15fiscal FY 201835700001615774-19-005785
10-Q2018-11-14fiscal Q3 201832900001615774-18-012686
10-Q2018-08-14fiscal Q2 201832900001615774-18-008014
10-Q2018-05-15fiscal Q1 201831610001615774-18-003863
10-K2018-03-29fiscal FY 201738760001615774-18-002203
10-Q2017-11-14fiscal Q3 201734950001615774-17-006716
10-Q2017-08-14fiscal Q2 201731890001615774-17-004390
10-Q/A2017-07-26fiscal Q1 201731700001615774-17-003834
10-K/A2017-07-26fiscal FY 201633700001615774-17-003832
10-Q2017-05-15fiscal Q1 201731700001144204-17-027429
10-K2017-03-31fiscal FY 201633700001144204-17-018057
10-Q2016-11-14fiscal Q3 201630900001144204-16-133999
10-Q2016-08-15fiscal Q2 201630900001144204-16-119226
10-Q2016-05-16fiscal Q1 201629620001144204-16-102427
10-K2016-03-30fiscal FY 201533680001144204-16-091141
10-Q2015-11-16fiscal Q3 201529840001144204-15-065660
10-Q2015-08-14fiscal Q2 201529840001144204-15-049627
10-Q2015-06-10fiscal Q1 201527590001615774-15-001430

Inspect the source

Entity
ENvue Medical, Inc. / CIK 0001326706
Captured
2026-09-20T07:52:45.150Z
SEC response SHA-256
65e67c6b620de6561a1306549430000ba4a1ea03bfa7cf2b9d62752040f6daf8

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