Noble Corp plc (NE-WTA) Non-Current Deffered Revenue (2022 - 2025)
Noble's (NE-WTA) quarterly Non-Current Deffered Revenue came in at $916000.0 in Q1 2025, down 96.7% on a YoY basis from $27.7 million in Q1 2024, and down 89.32% quarter-over-quarter from $8.6 million in Q4 2024.
Noble Corp plc (NE-WTA) Non-Current Deffered Revenue (2022 - 2025) Analysis & Trends
Noble (NE-WTA) has reported Non-Current Deffered Revenue for 4 consecutive years, with $916000.0 the latest figure, recorded in Q1 2025.
- For the quarter ending Q1 2025, Non-Current Deffered Revenue fell 96.7% year-over-year to $916000.0; the trailing twelve-month figure through Mar 2025 stood at $916000.0 (down 96.7% YoY), and the FY2024 full-year result was $8.6 million, down 83.13% from the prior year.
- Non-Current Deffered Revenue eased to $916000.0 in Q1 2025 per NE-WTA's latest filing, from $8.6 million in the prior quarter.
- Across five years, Non-Current Deffered Revenue topped out at $181.9 million in Q4 2022 and bottomed at $916000.0 in Q1 2025.
- Historically, Non-Current Deffered Revenue has averaged $56.0 million across 4 years, with a median of $39.3 million in 2023.
- The widest YoY moves for Non-Current Deffered Revenue: up 63.04% in 2024, down 97.19% in 2024.
- Over 4 years, Non-Current Deffered Revenue stood at $181.9 million in 2022, then slumped by 72.04% to $50.9 million in 2023, then plunged by 83.13% to $8.6 million in 2024, then plunged by 89.32% to $916000.0 in 2025.
- According to Business Quant data, Non-Current Deffered Revenue over the past three periods registered $916000.0, $8.6 million, and $23.4 million for Q1 2025, Q4 2024, and Q3 2024 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2025 | 916,000.00 |
| Dec 31, 2024 | 8.58 Mn |
| Sep 30, 2024 | 23.40 Mn |
| Jun 30, 2024 | 2.24 Mn |
| Mar 31, 2024 | 27.75 Mn |
| Dec 31, 2023 | 50.86 Mn |
| Sep 30, 2023 | 63.31 Mn |
| Jun 30, 2023 | 79.79 Mn |
| Mar 31, 2023 | 121.19 Mn |
| Dec 31, 2022 | 181.88 Mn |
Noble Corp plc Non-Current Deffered Revenue 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=non-current-deffered-revenue&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deffered-revenue", "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=non-current-deffered-revenue&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();