Skip to content

MYMETICS CORPORATION: filings

Every MYMETICS CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 52 filings, each linked to its SEC index.

Filing record ends 2023-11-20

The latest filing in this captured record is a 10-Q filed 2023-11-20. No later filing is in the SEC companyfacts record captured on 2026-09-22. MYMETICS CORPORATION 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-11-20fiscal Q3 202332920001654954-23-014575
10-Q2023-08-18fiscal Q2 202333920001654954-23-011004
10-Q2023-05-15fiscal Q1 202331660001654954-23-006563
10-K2023-04-11fiscal FY 202236730001654954-23-004582
10-Q2022-11-14fiscal Q3 202231900001654954-22-015183
10-Q2022-08-11fiscal Q2 202230820001654954-22-011001
10-Q2022-05-13fiscal Q1 202231660001654954-22-006703
10-K/A2022-04-04fiscal FY 202134740001654954-22-004530
10-K2022-03-31fiscal FY 202134740001654954-22-004347
10-Q2021-11-12fiscal Q3 202132940001654954-21-012031
10-Q2021-08-16fiscal Q2 202132950001654954-21-008971
10-Q2021-05-18fiscal Q1 202130620001654954-21-005937
10-K2021-03-31fiscal FY 202032650001654954-21-003626
10-Q/A2021-03-23fiscal Q3 202031900001654954-21-003074
10-Q2020-11-13fiscal Q3 202031900001654954-20-012350
10-Q2020-08-13fiscal Q2 202031860001654954-20-008994
10-Q2020-05-15fiscal Q1 202029600001654954-20-005539
10-K2020-03-30fiscal FY 201931630001654954-20-003481
10-Q2019-11-12fiscal Q3 201925800001654954-19-012631
10-Q2019-08-13fiscal Q2 201925760001654954-19-009293
10-Q2019-05-15fiscal Q1 201923480001654954-19-005972
10-K2019-03-28fiscal FY 201827550001654954-19-003503
10-Q2018-11-13fiscal Q3 201826700001654954-18-012525
10-Q2018-08-13fiscal Q2 201828780001654954-18-008862
10-Q2018-05-14fiscal Q1 201826520001654954-18-005199
10-K2018-03-29fiscal FY 201727550001654954-18-003340
10-Q2017-11-13fiscal Q3 201728800001654954-17-010420
10-Q2017-08-10fiscal Q2 201728800001654954-17-007200
10-Q2017-05-11fiscal Q1 201728560001654954-17-004419
10-K2017-03-30fiscal FY 201626520001654954-17-002759
10-Q2016-11-14fiscal Q3 201626740001654954-16-003928
10-Q2016-08-12fiscal Q2 201626740001654954-16-001456
10-Q2016-05-12fiscal Q1 201627540001354488-16-007347
10-K2016-03-23fiscal FY 201526530001354488-16-006652
10-Q2015-11-13fiscal Q3 201527760001354488-15-004998
10-Q2015-08-14fiscal Q2 201527760001354488-15-003859
10-Q2015-05-13fiscal Q1 201529580001354488-15-002340
10-K2015-03-30fiscal FY 201426530001354488-15-001391
10-Q2014-11-13fiscal Q3 201425680001354488-14-005634
10-Q2014-08-14fiscal Q2 2014301010001140361-14-032693
10-Q2014-05-14fiscal Q1 201430760001140361-14-020804
10-K2014-03-28fiscal FY 201329990001140361-14-014553
10-Q2013-11-14fiscal Q3 201331960001140361-13-042632
10-Q2013-08-12fiscal Q2 201331970001140361-13-031616
10-Q2013-05-14fiscal Q1 201331750001140361-13-020683
10-K2013-03-28fiscal FY 201229970001140361-13-014420
10-Q2012-11-13fiscal Q3 201229960001140361-12-046703
10-Q2012-08-10fiscal Q2 201229960001140361-12-036319
10-Q2012-05-11fiscal Q1 201226660001140361-12-024669
10-K2012-03-29fiscal FY 201127900001140361-12-018153
10-Q2011-11-14fiscal Q3 201128890001140361-11-053197
10-Q2011-08-15fiscal Q2 201128890001140361-11-041897

Inspect the source

Entity
MYMETICS CORPORATION / CIK 0000927761
Captured
SEC response SHA-256
8acdf25678b0342823ec705c1df70d8770cb157285883e10183eb95ef63783a0

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