Nebius (NBIS) Asset Writedowns and Impairment (2011 - 2023)
Nebius' (NBIS) quarterly Asset Writedowns and Impairment came in at $6.3 billion in Q4 2023, up 131.39% quarter-over-quarter from $2.7 billion in Q2 2022.
Nebius (NBIS) Asset Writedowns and Impairment (2011 - 2023) Analysis & Trends
Nebius has disclosed Asset Writedowns and Impairment across 2 years of filings, most recently posting $6.3 billion for Q4 2023.
- In Q4 2023, Asset Writedowns and Impairment changed N/A year-over-year to $6.3 billion; the TTM figure through Dec 2023 stood at $10.0 billion (changed N/A YoY), while the FY2023 annual figure was $81.3 million, up 50.76% from the prior year.
- Asset Writedowns and Impairment came in at $6.3 billion for Q4 2023 at Nebius, up from $2.7 billion in the prior quarter.
- In the past five years, Asset Writedowns and Impairment ranged from a high of $6.3 billion in Q4 2023 to a low of $904.0 million in Q1 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Microsoft | 3,833.59 Bn | 3,756.75 Bn | 60.48 Bn |
| 2 | International Business Machines | 212.47 Bn | 163.37 Bn | 9.91 Bn |
| 3 | Cloudflare | 112.40 Bn | 95.93 Bn | 499.52 Mn |
| 4 | Equinix | 99.47 Bn | 88.02 Bn | 1.40 Bn |
| 5 | Nebius | 60.05 Bn | 33.48 Bn | 448.70 Mn |
| 6 | CoreWeave | 48.26 Bn | 35.35 Bn | 1.70 Bn |
| 7 | Verisign | 25.97 Bn | 23.18 Bn | 384.60 Mn |
| 8 | Nutanix | 18.41 Bn | 10.09 Bn | 651.35 Mn |
| 9 | Akamai Technologies | 16.36 Bn | 9.77 Bn | 613.75 Mn |
| 10 | DigitalOcean Holdings | 14.67 Bn | 12.67 Bn | 154.66 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 6.34 Bn |
| Jun 30, 2022 | 2.74 Bn |
| Mar 31, 2022 | 904.00 Mn |
| Sep 30, 2013 | -1.00 Mn |
| Jun 30, 2013 | -96.00 Mn |
| Mar 31, 2013 | -59.00 Mn |
| Dec 31, 2012 | -306.00 Mn |
| Sep 30, 2012 | -5.00 Mn |
| Jun 30, 2012 | -103.00 Mn |
| Mar 31, 2012 | 54.00 Mn |
| Dec 31, 2011 | -328.00 Mn |
Nebius Asset Writedowns and Impairment 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=asset-writedowns-and-impairment&ticker=NBIS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-writedowns-and-impairment", "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=asset-writedowns-and-impairment&ticker=NBIS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();