Noble Corp plc (NE-WTA) Receivables (2021 - 2026)
Noble's (NE-WTA) quarterly Receivables came in at $547.8 million in Q2 2026, up 1574.76% on a YoY basis from $32.7 million in Q2 2025, and down 8.07% quarter-over-quarter from $595.9 million in Q1 2026.
Noble Corp plc (NE-WTA) Receivables (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Receivables for 6 consecutive years, with $547.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Receivables rose 1574.76% year-over-year to $547.8 million; the trailing twelve-month figure through Jun 2026 stood at $547.8 million (up 1574.76% YoY), and the FY2025 full-year result was $589.6 million, up 1489.6% from the prior year.
- Receivables retreated to $547.8 million in Q2 2026 per NE-WTA's latest filing, from $595.9 million in the prior quarter.
- Across five years, Receivables topped out at $678.3 million in Q3 2025 and bottomed at $3.2 million in Q3 2023.
- Historically, Receivables has averaged $147.6 million across 5 years, with a median of $22.1 million in 2022.
- The sharpest annual moves came in 2023 and 2025: Receivables sank 61.72% in 2023, then surged 2093.33% in 2025.
- Over 5 years, Receivables stood at $11.5 million in 2022, then tumbled by 61.72% to $4.4 million in 2023, then surged by 739.92% to $37.1 million in 2024, then soared by 1489.6% to $589.6 million in 2025, then dropped by 7.09% to $547.8 million in 2026.
- According to Business Quant data, Receivables over the past three periods registered $547.8 million, $595.9 million, and $589.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 547.81 Mn |
| Mar 31, 2026 | 595.88 Mn |
| Dec 31, 2025 | 589.60 Mn |
| Sep 30, 2025 | 678.29 Mn |
| Jun 30, 2025 | 32.71 Mn |
| Mar 31, 2025 | 33.84 Mn |
| Dec 31, 2024 | 37.09 Mn |
| Sep 30, 2024 | 30.93 Mn |
| Jun 30, 2024 | 35.08 Mn |
| Mar 31, 2024 | 5.46 Mn |
| Dec 31, 2023 | 4.42 Mn |
| Sep 30, 2023 | 3.17 Mn |
| Jun 30, 2023 | 9.34 Mn |
| Mar 31, 2023 | 12.93 Mn |
| Dec 31, 2022 | 11.54 Mn |
| Sep 30, 2022 | 7.93 Mn |
| Jun 30, 2022 | 13.20 Mn |
| Mar 31, 2022 | 6.93 Mn |
| Dec 31, 2021 | 5.74 Mn |
| Sep 30, 2021 | 4.14 Mn |
Noble Corp plc Receivables 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=receivables&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables", "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=receivables&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();