Emergent BioSolutions (EBS) Deferred Taxes (2010 - 2026)
Emergent BioSolutions (EBS) posted Deferred Taxes of $2.1 million for Q2 2026, up 146.67% on a QoQ basis from -$4.5 million in Q1 2026, and up 115.11% year-over-year from $976254.2 in Q2 2025.
Emergent BioSolutions (EBS) Deferred Taxes (2010 - 2026) Analysis & Trends
Emergent BioSolutions has reported Deferred Taxes for 17 years, with the latest figure at $2.1 million in Q2 2026.
- On a quarterly basis, Deferred Taxes rose 115.11% year-over-year to $2.1 million in Q2 2026; TTM through Jun 2026 was -$11.1 million, a 195.69% decrease from a year earlier, with the FY2025 full-year figure at -$4.0 million, up 27.27% from the prior year.
- Deferred Taxes was $2.1 million for Q2 2026 at Emergent BioSolutions, up from -$4.5 million in the prior quarter.
- The five-year high for Deferred Taxes was $22.9 million in Q3 2022, with the low at -$54.1 million in Q4 2022.
- Average Deferred Taxes over 5 years is -$2.7 million, with a median of -$300000.0 recorded in 2024.
- The sharpest annual moves came in 2022 and 2025: Deferred Taxes surged 502.63% in 2022, then slumped 6850.0% in 2025.
- Over 5 years, Deferred Taxes stood at -$54.1 million in 2022, then soared by 90.39% to -$5.2 million in 2023, then surged by 92.31% to -$400000.0 in 2024, then surged by 475.0% to $1.5 million in 2025, then soared by 40.0% to $2.1 million in 2026.
- The last three Deferred Taxes figures came in at $2.1 million (Q2 2026), -$4.5 million (Q1 2026), and $1.5 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Deferred Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.47 Bn | 628.71 Bn | 17.26 Bn | -479.00 Mn |
| 2 | AbbVie | 467.46 Bn | 460.93 Bn | 12.70 Bn | -195.00 Mn |
| 3 | Merck | 369.31 Bn | 362.22 Bn | 12.21 Bn | -544.00 Mn |
| 4 | Novartis Ag | 269.03 Bn | 261.74 Bn | 11.24 Bn | - |
| 5 | Pfizer | 158.11 Bn | 146.71 Bn | 10.94 Bn | -1.32 Bn |
| 6 | Bristol Myers Squibb | 127.96 Bn | 116.89 Bn | 9.25 Bn | -195.00 Mn |
| 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 | 2.10 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.10 Mn |
| Mar 31, 2026 | -4.50 Mn |
| Dec 31, 2025 | 1.50 Mn |
| Sep 30, 2025 | -10.20 Mn |
| Jun 30, 2025 | -13.90 Mn |
| Mar 31, 2025 | 18.60 Mn |
| Dec 31, 2024 | -400,000.00 |
| Sep 30, 2024 | 7.30 Mn |
| Jun 30, 2024 | -200,000.00 |
| Mar 31, 2024 | -12.20 Mn |
| Dec 31, 2023 | -5.20 Mn |
| Sep 30, 2023 | 2.70 Mn |
| Jun 30, 2023 | -1.70 Mn |
| Mar 31, 2023 | -4.70 Mn |
| Dec 31, 2022 | -54.10 Mn |
| Sep 30, 2022 | 22.90 Mn |
| Jun 30, 2022 | 700,000.00 |
| Mar 31, 2022 | 1.90 Mn |
| Dec 31, 2021 | 45.40 Mn |
| Sep 30, 2021 | 3.80 Mn |
Emergent BioSolutions Deferred Taxes 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=deferred-taxes&ticker=EBS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-taxes", "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=deferred-taxes&ticker=EBS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();