Vertex Pharmaceuticals (VRTX) Goodwill (2009 - 2026)
Vertex Pharmaceuticals (VRTX) posted Goodwill of $1.1 billion for Q2 2026, little changed on a QoQ basis from $1.1 billion in Q1 2026, and little changed year-over-year from $1.1 billion in Q2 2025.
Vertex Pharmaceuticals (VRTX) Goodwill (2009 - 2026) Analysis & Trends
Vertex Pharmaceuticals has reported Goodwill for 18 years, with the latest figure at $1.1 billion in Q2 2026.
- On a quarterly basis, Goodwill changed 0.0% year-over-year to $1.1 billion in Q2 2026; TTM through Jun 2026 was $1.1 billion, a 0.0% change from a year earlier, with the FY2025 full-year figure at $1.1 billion, down 1.09% from the prior year.
- Goodwill was $1.1 billion for Q2 2026 at Vertex Pharmaceuticals, roughly flat from $1.1 billion in the prior quarter.
- The five-year high for Goodwill was $1.1 billion in Q4 2022, with the low at $1.0 billion in Q1 2022.
- Average Goodwill over 5 years is $1.1 billion, with a median of $1.1 billion recorded in 2023.
- The sharpest annual moves came in 2022 and 2025: Goodwill rose 9.76% in 2022, then fell 1.09% in 2025.
- Over 5 years, Goodwill stood at $1.1 billion in 2022, then changed by 0.0% to $1.1 billion in 2023, then changed by 0.0% to $1.1 billion in 2024, then decreased by 1.09% to $1.1 billion in 2025, then changed by 0.0% to $1.1 billion in 2026.
- The last three Goodwill figures came in at $1.1 billion (Q2 2026), $1.1 billion (Q1 2026), and $1.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn |
| 10 | Bristol Myers Squibb | 124.95 Bn | 113.89 Bn | 9.25 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.09 Bn |
| Mar 31, 2026 | 1.09 Bn |
| Dec 31, 2025 | 1.09 Bn |
| Sep 30, 2025 | 1.09 Bn |
| Jun 30, 2025 | 1.09 Bn |
| Mar 31, 2025 | 1.09 Bn |
| Dec 31, 2024 | 1.10 Bn |
| Sep 30, 2024 | 1.09 Bn |
| Jun 30, 2024 | 1.09 Bn |
| Mar 31, 2024 | 1.09 Bn |
| Dec 31, 2023 | 1.10 Bn |
| Sep 30, 2023 | 1.09 Bn |
| Jun 30, 2023 | 1.09 Bn |
| Mar 31, 2023 | 1.09 Bn |
| Dec 31, 2022 | 1.10 Bn |
| Sep 30, 2022 | 1.08 Bn |
| Jun 30, 2022 | 1.00 Bn |
| Mar 31, 2022 | 1.00 Bn |
| Dec 31, 2021 | 1.00 Bn |
| Sep 30, 2021 | 1.00 Bn |
Vertex Pharmaceuticals Goodwill 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=goodwill&ticker=VRTX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "goodwill", "ticker": "VRTX", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=goodwill&ticker=VRTX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();