Getty Images Holdings (GETY) Exchange Rate Effect (2021 - 2026)
Getty Images Holdings' (GETY) quarterly Exchange Rate Effect came in at -$1.4 million in Q2 2026, down 110.03% on a YoY basis from $14.0 million in Q2 2025, and up 69.27% quarter-over-quarter from -$4.6 million in Q1 2026.
Getty Images Holdings (GETY) Exchange Rate Effect (2021 - 2026) Analysis & Trends
Getty Images Holdings (GETY) has reported Exchange Rate Effect for 6 consecutive years, with -$1.4 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Exchange Rate Effect fell 110.03% year-over-year to -$1.4 million; the trailing twelve-month figure through Jun 2026 stood at -$8.1 million (down 144.48% YoY), and the FY2025 full-year result was $18.2 million, up 451.96% from the prior year.
- Exchange Rate Effect improved to -$1.4 million in Q2 2026 per GETY's latest filing, from -$4.6 million in the prior quarter.
- Across five years, Exchange Rate Effect topped out at $14.0 million in Q2 2025 and bottomed at -$11.3 million in Q4 2024.
- Historically, Exchange Rate Effect has averaged $471722.2 across 5 years, with a median of -$825500.0 in 2025.
- The sharpest annual moves came in 2024 and 2025: Exchange Rate Effect slumped 254.19% in 2024, then jumped 1565.56% in 2025.
- Over 5 years, Exchange Rate Effect stood at $11.0 million in 2022, then declined by 24.7% to $8.3 million in 2023, then sank by 236.21% to -$11.3 million in 2024, then jumped by 97.84% to -$244000.0 in 2025, then plunged by 476.64% to -$1.4 million in 2026.
- According to Business Quant data, Exchange Rate Effect over the past three periods registered -$1.4 million, -$4.6 million, and -$244000.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 268.88 Bn | 233.62 Bn | 15.11 Bn | -224.00 Mn |
| 2 | Booking Holdings | 126.62 Bn | 109.41 Bn | 4.98 Bn | -111.00 Mn |
| 3 | PDD Holdings | 112.86 Bn | 82.58 Bn | 9.45 Bn | 182.40 Mn |
| 4 | Airbnb | 98.44 Bn | 86.37 Bn | 2.98 Bn | -28.00 Mn |
| 5 | Mercadolibre | 92.29 Bn | 77.10 Bn | 4.16 Bn | 21.00 Mn |
| 6 | Ebay | 48.19 Bn | 44.89 Bn | 2.30 Bn | -11.00 Mn |
| 7 | Expedia | 32.17 Bn | 25.04 Bn | 3.91 Bn | -8.00 Mn |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.00 Mn | -2.00 Mn |
| 9 | Full Truck Alliance | 7.66 Bn | 6.70 Bn | - | -4.96 Mn |
| 10 | Getty Images Holdings | 96.83 Mn | -552.82 Mn | 160.81 Mn | -1.41 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.41 Mn |
| Mar 31, 2026 | -4.58 Mn |
| Dec 31, 2025 | -244,000.00 |
| Sep 30, 2025 | -1.86 Mn |
| Jun 30, 2025 | 14.02 Mn |
| Mar 31, 2025 | 6.24 Mn |
| Dec 31, 2024 | -11.30 Mn |
| Sep 30, 2024 | 9.22 Mn |
| Jun 30, 2024 | 842,000.00 |
| Mar 31, 2024 | -3.92 Mn |
| Dec 31, 2023 | 8.30 Mn |
| Sep 30, 2023 | -3.65 Mn |
| Jun 30, 2023 | 898,000.00 |
| Mar 31, 2023 | 2.54 Mn |
| Dec 31, 2022 | 11.02 Mn |
| Sep 30, 2022 | -6.46 Mn |
| Jun 30, 2022 | -7.59 Mn |
| Mar 31, 2022 | -3.59 Mn |
| Dec 31, 2021 | -929,000.00 |
Getty Images Holdings 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=GETY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "ticker": "GETY", "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=GETY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();