Noble Corp plc (NE-WTA) Accounts Payables (2021 - 2026)
Noble's (NE-WTA) quarterly Accounts Payables came in at $324.0 million in Q2 2026, down 5.09% on a YoY basis from $341.3 million in Q2 2025, and up 5.32% quarter-over-quarter from $307.6 million in Q1 2026.
Noble Corp plc (NE-WTA) Accounts Payables (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Accounts Payables for 6 consecutive years, with $324.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Accounts Payables fell 5.09% year-over-year to $324.0 million; the trailing twelve-month figure through Jun 2026 stood at $324.0 million (down 5.09% YoY), and the FY2025 full-year result was $298.8 million, down 24.87% from the prior year.
- Accounts Payables improved to $324.0 million in Q2 2026 per NE-WTA's latest filing, from $307.6 million in the prior quarter.
- Across five years, Accounts Payables topped out at $405.9 million in Q3 2024 and bottomed at $144.5 million in Q3 2022.
- Historically, Accounts Payables has averaged $317.6 million across 5 years, with a median of $309.2 million in 2023.
- The sharpest annual moves came in 2022 and 2025: Accounts Payables soared 141.46% in 2022, then dropped 24.87% in 2025.
- Over 5 years, Accounts Payables stood at $290.7 million in 2022, then jumped by 35.94% to $395.2 million in 2023, then advanced by 0.62% to $397.6 million in 2024, then dropped by 24.87% to $298.8 million in 2025, then increased by 8.44% to $324.0 million in 2026.
- According to Business Quant data, Accounts Payables over the past three periods registered $324.0 million, $307.6 million, and $298.8 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 323.96 Mn |
| Mar 31, 2026 | 307.60 Mn |
| Dec 31, 2025 | 298.75 Mn |
| Sep 30, 2025 | 304.98 Mn |
| Jun 30, 2025 | 341.33 Mn |
| Mar 31, 2025 | 306.97 Mn |
| Dec 31, 2024 | 397.62 Mn |
| Sep 30, 2024 | 405.91 Mn |
| Jun 30, 2024 | 340.16 Mn |
| Mar 31, 2024 | 365.98 Mn |
| Dec 31, 2023 | 395.17 Mn |
| Sep 30, 2023 | 281.27 Mn |
| Jun 30, 2023 | 310.72 Mn |
| Mar 31, 2023 | 265.58 Mn |
| Dec 31, 2022 | 290.69 Mn |
| Sep 30, 2022 | 144.50 Mn |
| Dec 31, 2021 | 120.39 Mn |
Noble Corp plc Accounts Payables 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=accounts-payables&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "accounts-payables", "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=accounts-payables&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();