Moderna (MRNA) EPS (Basic) (2017 - 2026)
Moderna's (MRNA) quarterly EPS (Basic) came in at -$1.96 in Q2 2026, up 7.59% year-over-year from -$1.83 in Q2 2025, and up 42.21% quarter-over-quarter from -$3.4 in Q1 2026.
Moderna (MRNA) EPS (Basic) (2017 - 2026) Analysis & Trends
Moderna (MRNA) has reported EPS (Basic) for 10 consecutive years, with -$1.96 the latest figure, recorded in Q2 2026.
- On a quarterly basis, EPS (Basic) rose 7.59% year-over-year to -$1.96 in Q2 2026; TTM through Jun 2026 was -$7.92, a 5.82% decrease from a year earlier, with the FY2025 full-year figure at -$7.25, up 21.77% from the prior year.
- EPS (Basic) was -$1.96 for Q2 2026 at Moderna, up from -$3.4 in the prior quarter.
- Over five years, EPS (Basic) peaked at $9.1 in Q1 2022 and troughed at -$9.53 in Q3 2023.
- A 5-year average of -$0.74 and a median of -$2.04 in 2025 frame the typical range for EPS (Basic).
- Across the five-year window, EPS (Basic) jumped 198.02% in 2022 and sank 1618.74% in 2025, its largest moves.
- Over 5 years, EPS (Basic) stood at $3.72 in 2022, then plunged by 84.72% to $0.57 in 2023, then plunged by 613.44% to -$2.92 in 2024, then climbed by 27.2% to -$2.12 in 2025, then climbed by 7.47% to -$1.96 in 2026.
- The last three EPS (Basic) figures came in at -$1.96 (Q2 2026), -$3.4 (Q1 2026), and -$2.12 (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 | Moderna | 72.66 Bn | 67.52 Bn | 52.00 Mn | -1.96 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.96 |
| Mar 31, 2026 | -3.40 |
| Dec 31, 2025 | -2.12 |
| Sep 30, 2025 | -0.51 |
| Jun 30, 2025 | -2.13 |
| Mar 31, 2025 | -2.52 |
| Dec 31, 2024 | -2.92 |
| Sep 30, 2024 | 0.03 |
| Jun 30, 2024 | -3.33 |
| Mar 31, 2024 | -3.08 |
| Dec 31, 2023 | 0.57 |
| Sep 30, 2023 | -9.53 |
| Jun 30, 2023 | -3.62 |
| Mar 31, 2023 | 0.20 |
| Dec 31, 2022 | 3.72 |
| Sep 30, 2022 | 2.67 |
| Jun 30, 2022 | 5.55 |
| Mar 31, 2022 | 9.10 |
| Dec 31, 2021 | 12.08 |
| Sep 30, 2021 | 8.25 |
Moderna 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=MRNA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "ticker": "MRNA", "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=MRNA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();