Skip to content

Galera Therapeutics, Inc.: filings

Every Galera Therapeutics, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 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-05-14fiscal Q1 202628600001563577-26-000014
10-K2026-03-19fiscal FY 202536750001563577-26-000005
10-Q2025-11-13fiscal Q3 2025341040001193125-25-278816
10-Q2025-08-13fiscal Q2 202529840000950170-25-107616
10-Q2025-05-15fiscal Q1 202529620000950170-25-071956
10-K2025-03-31fiscal FY 202445930000950170-25-047798
10-Q2024-12-13fiscal Q3 2024421210001193125-24-277849
10-Q2024-08-14fiscal Q2 2024381040000950170-24-096654
10-Q2024-05-13fiscal Q1 202437780000950170-24-058197
10-K2024-03-28fiscal FY 202340820000950170-24-037614
10-Q2023-11-14fiscal Q3 2023391100000950170-23-063361
10-Q2023-08-14fiscal Q2 2023391060000950170-23-042058
10-Q2023-05-11fiscal Q1 202339830000950170-23-020842
10-K2023-03-08fiscal FY 202240830000950170-23-006588
10-Q2022-11-09fiscal Q3 2022391100000950170-22-023516
10-Q2022-08-09fiscal Q2 2022391060000950170-22-015753
10-Q2022-05-16fiscal Q1 202235740000950170-22-009950
10-K2022-03-10fiscal FY 202140820000950170-22-003292
10-Q2021-11-10fiscal Q3 202135940000950170-21-003917
10-Q2021-08-10fiscal Q2 202136920001564590-21-042885
10-Q2021-05-11fiscal Q1 202136760001564590-21-026290
10-K2021-03-11fiscal FY 202042860001564590-21-012244
10-Q2020-11-10fiscal Q3 2020371000001564590-20-052739
10-Q2020-08-10fiscal Q2 202037960001564590-20-038606
10-Q2020-05-12fiscal Q1 202037770001564590-20-024495
10-K2020-03-10fiscal FY 201942830001564590-20-009542
10-Q2019-12-10fiscal Q3 2019381000001564590-19-045585

Inspect the source

Entity
Galera Therapeutics, Inc. / CIK 0001563577
Captured
2026-09-21T17:19:59.873Z
SEC response SHA-256
783b42a433cc8bb61f58be25758fc5bce088fcc5aee9106d0fa692e3838b2b41

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