Revolution Medicines (RVMD) EPS (Basic) (2019 - 2026)
Revolution Medicines (RVMD) posted EPS (Basic) of -$3.06 for Q2 2026, down 33.37% on a QoQ basis from -$2.29 in Q1 2026, and down 132.54% year-over-year from $9.39 in Q2 2025.
Revolution Medicines (RVMD) EPS (Basic) (2019 - 2026) Analysis & Trends
Revolution Medicines has reported EPS (Basic) for 8 years, with the latest figure at -$3.06 in Q2 2026.
- On a quarterly basis, EPS (Basic) fell 132.54% year-over-year to -$3.06 in Q2 2026; TTM through Jun 2026 was -$8.38, a 94.72% decrease from a year earlier, with the FY2025 full-year figure at -$5.95, down 66.32% from the prior year.
- EPS (Basic) was -$3.06 for Q2 2026 at Revolution Medicines, down from -$2.29 in the prior quarter.
- The five-year high for EPS (Basic) was -$0.7 in Q4 2022, with the low at -$3.06 in Q2 2026.
- Average EPS (Basic) over 5 years is -$1.23, with a median of -$0.96 recorded in 2024.
- The sharpest annual moves came in 2024 and 2026: EPS (Basic) increased 18.75% in 2024, then tumbled 132.54% in 2026.
- Over 5 years, EPS (Basic) stood at -$0.7 in 2022, then sank by 103.7% to -$1.43 in 2023, then advanced by 18.75% to -$1.16 in 2024, then slumped by 65.45% to -$1.92 in 2025, then plunged by 59.21% to -$3.06 in 2026.
- The last three EPS (Basic) figures came in at -$3.06 (Q2 2026), -$2.29 (Q1 2026), and -$1.92 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | 2.30 |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | 2.04 |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | -0.54 |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | 1.68 |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | 1.62 |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | 4.40 |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | -8.44 |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | -0.04 |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | 4.34 |
| 10 | Revolution Medicines | 40.86 Bn | 40.86 Bn | - | -3.06 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.06 |
| Mar 31, 2026 | -2.29 |
| Dec 31, 2025 | -1.92 |
| Sep 30, 2025 | -1.61 |
| Jun 30, 2025 | -1.31 |
| Mar 31, 2025 | -1.13 |
| Dec 31, 2024 | -1.16 |
| Sep 30, 2024 | -0.94 |
| Jun 30, 2024 | -0.81 |
| Mar 31, 2024 | -0.70 |
| Dec 31, 2023 | -1.43 |
| Sep 30, 2023 | -0.99 |
| Jun 30, 2023 | -0.92 |
| Mar 31, 2023 | -0.72 |
| Dec 31, 2022 | -0.70 |
| Sep 30, 2022 | -0.87 |
| Jun 30, 2022 | -0.82 |
| Mar 31, 2022 | -0.78 |
| Dec 31, 2021 | -0.72 |
| Sep 30, 2021 | -0.72 |
Revolution Medicines EPS (Basic) API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=eps-basic&ticker=RVMD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "ticker": "RVMD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=eps-basic&ticker=RVMD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();