Home / Trials

EV-302 (pan-Asian subgroup): reconstructed Kaplan–Meier curves

Updated 2026-09-25 · reconstructed by TrialCurve from a CC BY-licensed publication

Pan-Asian subgroup analysis of EV-302/KEYNOTE-A39: a phase 3 study to evaluate enfortumab vedotin and pembrolizumab in patients with untreated advanced urothelial carcinoma. Curves rebuilt as patient-level data (Guyot 2012) and checked against the statistics printed on the figure.

PublicationInt J Clin Oncol. 2026 Jan 21;31(3):436–46. doi: 10.1007/s10147-025-02950-8
DOI10.1007/s10147-025-02950-8
RegistryNCT04223856
PhasePhase 3
ConditionsUrothelial Cancer
InterventionsEnfortumab vedotin, Pembrolizumab, Cisplatin, Carboplatin, Gemcitabine
SponsorAstellas Pharma Global Development, Inc.
Enrolment886
Source licenceFigure published under CC BY 4.0

Progression-free survival by BICR — Pan-Asian population

From figure panel A · validated against the values printed on the figure · curve source: pixel measurement confirmed by vision model

Reconstructed from the published curve. Median: Enfortumab vedotin–pembrolizumab 23.8 months; Chemotherapy 6.4 months. Survival at 12 months: Enfortumab vedotin–pembrolizumab 66%; Chemotherapy 29%. Hazard ratio Enfortumab vedotin–pembrolizumab vs Chemotherapy 0.37 (95% CI 0.24–0.56).

0%20%40%60%80%100%061218243036MonthsEnfortumab vedotin–pembrolizumChemotherapy
ArmNEventsMedian (Months)
Enfortumab vedotin–pembrolizumab944423.8
Chemotherapy82526.4

Landmark survival (reconstructed)

TimeEnfortumab vedotin–pembrolizumabChemotherapy
6 mo80.4%58.2%
12 mo66.4%28.8%
18 mo61.3%20.6%
24 mo49.1%18.3%
36 mo44.9%—

Checks against the published figure

Download pseudo-IPD (CSV)

Overall survival — Pan-Asian population

From figure panel B · validated against the values printed on the figure · curve source: pixel measurement confirmed by vision model

Reconstructed from the published curve. Median: Enfortumab vedotin–pembrolizumab not reached; Chemotherapy 17.9 months. Survival at 12 months: Enfortumab vedotin–pembrolizumab 88%; Chemotherapy 65%. Hazard ratio Enfortumab vedotin–pembrolizumab vs Chemotherapy 0.33 (95% CI 0.20–0.54).

0%20%40%60%80%100%061218243036MonthsEnfortumab vedotin–pembrolizumChemotherapy
ArmNEventsMedian (Months)
Enfortumab vedotin–pembrolizumab9424not reached
Chemotherapy824517.9

Landmark survival (reconstructed)

TimeEnfortumab vedotin–pembrolizumabChemotherapy
6 mo93.5%84.2%
12 mo87.9%65.1%
18 mo78.9%48.5%
24 mo75.1%41.2%
36 mo71.9%36.4%

Checks against the published figure

Download pseudo-IPD (CSV)

About these data

Pseudo-IPD reproduces the published curves and numbers at risk; the rows are not real patients. Cite the publication (DOI above) and TrialCurve. The source figure is © the authors (CC BY 4.0); the charts here are redrawn from the reconstruction.

Load these data in R or Python
# R
library(survival)
d <- read.csv("https://trialcurve.com/data/trials/ev-302-pan-asian-subgroup-1.csv")
survfit(Surv(time, event) ~ arm, data = d)
coxph(Surv(time, event) ~ arm, data = d)

# Python
import pandas as pd
from lifelines import KaplanMeierFitter
d = pd.read_csv("https://trialcurve.com/data/trials/ev-302-pan-asian-subgroup-1.csv")
for arm, g in d.groupby("arm"):
    KaplanMeierFitter().fit(g.time, g.event, label=arm).plot_survival_function()

Suggested citation: Int J Clin Oncol. 2026 Jan 21;31(3):436–46. doi: 10.1007/s10147-025-02950-8 doi:10.1007/s10147-025-02950-8. Reconstructed data: TrialCurve (2026), https://trialcurve.com/trials/ev-302-pan-asian-subgroup

Report a problem with these data

Related trials

Need reconstructed data for other trials? Upload any Kaplan–Meier figure, or ask about the TrialCurve oncology library.

Reconstruct a figure Browse all trials