Emergent BioSolutions (EBS) Cash & Equivalents (QoQ) (2010 - 2026)
Analysis
Emergent BioSolutions (EBS) Cash & Equivalents (QoQ) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.47 Bn | 628.71 Bn | 17.26 Bn |
| 2 | AbbVie | 467.46 Bn | 460.93 Bn | 12.70 Bn |
| 3 | Merck | 369.31 Bn | 362.22 Bn | 12.21 Bn |
| 4 | Novartis Ag | 269.03 Bn | 261.74 Bn | 11.24 Bn |
| 5 | Pfizer | 158.11 Bn | 146.71 Bn | 10.94 Bn |
| 6 | Bristol Myers Squibb | 127.96 Bn | 116.89 Bn | 9.25 Bn |
| 7 | Sanofi | 51.83 Bn | 44.86 Bn | 10.79 Bn |
| 8 | BeOne Medicines | 41.33 Bn | 36.23 Bn | 1.53 Bn |
| 9 | Revolution Medicines | 41.30 Bn | 41.30 Bn | - |
| 10 | Emergent BioSolutions | 335.50 Mn | 194.60 Mn | 137.20 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -12.85% |
| Mar 31, 2026 | -21.96% |
| Dec 31, 2025 | -16.33% |
| Sep 30, 2025 | -8.16% |
| Jun 30, 2025 | 79.28% |
| Mar 31, 2025 | 49.85% |
| Dec 31, 2024 | -33.62% |
| Sep 30, 2024 | 115.06% |
| Jun 30, 2024 | -11.21% |
| Mar 31, 2024 | -29.72% |
| Dec 31, 2023 | 27.22% |
| Sep 30, 2023 | -0.90% |
| Jun 30, 2023 | -79.40% |
| Mar 31, 2023 | -33.05% |
| Dec 31, 2022 | 166.75% |
| Sep 30, 2022 | -32.73% |
| Jun 30, 2022 | -17.83% |
| Mar 31, 2022 | -24.35% |
| Dec 31, 2021 | 42.67% |
| Sep 30, 2021 | -9.77% |
API Access
Emergent BioSolutions Cash & Equivalents (QoQ) 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=cash-and-equivalents-qoq&ticker=EBS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-qoq", "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=cash-and-equivalents-qoq&ticker=EBS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();