Skip to content

EXICURE, INC.: filings

Every EXICURE, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 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-Q2026-08-14fiscal Q2 2026431240001193125-26-352011
10-Q2026-05-29fiscal Q1 202641860001698530-26-000057
10-K2026-03-25fiscal FY 2025511030001698530-26-000028
10-Q2025-11-07fiscal Q3 2025441320001698530-25-000100
10-Q2025-08-08fiscal Q2 2025431240001698530-25-000077
10-Q2025-06-27fiscal Q1 202540840001698530-25-000056
10-K2025-03-18fiscal FY 202445910001698530-25-000019
10-Q2024-11-14fiscal Q3 2024401220001698530-24-000117
10-Q2024-08-13fiscal Q2 2024401160001698530-24-000089
10-Q2024-06-17fiscal Q1 202439820001698530-24-000068
10-K2024-06-06fiscal FY 202348970001698530-24-000051
10-Q/A2024-06-06fiscal Q2 2023421240001698530-24-000048
10-Q/A2024-06-06fiscal Q1 202342880001698530-24-000047
10-Q2024-05-16fiscal Q3 2023421280001698530-24-000030
10-Q/A2024-05-16fiscal Q2 2023421240001698530-24-000028
10-Q/A2024-05-16fiscal Q1 202342880001698530-24-000027
10-Q2023-08-11fiscal Q2 2023421240001698530-23-000091
10-Q2023-07-14fiscal Q1 202342880001698530-23-000079
10-K2023-03-27fiscal FY 2022511030001698530-23-000029
10-Q2022-11-14fiscal Q3 2022461360001698530-22-000088
10-Q2022-08-15fiscal Q2 2022461320001698530-22-000058
10-Q2022-05-16fiscal Q1 202245940001698530-22-000033
10-K2022-03-25fiscal FY 2021511020001698530-22-000019
10-Q2021-11-19fiscal Q3 2021491400001698530-21-000105
10-Q2021-08-12fiscal Q2 2021501400001698530-21-000091
10-Q2021-05-12fiscal Q1 2021501020001698530-21-000056
10-K2021-03-11fiscal FY 2020491210001698530-21-000031
10-Q2020-11-12fiscal Q3 2020441240001698530-20-000076
10-Q2020-08-12fiscal Q2 2020421140001698530-20-000059
10-Q2020-05-14fiscal Q1 201948980001698530-20-000034
10-K2020-03-10fiscal FY 2019441070001698530-20-000013
10-Q2019-11-07fiscal Q3 2019411200001698530-19-000146
10-K/A2019-09-23fiscal FY 201838940001698530-19-000136
10-Q2019-08-08fiscal Q2 2019401140001698530-19-000125
10-Q2019-05-08fiscal Q1 201940850001698530-19-000047
10-K2019-03-08fiscal FY 201838940001698530-19-000015
10-Q2018-11-06fiscal Q3 2018391040001698530-18-000089
10-Q2018-08-06fiscal Q2 201837980001698530-18-000044
10-Q2018-05-15fiscal Q1 201834700001698530-18-000021
10-K2018-03-09fiscal FY 201736740001698530-18-000007
10-Q2017-11-14fiscal Q3 201735920001628280-17-011566
10-Q2017-09-12fiscal Q2 201816290001213900-17-009601
10-Q2017-07-11fiscal Q1 201815240001213900-17-007439

Inspect the source

Entity
EXICURE, INC. / CIK 0001698530
Captured
2026-09-21T17:23:47.831Z
SEC response SHA-256
ec0385cd6509742a42f180c82f0e53482cb8284f7d23a574b6cc113a2219206a

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