Nebius (NBIS) Exchange Rate Effect (2010 - 2026)
Nebius' (NBIS) quarterly Exchange Rate Effect came in at $5.9 million in Q2 2026, up 5800.0% year-over-year from $100000.0 in Q2 2025, and up 215.69% quarter-over-quarter from -$5.1 million in Q1 2026.
Nebius (NBIS) Exchange Rate Effect (2010 - 2026) Analysis & Trends
Nebius has disclosed Exchange Rate Effect across 17 years of filings, most recently posting $5.9 million for Q2 2026.
- In Q2 2026, Exchange Rate Effect rose 5800.0% year-over-year to $5.9 million; the TTM figure through Jun 2026 stood at -$9.1 million (down 1010.0% YoY), while the FY2025 annual figure was -$9.7 million, up 58.9% from the prior year.
- Exchange Rate Effect came in at $5.9 million for Q2 2026 at Nebius, up from -$5.1 million in the prior quarter.
- In the past five years, Exchange Rate Effect ranged from a high of $7.5 billion in Q4 2022 to a low of -$25.3 billion in Q2 2022.
- Average Exchange Rate Effect over 5 years is -$277.4 million, with a median of $1.8 million recorded in 2025.
- Year-over-year, Exchange Rate Effect slumped 3824.53% in 2022 and jumped 5800.0% in 2026.
- Over 5 years, Exchange Rate Effect stood at $7.5 billion in 2022, then sank by 125.61% to -$1.9 billion in 2023, then surged by 99.65% to -$6.7 million in 2024, then plunged by 74.63% to -$11.7 million in 2025, then soared by 150.43% to $5.9 million in 2026.
- Per Business Quant data, the three most recent Exchange Rate Effect figures were $5.9 million in Q2 2026, -$5.1 million in Q1 2026, and -$11.7 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,717.88 Bn | 3,585.13 Bn | 60.48 Bn | -1.00 Mn |
| 2 | International Business Machines | 219.37 Bn | 208.10 Bn | 9.91 Bn | -34.00 Mn |
| 3 | Cloudflare | 113.46 Bn | 109.29 Bn | 499.52 Mn | - |
| 4 | Equinix | 102.39 Bn | 100.19 Bn | 1.40 Bn | -5.00 Mn |
| 5 | Nebius | 57.34 Bn | 49.30 Bn | 448.70 Mn | 5.90 Mn |
| 6 | CoreWeave | 47.88 Bn | 42.34 Bn | 1.70 Bn | - |
| 7 | Verisign | 26.51 Bn | 25.48 Bn | 384.60 Mn | 300,000.00 |
| 8 | Nutanix | 18.85 Bn | 16.49 Bn | 651.35 Mn | - |
| 9 | Akamai Technologies | 17.01 Bn | 13.65 Bn | 613.75 Mn | 6.25 Mn |
| 10 | DigitalOcean Holdings | 14.83 Bn | 14.06 Bn | 154.66 Mn | 4,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 5.90 Mn |
| Mar 31, 2026 | -5.10 Mn |
| Dec 31, 2025 | -11.70 Mn |
| Sep 30, 2025 | 1.80 Mn |
| Jun 30, 2025 | 100,000.00 |
| Mar 31, 2025 | 300,000.00 |
| Dec 31, 2024 | -6.70 Mn |
| Sep 30, 2024 | 7.30 Mn |
| Dec 31, 2023 | -1.92 Bn |
| Sep 30, 2023 | 1.65 Bn |
| Jun 30, 2023 | 5.83 Bn |
| Mar 31, 2023 | 2.71 Bn |
| Dec 31, 2022 | 7.48 Bn |
| Jun 30, 2022 | -25.27 Bn |
| Mar 31, 2022 | 5.38 Bn |
| Dec 31, 2021 | 1.36 Bn |
| Sep 30, 2021 | -1.73 Bn |
| Jun 30, 2021 | -644.00 Mn |
| Mar 31, 2021 | 1.52 Bn |
| Dec 31, 2020 | -5.23 Bn |
Nebius 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=NBIS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "ticker": "NBIS", "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=NBIS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();