Skip to content

MISONIX, INC.: filings

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

Filing record ends 2021-09-02

The latest filing in this captured record is a 10-K filed 2021-09-02. No later filing is in the SEC companyfacts record captured on 2026-09-22. MISONIX, 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-K2021-09-02fiscal FY 2021572410001493152-21-021878
10-Q2021-05-06fiscal Q3 2021541460001493152-21-010614
10-Q2021-02-04fiscal Q2 2021541470001493152-21-002637
10-Q2020-11-05fiscal Q1 2021521070001493152-20-020598
10-K2020-09-03fiscal FY 2020532220001493152-20-017221
10-Q2020-05-11fiscal Q3 2020451230001213900-20-011661
10-Q2020-02-05fiscal Q2 2020471240001213900-20-002699
10-Q2019-11-07fiscal Q1 201947980001213900-19-022379
10-K2019-09-05fiscal FY 2019432030001213900-19-017267
10-Q2019-05-08fiscal Q3 2019421220001615774-19-007302
10-Q2019-02-06fiscal Q2 2019421130001615774-19-001995
10-Q2018-11-08fiscal Q1 201942840001615774-18-012310
10-K2018-09-13fiscal FY 2018422210001615774-18-009532
10-Q2018-05-07fiscal Q3 2018431150001615774-18-003397
10-Q2018-02-06fiscal Q2 2018421130001615774-18-000918
10-Q2017-11-07fiscal Q1 201841820001615774-17-006315
10-K2017-08-24fiscal FY 2017412030001615774-17-004720
10-Q2017-05-02fiscal Q3 2017391140001615774-17-002030
10-Q2017-03-13fiscal Q2 2017381060001615774-17-001014
10-Q2017-03-13fiscal Q1 201738780001615774-17-001013
10-K2017-02-09fiscal FY 2016412040001615774-17-000456
10-Q2016-05-05fiscal Q3 2016371060001144204-16-099241
10-Q2016-02-09fiscal Q2 2016391120001144204-16-079961
10-Q2015-11-05fiscal Q1 201639800001144204-15-063085
10-K2015-08-20fiscal FY 2015412540001144204-15-051053
10-Q2015-05-07fiscal Q3 2015361040001144204-15-028365
10-Q2015-02-04fiscal Q2 2015361040001144204-15-005915
10-Q2014-11-06fiscal Q1 201536740001144204-14-065667
10-K2014-09-17fiscal FY 2014411840001144204-14-056423
10-Q2014-05-08fiscal Q3 2014381080001144204-14-028616
10-Q2014-02-05fiscal Q2 2014361020001144204-14-006147
10-Q2013-11-07fiscal Q1 201436740001144204-13-059604
10-K2013-09-24fiscal FY 2013431840001144204-13-052163
10-Q2013-05-10fiscal Q3 2013361020001144204-13-027556
10-Q2013-02-07fiscal Q2 2013361020001144204-13-006775
10-Q2012-11-06fiscal Q1 201337750001144204-12-059715
10-K2012-09-20fiscal FY 201244900001144204-12-052158
10-Q2012-05-08fiscal Q3 2012361020001144204-12-026750
10-Q2012-02-08fiscal Q2 2012361020001144204-12-006566
10-Q2011-11-09fiscal Q1 201236740001144204-11-062469

Inspect the source

Entity
MISONIX, INC. / CIK 0000880432
Captured
SEC response SHA-256
6ef93ed9c5e3a62f3499951e45ded3f210532a8a8dc4f89c795fe4cb78a72d28

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