Nebius (NBIS) Change in Inventory (2019 - 2023)
Nebius' (NBIS) quarterly Change in Inventory came in at $1.4 billion in Q4 2023, up 112.6% year-over-year from $639.2 million in Q4 2022, and up 175.21% quarter-over-quarter from -$1.8 billion in Q3 2023.
Nebius (NBIS) Change in Inventory (2019 - 2023) Analysis & Trends
Nebius has disclosed Change in Inventory across 5 years of filings, most recently posting $1.4 billion for Q4 2023.
- In Q4 2023, Change in Inventory rose 112.6% year-over-year to $1.4 billion; the TTM figure through Dec 2023 stood at $3.8 billion (up 119.7% YoY), while the FY2023 annual figure was $3.8 billion, up 120.82% from the prior year.
- Change in Inventory came in at $1.4 billion for Q4 2023 at Nebius, up from -$1.8 billion in the prior quarter.
- In the past five years, Change in Inventory ranged from a high of $3.7 billion in Q2 2023 to a low of -$10.8 billion in Q4 2022.
- Average Change in Inventory over 5 years is -$1.2 billion, with a median of -$664.0 million recorded in 2020.
- Year-over-year, Change in Inventory jumped 3659.38% in 2020 and sank 9347.06% in 2021.
- Over 5 years, Change in Inventory stood at $64.0 million in 2019, then jumped by 3659.38% to $2.4 billion in 2020, then slumped by 203.87% to -$2.5 billion in 2021, then plunged by 331.53% to -$10.8 billion in 2022, then surged by 112.6% to $1.4 billion in 2023.
- Per Business Quant data, the three most recent Change in Inventory figures were $1.4 billion in Q4 2023, -$1.8 billion in Q3 2023, and $3.7 billion in Q2 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,717.88 Bn | 3,585.13 Bn | 60.48 Bn | 178.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 | - |
| 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 | 1.36 Bn |
| Sep 30, 2023 | -1.81 Bn |
| Jun 30, 2023 | 3.69 Bn |
| Mar 31, 2023 | 569.00 Mn |
| Dec 31, 2022 | -10.78 Bn |
| Jun 30, 2022 | -2.40 Bn |
| Mar 31, 2022 | -3.66 Bn |
| Dec 31, 2021 | -2.50 Bn |
| Sep 30, 2021 | -269.00 Mn |
| Jun 30, 2021 | -382.00 Mn |
| Mar 31, 2021 | -1.61 Bn |
| Dec 31, 2020 | 2.41 Bn |
| Sep 30, 2020 | -2.94 Bn |
| Jun 30, 2020 | -946.00 Mn |
| Mar 31, 2020 | -17.00 Mn |
| Dec 31, 2019 | 64.00 Mn |
Nebius Change in Inventory 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-inventory&ticker=NBIS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "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-inventory&ticker=NBIS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();