uniQure (QURE) Exchange Rate Effect (2016 - 2026)
uniQure (QURE) posted Exchange Rate Effect of -$774000.0 for Q2 2026, up 31.63% on a QoQ basis from -$1.1 million in Q1 2026, and down 122.82% year-over-year from $3.4 million in Q2 2025.
uniQure (QURE) Exchange Rate Effect (2016 - 2026) Analysis & Trends
uniQure has reported Exchange Rate Effect for 11 years, with the latest figure at -$774000.0 in Q2 2026.
- On a quarterly basis, Exchange Rate Effect fell 122.82% year-over-year to -$774000.0 in Q2 2026; TTM through Jun 2026 was -$1.3 million, a 157.21% decrease from a year earlier, with the FY2025 full-year figure at $5.7 million, up 213.85% from the prior year.
- Exchange Rate Effect was -$774000.0 for Q2 2026 at uniQure, up from -$1.1 million in the prior quarter.
- The five-year high for Exchange Rate Effect was $10.0 million in Q4 2022, with the low at -$6.8 million in Q4 2024.
- Average Exchange Rate Effect over 5 years is -$43555.6, with a median of -$361500.0 recorded in 2024.
- The largest YoY upside for Exchange Rate Effect was 960.02% in 2022 against a maximum downside of 9264.44% in 2022.
- Over 5 years, Exchange Rate Effect stood at $10.0 million in 2022, then sank by 81.67% to $1.8 million in 2023, then plunged by 467.46% to -$6.8 million in 2024, then jumped by 96.2% to -$257000.0 in 2025, then slumped by 201.17% to -$774000.0 in 2026.
- The last three Exchange Rate Effect figures came in at -$774000.0 (Q2 2026), -$1.1 million (Q1 2026), and -$257000.0 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | 5.00 Mn |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | -7.00 Mn |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | -37.00 Mn |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | -18.00 Mn |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | 9.00 Mn |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | - |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | -19.00 Mn |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | -4.00 Mn |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | -3.70 Mn |
| 10 | uniQure | 2.96 Bn | 2.96 Bn | 5.49 Mn | -774,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -774,000.00 |
| Mar 31, 2026 | -1.13 Mn |
| Dec 31, 2025 | -257,000.00 |
| Sep 30, 2025 | 862,000.00 |
| Jun 30, 2025 | 3.39 Mn |
| Mar 31, 2025 | 1.66 Mn |
| Dec 31, 2024 | -6.77 Mn |
| Sep 30, 2024 | 3.99 Mn |
| Jun 30, 2024 | -466,000.00 |
| Mar 31, 2024 | -1.73 Mn |
| Dec 31, 2023 | 1.84 Mn |
| Sep 30, 2023 | -1.39 Mn |
| Jun 30, 2023 | 778,000.00 |
| Mar 31, 2023 | 1.03 Mn |
| Dec 31, 2022 | 10.05 Mn |
| Sep 30, 2022 | -6.49 Mn |
| Jun 30, 2022 | -4.21 Mn |
| Mar 31, 2022 | -1.17 Mn |
| Dec 31, 2021 | -1.17 Mn |
| Sep 30, 2021 | -924,000.00 |
uniQure Exchange Rate Effect 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=exchange-rate-effect&ticker=QURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=QURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();