Skip to content

MARIZYME, INC.: filings

Every MARIZYME, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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-Q2025-03-05fiscal Q3 2024331180001493152-25-009226
10-K/A2025-02-06fiscal FY 202333920001493152-25-005186
10-Q2024-08-14fiscal Q2 202433950001493152-24-032184
10-Q2024-05-28fiscal Q1 202433690001493152-24-021617
10-K2024-05-13fiscal FY 202332660001493152-24-018935
10-Q2023-11-14fiscal Q3 2023331010001493152-23-041163
10-Q2023-08-18fiscal Q2 202333970001493152-23-029436
10-Q2023-05-15fiscal Q1 202332630001493152-23-017299
10-K2023-03-24fiscal FY 202232650001493152-23-008914
10-Q2022-11-14fiscal Q3 202229820001493152-22-031687
10-Q2022-08-15fiscal Q2 202229780001493152-22-023008
10-Q2022-05-16fiscal Q1 202231600001493152-22-013582
10-K2022-03-31fiscal FY 202136670001493152-22-008531
10-Q2021-11-22fiscal Q3 202135900001493152-21-029549
10-Q/A2021-11-22fiscal Q2 202133790001493152-21-029516
10-Q2021-08-23fiscal Q2 202134840001493152-21-021031
10-Q2021-05-06fiscal Q1 202133610001493152-21-010652
10-K2021-04-15fiscal FY 202036580001493152-21-008936
10-Q/A2020-11-24fiscal Q3 202030760001078782-20-000916
10-Q2020-08-14fiscal Q2 202019480001078782-20-000634
10-Q2020-05-15fiscal Q1 202023500001078782-20-000339
10-K2020-04-15fiscal FY 201925520001078782-20-000251
10-Q2019-11-13fiscal Q3 201922640001078782-19-000836
10-Q2019-07-03fiscal Q2 201922640001078782-19-000566
10-Q2019-05-14fiscal Q1 201924520001078782-19-000433
10-K2019-03-05fiscal FY 201825520001078782-19-000201
10-K2018-11-28fiscal FY 2017241220001078782-18-001376
10-Q2018-11-14fiscal Q3 201826710001078782-18-001316
10-K2018-06-27fiscal FY 2017303560001078782-18-000652
10-Q/A2014-05-15fiscal Q3 201335950001144204-14-030876
10-K/A2014-05-08fiscal FY 201237990001144204-14-028568
10-K/A2014-03-31fiscal FY 201134910001144204-14-019581
10-K/A2014-03-04fiscal FY 201237990001144204-14-013298
10-Q/A2013-08-22fiscal Q2 201337980001144204-13-047460
10-Q/A2013-08-15fiscal Q1 201335730001144204-13-046363
10-Q/A2013-07-19fiscal Q3 201135940001144204-13-040264
10-Q/A2013-07-18fiscal Q2 201135940001144204-13-040159
10-Q/A2012-12-17fiscal Q3 201235960001144204-12-068265
10-Q/A2012-09-13fiscal Q1 201235730001144204-12-051266
10-K2012-07-16fiscal FY 201135710001144204-12-039664
10-Q/A2012-03-23fiscal Q3 201136940001144204-12-016760
10-Q/A2012-03-23fiscal Q2 201135920001144204-12-016756
10-Q/A2012-03-23fiscal Q1 201134690001144204-12-016750
10-Q2012-02-14fiscal Q3 201136940001144204-12-008275
10-Q2011-11-16fiscal Q2 201135920001144204-11-065349
10-Q/A2011-09-14fiscal Q1 201133670001144204-11-052903

Inspect the source

Entity
MARIZYME, INC. / CIK 0001413754
Captured
2026-09-21T17:19:40.967Z
SEC response SHA-256
5689558a698357f5c72555ed2f729ce4c435c83fc77ee58f333b47605e2a9159

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