Emergent BioSolutions (EBS) EPS (Basic) (2011 - 2026)
Emergent BioSolutions (EBS) posted EPS (Basic) of -$3.49 for Q2 2026, down 2765.41% on a QoQ basis from $0.13 in Q1 2026, and down 1477.33% year-over-year from $0.25 in Q2 2025.
Emergent BioSolutions (EBS) EPS (Basic) (2011 - 2026) Analysis & Trends
Emergent BioSolutions has reported EPS (Basic) for 16 years, with the latest figure at -$3.49 in Q2 2026.
- On a quarterly basis, EPS (Basic) fell 1477.33% year-over-year to -$3.49 in Q2 2026; TTM through Jun 2026 was -$3.43, a 233.12% decrease from a year earlier, with the FY2025 full-year figure at $0.98, up 127.34% from the prior year.
- EPS (Basic) was -$3.49 for Q2 2026 at Emergent BioSolutions, down from $0.13 in the prior quarter.
- The five-year high for EPS (Basic) was $2.16 in Q3 2024, with the low at -$5.38 in Q2 2024.
- Average EPS (Basic) over 5 years is -$1.4, with a median of -$0.99 recorded in 2023.
- The sharpest annual moves came in 2023 and 2025: EPS (Basic) slumped 4982.56% in 2023, then soared 625.0% in 2025.
- Over 5 years, EPS (Basic) stood at -$1.34 in 2022, then grew by 27.71% to -$0.97 in 2023, then jumped by 38.92% to -$0.59 in 2024, then tumbled by 72.81% to -$1.02 in 2025, then plunged by 242.19% to -$3.49 in 2026.
- The last three EPS (Basic) figures came in at -$3.49 (Q2 2026), $0.13 (Q1 2026), and -$1.02 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.47 Bn | 628.71 Bn | 17.26 Bn | 2.30 |
| 2 | AbbVie | 467.46 Bn | 460.93 Bn | 12.70 Bn | 2.04 |
| 3 | Merck | 369.31 Bn | 362.22 Bn | 12.21 Bn | -0.54 |
| 4 | Novartis Ag | 269.03 Bn | 261.74 Bn | 11.24 Bn | 1.68 |
| 5 | Pfizer | 158.11 Bn | 146.71 Bn | 10.94 Bn | -0.04 |
| 6 | Bristol Myers Squibb | 127.96 Bn | 116.89 Bn | 9.25 Bn | 1.62 |
| 7 | Sanofi | 51.83 Bn | 44.86 Bn | 10.79 Bn | 0.33 |
| 8 | BeOne Medicines | 41.33 Bn | 36.23 Bn | 1.53 Bn | 2.12 |
| 9 | Revolution Medicines | 41.30 Bn | 41.30 Bn | - | -3.06 |
| 10 | Emergent BioSolutions | 335.50 Mn | 194.60 Mn | 137.20 Mn | -3.49 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.49 |
| Mar 31, 2026 | 0.13 |
| Dec 31, 2025 | -1.02 |
| Sep 30, 2025 | 0.96 |
| Jun 30, 2025 | -0.22 |
| Mar 31, 2025 | 1.25 |
| Dec 31, 2024 | -0.59 |
| Sep 30, 2024 | 2.16 |
| Jun 30, 2024 | -5.38 |
| Mar 31, 2024 | 0.17 |
| Dec 31, 2023 | -0.97 |
| Sep 30, 2023 | -5.08 |
| Jun 30, 2023 | -5.16 |
| Mar 31, 2023 | -3.71 |
| Dec 31, 2022 | -1.34 |
| Sep 30, 2022 | -1.75 |
| Jun 30, 2022 | -1.13 |
| Mar 31, 2022 | -0.07 |
| Dec 31, 2021 | 3.33 |
| Sep 30, 2021 | -0.61 |
Emergent BioSolutions 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=EBS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "ticker": "EBS", "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=EBS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();