Noble Corp plc (NE-WTA) Amortizatization of Intangibles (2022 - 2025)
Noble's (NE-WTA) quarterly Amortizatization of Intangibles came in at $1000.0 in Q4 2025, up 100.01% on a YoY basis from $499.98 in Q4 2024, and up 100.11% quarter-over-quarter from -$916000.0 in Q2 2025.
Noble Corp plc (NE-WTA) Amortizatization of Intangibles (2022 - 2025) Analysis & Trends
Noble (NE-WTA) has reported Amortizatization of Intangibles for 4 consecutive years, with $1000.0 the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Amortizatization of Intangibles rose 100.01% year-over-year to $1000.0; the trailing twelve-month figure through Jun 2026 stood at $1000.0 (up 100.0% YoY), and the FY2025 full-year result was -$8.4 million, up 86.07% from the prior year.
- Amortizatization of Intangibles climbed to $1000.0 in Q4 2025 per NE-WTA's latest filing, from -$916000.0 in the prior quarter.
- Across five years, Amortizatization of Intangibles topped out at $14.3 million in Q2 2022 and bottomed at -$53.7 million in Q1 2023.
- Historically, Amortizatization of Intangibles has averaged -$12.0 million across 4 years, with a median of -$10.8 million in 2023.
- The sharpest annual moves came in 2023 and 2025: Amortizatization of Intangibles sank 481.08% in 2023, then jumped 100.01% in 2025.
- Over 4 years, Amortizatization of Intangibles stood at -$41.9 million in 2022, then surged by 73.17% to -$11.2 million in 2023, then dropped by 19.72% to -$13.5 million in 2024, then surged by 100.01% to $1000.0 in 2025.
- According to Business Quant data, Amortizatization of Intangibles over the past three periods registered $1000.0, -$916000.0, and -$7.4 million for Q4 2025, Q2 2025, and Q1 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1,000.00 |
| Jun 30, 2025 | -916,000.00 |
| Mar 31, 2025 | -7.45 Mn |
| Dec 31, 2024 | -13.45 Mn |
| Sep 30, 2024 | -3.73 Mn |
| Jun 30, 2024 | -22.50 Mn |
| Mar 31, 2024 | -20.35 Mn |
| Dec 31, 2023 | -11.24 Mn |
| Sep 30, 2023 | -10.80 Mn |
| Jun 30, 2023 | -31.01 Mn |
| Mar 31, 2023 | -53.73 Mn |
| Dec 31, 2022 | -41.88 Mn |
| Sep 30, 2022 | 8.17 Mn |
| Jun 30, 2022 | 14.26 Mn |
| Mar 31, 2022 | 14.10 Mn |
Noble Corp plc Amortizatization of Intangibles 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=amortizatization-of-intangibles&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "amortizatization-of-intangibles", "ticker": "NE-WTA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=amortizatization-of-intangibles&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();