Noble Corp plc (NE-WTA) Intangibles (2021 - 2024)
Noble's (NE-WTA) quarterly Intangibles came in at $214000.0 in Q4 2024, down 97.89% on a YoY basis from $10.1 million in Q1 2024, and down 86.46% quarter-over-quarter from $1.6 million in Q3 2024.
Noble Corp plc (NE-WTA) Intangibles (2021 - 2024) Analysis & Trends
Noble (NE-WTA) has reported Intangibles for 4 consecutive years, with $214000.0 the latest figure, recorded in Q4 2024.
- For the quarter ending Q4 2024, Intangibles fell 97.89% year-over-year to $214000.0; the trailing twelve-month figure through Dec 2024 stood at $214000.0 (down 97.89% YoY), and the FY2024 full-year result was $214000.0, down 97.89% from the prior year.
- Intangibles fell to $214000.0 in Q4 2024 per NE-WTA's latest filing, from $1.6 million in the prior quarter.
- Across five years, Intangibles topped out at $61.8 million in Q4 2021 and bottomed at $214000.0 in Q4 2024.
- Historically, Intangibles has averaged $18.3 million across 4 years, with a median of $11.3 million in 2023.
- The sharpest annual moves came in 2022 and 2024: Intangibles sank 44.43% in 2022, then plunged 97.89% in 2024.
- Over 4 years, Intangibles stood at $61.8 million in 2021, then tumbled by 44.43% to $34.4 million in 2022, then slumped by 70.53% to $10.1 million in 2023, then slumped by 97.89% to $214000.0 in 2024.
- According to Business Quant data, Intangibles over the past three periods registered $214000.0, $1.6 million, and $4.4 million for Q4 2024, Q3 2024, and Q2 2024 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | 214,000.00 |
| Sep 30, 2024 | 1.58 Mn |
| Jun 30, 2024 | 4.36 Mn |
| Mar 31, 2024 | 7.37 Mn |
| Dec 31, 2023 | 10.13 Mn |
| Sep 30, 2023 | 11.34 Mn |
| Jun 30, 2023 | 17.02 Mn |
| Mar 31, 2023 | 27.41 Mn |
| Dec 31, 2022 | 34.37 Mn |
| Sep 30, 2022 | 25.32 Mn |
| Dec 31, 2021 | 61.85 Mn |
Noble Corp plc 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=intangibles&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=intangibles&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();