uniQure (QURE) Other Working Capital Changes (2016 - 2017)
uniQure (QURE) posted Other Working Capital Changes of -$31.6 million for Q4 2020, down 6447.72% on a QoQ basis from -$482000.0 in Q3 2020, and down 1877.44% year-over-year from $1.8 million in Q1 2020.
uniQure (QURE) Other Working Capital Changes (2016 - 2017) Analysis & Trends
uniQure has reported Other Working Capital Changes for 4 years, with the latest figure at -$31.6 million in Q4 2020.
- On a quarterly basis, Other Working Capital Changes fell 39.26% year-over-year to -$1.5 million in Q4 2017; TTM through Dec 2017 was -$21.1 million, a 269.92% decrease from a year earlier, with the FY2017 full-year figure at -$21.1 million, down 269.92% from the prior year.
- Other Working Capital Changes was -$1.5 million for Q4 2017 at uniQure, up from -$16.3 million in the prior quarter.
- The five-year high for Other Working Capital Changes was -$1.0 million in Q4 2016, with the low at -$16.3 million in Q3 2017.
- Average Other Working Capital Changes over 4 years is -$4.3 million, with a median of -$1.7 million recorded in 2019.
- The largest YoY upside for Other Working Capital Changes was 150.28% in 2020 against a maximum downside of 1877.44% in 2020.
- Over 2 years, Other Working Capital Changes stood at -$1.0 million in 2016, then plunged by 39.26% to -$1.5 million in 2017.
- The last three Other Working Capital Changes figures came in at -$1.5 million (Q4 2017), -$16.3 million (Q3 2017), and -$2.0 million (Q2 2017), 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 | uniQure | 2.96 Bn | 2.96 Bn | 5.49 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2017 | -1.46 Mn |
| Dec 31, 2017 | -1.46 Mn |
| Sep 30, 2017 | -16.31 Mn |
| Sep 30, 2017 | -16.31 Mn |
| Jun 30, 2017 | -2.05 Mn |
| Jun 30, 2017 | -2.05 Mn |
| Mar 31, 2017 | -1.27 Mn |
| Mar 31, 2017 | -1.27 Mn |
| Dec 31, 2016 | -1.05 Mn |
| Dec 31, 2016 | -1.05 Mn |
| Sep 30, 2016 | -1.76 Mn |
| Sep 30, 2016 | -1.76 Mn |
| Jun 30, 2016 | -1.47 Mn |
| Jun 30, 2016 | -1.47 Mn |
| Mar 31, 2016 | -1.42 Mn |
| Mar 31, 2016 | -1.42 Mn |
uniQure Other Working Capital Changes 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=other-working-capital-changes&ticker=QURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "ticker": "QURE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-working-capital-changes&ticker=QURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();