Biomea Fusion (BMEA) EPS (Basic) (2020 - 2026)
Biomea Fusion's (BMEA) quarterly EPS (Basic) came in at -$0.17 in Q2 2026, up 66.67% year-over-year from -$0.1 in Q2 2025, and down 0.75% quarter-over-quarter from -$0.17 in Q1 2026.
Biomea Fusion (BMEA) EPS (Basic) (2020 - 2026) Analysis & Trends
Biomea Fusion has disclosed EPS (Basic) across 7 years of filings, most recently posting -$0.17 for Q2 2026.
- In Q2 2026, EPS (Basic) rose 66.67% year-over-year to -$0.17; the TTM figure through Jun 2026 stood at -$0.78 (up 71.78% YoY), while the FY2025 annual figure was -$1.56, up 59.22% from the prior year.
- EPS (Basic) came in at -$0.17 for Q2 2026 at Biomea Fusion, down from -$0.17 in the prior quarter.
- In the past five years, EPS (Basic) ranged from a high of -$0.17 in Q1 2026 to a low of -$1.09 in Q1 2024.
- Average EPS (Basic) over 5 years is -$0.69, with a median of -$0.79 recorded in 2022.
- Year-over-year, EPS (Basic) tumbled 79.61% in 2022 and surged 78.63% in 2026.
- Over 5 years, EPS (Basic) stood at -$0.86 in 2022, then retreated by 18.27% to -$1.02 in 2023, then grew by 20.65% to -$0.81 in 2024, then surged by 64.03% to -$0.29 in 2025, then surged by 41.07% to -$0.17 in 2026.
- Per Business Quant data, the three most recent EPS (Basic) figures were -$0.17 in Q2 2026, -$0.17 in Q1 2026, and -$0.29 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 650.65 Bn | 629.89 Bn | 17.26 Bn | 2.30 |
| 2 | AbbVie | 466.34 Bn | 459.82 Bn | 12.70 Bn | 2.04 |
| 3 | Merck | 362.11 Bn | 355.02 Bn | 12.21 Bn | -0.54 |
| 4 | Novartis Ag | 267.81 Bn | 260.52 Bn | 11.24 Bn | 1.68 |
| 5 | Pfizer | 157.31 Bn | 145.91 Bn | 10.94 Bn | -0.04 |
| 6 | Bristol Myers Squibb | 128.75 Bn | 117.69 Bn | 9.25 Bn | 1.62 |
| 7 | Sanofi | 51.80 Bn | 44.84 Bn | 10.79 Bn | 0.33 |
| 8 | Revolution Medicines | 40.91 Bn | 40.91 Bn | - | -3.06 |
| 9 | BeOne Medicines | 39.65 Bn | 34.55 Bn | 1.53 Bn | 2.12 |
| 10 | Biomea Fusion | 132.65 Mn | 132.65 Mn | - | -0.17 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.17 |
| Mar 31, 2026 | -0.17 |
| Dec 31, 2025 | -0.29 |
| Sep 30, 2025 | -0.27 |
| Jun 30, 2025 | -0.52 |
| Mar 31, 2025 | -0.80 |
| Dec 31, 2024 | -0.81 |
| Sep 30, 2024 | -0.91 |
| Jun 30, 2024 | -1.03 |
| Mar 31, 2024 | -1.09 |
| Dec 31, 2023 | -1.02 |
| Sep 30, 2023 | -0.80 |
| Jun 30, 2023 | -0.70 |
| Mar 31, 2023 | -0.98 |
| Dec 31, 2022 | -0.86 |
| Sep 30, 2022 | -0.78 |
| Jun 30, 2022 | -0.59 |
| Mar 31, 2022 | -0.56 |
| Dec 31, 2021 | -0.62 |
| Sep 30, 2021 | -0.43 |
Biomea Fusion 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=BMEA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "ticker": "BMEA", "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=BMEA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();