Skip to content

Advent Technologies Holdings, Inc.: filings

Every Advent Technologies Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 29 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-11-17fiscal Q3 2025511360001829126-25-009258
10-Q2025-08-12fiscal Q2 2025501350001829126-25-006102
10-Q2025-06-30fiscal Q1 2025501000001829126-25-004811
10-K2025-06-06fiscal FY 2024541070001829126-25-004289
10-Q2024-12-27fiscal Q3 2024501390001829126-24-008577
10-Q2024-10-15fiscal Q2 2024501400001829126-24-006792
10-Q2024-10-15fiscal Q1 2024501030001829126-24-006791
10-K2024-08-13fiscal FY 2023552150001829126-24-005453
10-Q2023-11-14fiscal Q3 2023491380001829126-23-007376
10-Q2023-08-14fiscal Q2 2023501390001829126-23-005383
10-Q2023-05-15fiscal Q1 202347980001829126-23-003422
10-K2023-03-31fiscal FY 2022552130001829126-23-002501
10-Q2022-11-14fiscal Q3 2022481360001829126-22-019214
10-Q2022-08-09fiscal Q2 2022471300001829126-22-015583
10-Q2022-05-12fiscal Q1 202246960001140361-22-018829
10-K2022-03-31fiscal FY 2021532150001140361-22-012369
10-Q2021-11-15fiscal Q3 2021391100001140361-21-037751
10-Q2021-08-12fiscal Q2 2021381080001140361-21-028013
10-K/A2021-05-20fiscal FY 202022880001567619-21-010744
10-Q2021-05-20fiscal Q1 202137780001140361-21-018221
10-K2021-03-26fiscal FY 202022460001140361-21-010321
10-Q2020-11-12fiscal Q3 202021640001140361-20-025383
10-Q2020-08-10fiscal Q2 202021600001140361-20-017998
10-Q2020-05-11fiscal Q1 202019420001140361-20-011283
10-K2020-03-27fiscal FY 201922460001140361-20-007211
10-Q2019-11-12fiscal Q3 201920600001140361-19-020365
10-Q2019-08-09fiscal Q2 201921540001140361-19-014746
10-Q2019-05-15fiscal Q1 201918280001567619-19-011294
10-K2019-04-01fiscal FY 201818190001140361-19-006224

Inspect the source

Entity
Advent Technologies Holdings, Inc. / CIK 0001744494
Captured
2026-09-21T17:28:48.361Z
SEC response SHA-256
3c056d40ea72d9048890246a1bceda61e62e73f96c5113bbc0107fba2241004b

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