Noble Corp plc (NE-WTA) Prepaid Assets (2021 - 2026)
Noble's (NE-WTA) quarterly Prepaid Assets came in at $112.2 million in Q2 2026, down 14.58% on a YoY basis from $131.4 million in Q2 2025, and down 4.6% quarter-over-quarter from $117.7 million in Q1 2026.
Noble Corp plc (NE-WTA) Prepaid Assets (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Prepaid Assets for 6 consecutive years, with $112.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Prepaid Assets fell 14.58% year-over-year to $112.2 million; the trailing twelve-month figure through Jun 2026 stood at $112.2 million (down 14.58% YoY), and the FY2025 full-year result was $132.5 million, down 54.04% from the prior year.
- Prepaid Assets eased to $112.2 million in Q2 2026 per NE-WTA's latest filing, from $117.7 million in the prior quarter.
- Across five years, Prepaid Assets topped out at $324.1 million in Q1 2025 and bottomed at $41.3 million in Q3 2022.
- Historically, Prepaid Assets has averaged $135.6 million across 5 years, with a median of $115.0 million in 2023.
- The sharpest annual moves came in 2025 and 2026: Prepaid Assets surged 238.23% in 2025, then plunged 63.7% in 2026.
- Over 5 years, Prepaid Assets stood at $72.7 million in 2022, then jumped by 54.43% to $112.3 million in 2023, then jumped by 156.72% to $288.2 million in 2024, then plunged by 54.04% to $132.5 million in 2025, then decreased by 15.26% to $112.2 million in 2026.
- According to Business Quant data, Prepaid Assets over the past three periods registered $112.2 million, $117.7 million, and $132.5 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 112.24 Mn |
| Mar 31, 2026 | 117.66 Mn |
| Dec 31, 2025 | 132.46 Mn |
| Sep 30, 2025 | 149.29 Mn |
| Jun 30, 2025 | 131.40 Mn |
| Mar 31, 2025 | 324.10 Mn |
| Dec 31, 2024 | 288.21 Mn |
| Sep 30, 2024 | 184.76 Mn |
| Jun 30, 2024 | 119.40 Mn |
| Mar 31, 2024 | 95.82 Mn |
| Dec 31, 2023 | 112.27 Mn |
| Sep 30, 2023 | 97.51 Mn |
| Jun 30, 2023 | 106.09 Mn |
| Mar 31, 2023 | 84.31 Mn |
| Dec 31, 2022 | 72.70 Mn |
| Sep 30, 2022 | 41.27 Mn |
| Dec 31, 2021 | 45.03 Mn |
Noble Corp plc Prepaid Assets 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=prepaid-assets&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "prepaid-assets", "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=prepaid-assets&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();