Nebius (NBIS) Change in Taxes (2012 - 2023)
Nebius' (NBIS) quarterly Change in Taxes came in at -$12.5 billion in Q4 2023, down 79.54% year-over-year from -$61.3 billion in Q4 2022, and down 534.64% quarter-over-quarter from $2.9 billion in Q3 2023.
Nebius (NBIS) Change in Taxes (2012 - 2023) Analysis & Trends
Nebius has disclosed Change in Taxes across 7 years of filings, most recently posting -$12.5 billion for Q4 2023.
- In Q4 2023, Change in Taxes fell 79.54% year-over-year to -$12.5 billion; the TTM figure through Dec 2023 stood at -$2.0 million (down 100.18% YoY), while the FY2025 annual figure was -$4.5 million, down 21.62% from the prior year.
- Change in Taxes came in at -$12.5 billion for Q4 2023 at Nebius, down from $2.9 billion in the prior quarter.
- In the past five years, Change in Taxes ranged from a high of $6.5 billion in Q1 2023 to a low of -$12.5 billion in Q4 2023.
- Average Change in Taxes over 5 years is $1.7 billion, with a median of $3.0 billion recorded in 2021.
- Year-over-year, Change in Taxes soared 2861.68% in 2021 and slumped 430.75% in 2022.
- Over 5 years, Change in Taxes stood at $2.8 billion in 2019, then soared by 85.54% to $5.2 billion in 2020, then slumped by 59.64% to $2.1 billion in 2021, then tumbled by 430.75% to -$7.0 billion in 2022, then plunged by 79.54% to -$12.5 billion in 2023.
- Per Business Quant data, the three most recent Change in Taxes figures were -$12.5 billion in Q4 2023, $2.9 billion in Q3 2023, and $3.2 billion in Q2 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,717.88 Bn | 3,585.13 Bn | 60.48 Bn | -307.00 Mn |
| 2 | International Business Machines | 219.37 Bn | 208.10 Bn | 9.91 Bn | - |
| 3 | Cloudflare | 113.46 Bn | 109.29 Bn | 499.52 Mn | - |
| 4 | Equinix | 102.39 Bn | 100.19 Bn | 1.40 Bn | -17.00 Mn |
| 5 | Nebius | 57.34 Bn | 49.30 Bn | 448.70 Mn | - |
| 6 | CoreWeave | 47.88 Bn | 42.34 Bn | 1.70 Bn | - |
| 7 | Verisign | 26.51 Bn | 25.48 Bn | 384.60 Mn | - |
| 8 | Nutanix | 18.85 Bn | 16.49 Bn | 651.35 Mn | - |
| 9 | Akamai Technologies | 17.01 Bn | 13.65 Bn | 613.75 Mn | - |
| 10 | DigitalOcean Holdings | 14.83 Bn | 14.06 Bn | 154.66 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | -12.55 Bn |
| Sep 30, 2023 | 2.89 Bn |
| Jun 30, 2023 | 3.19 Bn |
| Mar 31, 2023 | 6.47 Bn |
| Dec 31, 2022 | -6.99 Bn |
| Jun 30, 2022 | 3.21 Bn |
| Mar 31, 2022 | 2.79 Bn |
| Dec 31, 2021 | 2.11 Bn |
| Sep 30, 2021 | 3.17 Bn |
| Jun 30, 2021 | 2.89 Bn |
| Mar 31, 2021 | 4.40 Bn |
| Dec 31, 2020 | 5.24 Bn |
| Sep 30, 2020 | 107.00 Mn |
| Jun 30, 2020 | 3.76 Bn |
| Mar 31, 2020 | 3.29 Bn |
| Mar 31, 2019 | 2.82 Bn |
| Dec 31, 2013 | 771.00 Mn |
| Dec 31, 2012 | 534.00 Mn |
Nebius Change in Taxes 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=change-in-taxes&ticker=NBIS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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=change-in-taxes&ticker=NBIS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();