Skip to content

FUSE MEDICAL, INC.: filings

Every FUSE MEDICAL, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 filings, each linked to its SEC index.

Filing record ends 2023-08-14

The latest filing in this captured record is a 10-Q filed 2023-08-14. No later filing is in the SEC companyfacts record captured on 2026-09-19. FUSE MEDICAL, INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2023-08-14fiscal Q2 2023461180001437749-23-023606
10-Q2023-05-15fiscal Q1 202344880001564590-23-007256
10-K2023-04-14fiscal FY 202247940001564590-23-005716
10-Q2022-11-14fiscal Q3 2022441260001564590-22-037641
10-Q2022-08-11fiscal Q2 2022441210001564590-22-029139
10-Q2022-05-12fiscal Q1 202243860001564590-22-019837
10-K2022-03-31fiscal FY 202149960001564590-22-013025
10-Q2021-11-10fiscal Q3 2021451320001564590-21-056150
10-Q2021-08-12fiscal Q2 2021431190001564590-21-043834
10-Q2021-05-12fiscal Q1 202142840001564590-21-026927
10-K2021-03-31fiscal FY 202048950001564590-21-016781
10-Q2020-11-16fiscal Q3 2020461250001564590-20-054212
10-Q2020-08-07fiscal Q2 2020441170001564590-20-038537
10-Q2020-05-22fiscal Q1 202043870001564590-20-026784
10-K2020-03-30fiscal FY 201948970001564590-20-014068
10-Q2019-11-14fiscal Q3 2019451300001564590-19-043448
10-Q2019-08-12fiscal Q2 2019451260001564590-19-031531
10-Q/A2019-08-12fiscal Q1 201943900001564590-19-031523
10-Q2019-05-07fiscal Q1 201943880001564590-19-016370
10-K2019-03-21fiscal FY 201846910001564590-19-008819
10-Q2018-11-13fiscal Q3 2018451150001564590-18-029287
10-K/A2018-09-21fiscal FY 201742850001193125-18-280111
10-Q2018-08-20fiscal Q2 2018441160001564590-18-022058
10-Q2018-05-15fiscal Q1 201835690001564590-18-013587
10-K2018-04-06fiscal FY 201738770001564590-18-007778
10-Q2017-11-08fiscal Q3 201732830001564590-17-022672
10-Q2017-08-10fiscal Q2 201726680001564590-17-017201
10-Q2017-05-11fiscal Q1 201726540001564590-17-010443
10-K2017-03-20fiscal FY 201632650001564590-17-004799
10-Q2016-11-14fiscal Q3 201633820001477932-16-013471
10-Q2016-08-15fiscal Q2 201632800001477932-16-011889
10-Q2016-05-11fiscal Q1 201631620001477932-16-010186
10-K2016-03-25fiscal FY 201534690001477932-16-009171
10-Q2015-11-16fiscal Q3 201534870001477932-15-007150
10-Q2015-08-12fiscal Q2 201533860001477932-15-005016
10-Q2015-05-15fiscal Q1 201533660001477932-15-003274
10-K2015-04-15fiscal FY 2014341000001477932-15-002524
10-Q2014-11-19fiscal Q3 201435860001477932-14-006531
10-Q2014-08-19fiscal Q2 201434850001477932-14-004640
10-Q2014-07-18fiscal Q1 201434690001477932-14-003776
10-Q2014-03-26fiscal Q2 201415420001477932-14-001262
10-Q2014-01-13fiscal Q1 201415290001477932-14-000138
10-K2013-11-15fiscal FY 201315300001477932-13-005657
10-Q2013-07-15fiscal Q3 201315390001477932-13-003184
10-Q2013-05-13fiscal Q2 201315390001477932-13-002324
10-Q2013-01-22fiscal Q1 201312250001477932-13-000307
10-K2012-12-13fiscal FY 201213270001477932-12-004846
10-Q2012-07-13fiscal Q3 201213350001477932-12-002267
10-Q2012-04-06fiscal Q2 201213350001477932-12-001059
10-Q2011-12-28fiscal Q1 201213270001477932-11-002868

Inspect the source

Entity
FUSE MEDICAL, INC. / CIK 0000319016
Captured
2026-09-19T11:14:02.031Z
SEC response SHA-256
13d41024642d3becfdbc15fe6e31fdae11d4fa7a32679fcba6c1a612c57d756a

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