Vertex Pharmaceuticals (VRTX) Work In Process (2011 - 2012)
Vertex Pharmaceuticals (VRTX) posted Work In Process of $58.5 million for Q3 2012, down 1.3% on a QoQ basis from $59.2 million in Q2 2012, and up 64.45% year-over-year from $35.5 million in Q4 2011.
Vertex Pharmaceuticals (VRTX) Work In Process (2011 - 2012) Analysis & Trends
Vertex Pharmaceuticals has reported Work In Process for 2 years, with the latest figure at $58.5 million in Q3 2012.
- On a quarterly basis, Work In Process rose 64.45% year-over-year to $58.5 million in Q3 2012; TTM through Sep 2012 was $58.5 million, a 64.45% increase from a year earlier, with the FY2011 full-year figure at $47.0 million, changed N/A from the prior year.
- Work In Process was $58.5 million for Q3 2012 at Vertex Pharmaceuticals, down from $59.2 million in the prior quarter.
- The five-year high for Work In Process was $74.7 million in Q1 2012, with the low at $10.0 million in Q1 2011.
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 |
|---|---|
| Sep 30, 2012 | 58.45 Mn |
| Jun 30, 2012 | 59.22 Mn |
| Mar 31, 2012 | 74.74 Mn |
| Dec 31, 2011 | 47.01 Mn |
| Sep 30, 2011 | 35.54 Mn |
| Mar 31, 2011 | 10.00 Mn |
Vertex Pharmaceuticals Work In Process 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=work-in-process&ticker=VRTX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "work-in-process", "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=work-in-process&ticker=VRTX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();