Noble Corp plc (NE-WTA) Interest & Investment Income (2022 - 2026)
Noble's (NE-WTA) quarterly Interest & Investment Income came in at $3.7 million in Q2 2026, down 22.24% on a YoY basis from $4.7 million in Q2 2025, and down 55.3% quarter-over-quarter from $8.2 million in Q1 2026.
Noble Corp plc (NE-WTA) Interest & Investment Income (2022 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Interest & Investment Income for 5 consecutive years, with $3.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Interest & Investment Income fell 22.24% year-over-year to $3.7 million; the trailing twelve-month figure through Jun 2026 stood at $25.3 million (up 1145.19% YoY), and the FY2025 full-year result was $20.0 million, up 214.42% from the prior year.
- Interest & Investment Income retreated to $3.7 million in Q2 2026 per NE-WTA's latest filing, from $8.2 million in the prior quarter.
- Across five years, Interest & Investment Income topped out at $17.2 million in Q3 2023 and bottomed at -$8.2 million in Q2 2024.
- Historically, Interest & Investment Income has averaged $2.6 million across 5 years, with a median of $1.9 million in 2023.
- The sharpest annual moves came in 2023 and 2024: Interest & Investment Income soared 431.87% in 2023, then tumbled 483.34% in 2024.
- Over 5 years, Interest & Investment Income stood at $9.6 million in 2022, then sank by 81.49% to $1.8 million in 2023, then sank by 483.34% to -$6.8 million in 2024, then soared by 286.11% to $12.7 million in 2025, then sank by 71.1% to $3.7 million in 2026.
- According to Business Quant data, Interest & Investment Income over the past three periods registered $3.7 million, $8.2 million, and $12.7 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.66 Mn |
| Mar 31, 2026 | 8.20 Mn |
| Dec 31, 2025 | 12.68 Mn |
| Sep 30, 2025 | 726,000.00 |
| Jun 30, 2025 | 4.71 Mn |
| Mar 31, 2025 | 1.84 Mn |
| Dec 31, 2024 | -6.81 Mn |
| Sep 30, 2024 | 2.29 Mn |
| Jun 30, 2024 | -8.18 Mn |
| Mar 31, 2024 | -4.74 Mn |
| Dec 31, 2023 | 1.78 Mn |
| Sep 30, 2023 | 17.21 Mn |
| Jun 30, 2023 | -2.94 Mn |
| Mar 31, 2023 | 2.03 Mn |
| Dec 31, 2022 | 9.60 Mn |
| Sep 30, 2022 | 3.24 Mn |
| Jun 30, 2022 | 1.08 Mn |
| Mar 31, 2022 | 450,000.00 |
Noble Corp plc Interest & Investment Income 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=interest-and-investment-income&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "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=interest-and-investment-income&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();