Nebius (NBIS) Tax Rate (2010 - 2026)
Nebius' (NBIS) quarterly Tax Rate came in at 2014.71% in Q2 2026, down 205262.0% year-over-year from N/an in Q2 2025, and down 733.67% quarter-over-quarter from 241.67% in Q1 2026.
Nebius (NBIS) Tax Rate (2010 - 2026) Analysis & Trends
Nebius has disclosed Tax Rate across 17 years of filings, most recently posting 2014.71% for Q2 2026.
- In Q2 2026, Tax Rate fell 205262.0% year-over-year to 2014.71%; the TTM figure through Jun 2026 stood at 4.15% (down 366.0% YoY), while the FY2025 annual figure was 10000.0%, up 1008000.0% from the prior year.
- Tax Rate came in at 2014.71% for Q2 2026 at Nebius, down from 241.67% in the prior quarter.
- In the past five years, Tax Rate ranged from a high of 476.19% in Q3 2024 to a low of 2014.71% in Q2 2026.
- Average Tax Rate over 5 years is 105.76%, with a median of 0.08% recorded in 2024.
- Year-over-year, Tax Rate soared 47852 bps in 2024 and tumbled 205262 bps in 2026.
- Over 5 years, Tax Rate stood at 57.81% in 2022, then slumped by 95 bps to 2.75% in 2023, then sank by 97 bps to 0.08% in 2024, then sank by 1395 bps to 1.05% in 2025, then slumped by 191297 bps to 2014.71% in 2026.
- Per Business Quant data, the three most recent Tax Rate figures were 2014.71% in Q2 2026, 241.67% in Q1 2026, and 1.05% in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,717.88 Bn | 3,585.13 Bn | 60.48 Bn | 24.84% |
| 2 | International Business Machines | 219.37 Bn | 208.10 Bn | 9.91 Bn | 12.63% |
| 3 | Cloudflare | 113.46 Bn | 109.29 Bn | 499.52 Mn | -1.22% |
| 4 | Equinix | 102.39 Bn | 100.19 Bn | 1.40 Bn | 8.80% |
| 5 | Nebius | 57.34 Bn | 49.30 Bn | 448.70 Mn | -2,014.71% |
| 6 | CoreWeave | 47.88 Bn | 42.34 Bn | 1.70 Bn | -10.99% |
| 7 | Verisign | 26.51 Bn | 25.48 Bn | 384.60 Mn | 23.12% |
| 8 | Nutanix | 18.85 Bn | 16.49 Bn | 651.35 Mn | -1,434.96% |
| 9 | Akamai Technologies | 17.01 Bn | 13.65 Bn | 613.75 Mn | 20.62% |
| 10 | DigitalOcean Holdings | 14.83 Bn | 14.06 Bn | 154.66 Mn | -30.56% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2,014.71% |
| Mar 31, 2026 | -241.67% |
| Dec 31, 2025 | -1.05% |
| Sep 30, 2025 | 60.00% |
| Jun 30, 2025 | 37.91% |
| Mar 31, 2025 | -204.55% |
| Dec 31, 2024 | 0.08% |
| Sep 30, 2024 | 476.19% |
| Jun 30, 2024 | -2.27% |
| Mar 31, 2024 | 3.59% |
| Dec 31, 2023 | 2.75% |
| Sep 30, 2023 | -2.33% |
| Jun 30, 2023 | -2.62% |
| Mar 31, 2023 | 25.23% |
| Dec 31, 2022 | 57.81% |
| Jun 30, 2022 | 31.66% |
| Mar 31, 2022 | -23.94% |
| Dec 31, 2021 | -243.46% |
| Sep 30, 2021 | -40.27% |
| Jun 30, 2021 | -11.61% |
Nebius Tax Rate 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=tax-rate&ticker=NBIS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=NBIS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();