Noble Corp plc (NE-WTA) Times Interest Earned (2021 - 2026)
Noble's (NE-WTA) quarterly Times Interest Earned came in at 0.84 in Q2 2026, down 75.11% on a YoY basis from 3.38 in Q2 2025, and down 84.85% quarter-over-quarter from 5.56 in Q1 2026.
Noble Corp plc (NE-WTA) Times Interest Earned (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Times Interest Earned for 6 consecutive years, with 0.84 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Times Interest Earned fell 75.11% year-over-year to 0.84; the trailing twelve-month figure through Jun 2026 stood at 2.2 (down 47.64% YoY), and the FY2025 full-year result was 2.56, down 60.09% from the prior year.
- Times Interest Earned slipped to 0.84 in Q2 2026 per NE-WTA's latest filing, from 5.56 in the prior quarter.
- Across five years, Times Interest Earned topped out at 17.5 in Q2 2024 and bottomed at 4.51 in Q1 2022.
- Historically, Times Interest Earned has averaged 5.88 across 5 years, with a median of 5.84 in 2026.
- The sharpest annual moves came in 2022 and 2025: Times Interest Earned soared 526.73% in 2022, then plunged 80.68% in 2025.
- Over 5 years, Times Interest Earned stood at 8.47 in 2022, then increased by 27.46% to 10.8 in 2023, then slumped by 60.14% to 4.3 in 2024, then plunged by 76.15% to 1.03 in 2025, then decreased by 18.02% to 0.84 in 2026.
- According to Business Quant data, Times Interest Earned over the past three periods registered 0.84, 5.56, and 1.03 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.84 |
| Mar 31, 2026 | 5.56 |
| Dec 31, 2025 | 1.03 |
| Sep 30, 2025 | 1.24 |
| Jun 30, 2025 | 3.38 |
| Mar 31, 2025 | 4.63 |
| Dec 31, 2024 | 4.30 |
| Sep 30, 2024 | 4.63 |
| Jun 30, 2024 | 17.50 |
| Mar 31, 2024 | 6.13 |
| Dec 31, 2023 | 10.80 |
| Sep 30, 2023 | 15.44 |
| Jun 30, 2023 | 7.44 |
| Mar 31, 2023 | 6.35 |
| Dec 31, 2022 | 8.47 |
| Sep 30, 2022 | 6.49 |
| Jun 30, 2022 | 6.17 |
| Mar 31, 2022 | -4.51 |
| Dec 31, 2021 | 16.93 |
| Sep 30, 2021 | -1.52 |
Noble Corp plc Times Interest Earned 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=times-interest-earned&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "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=times-interest-earned&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();