Vale S.A. (VALE) Non Operating Interest Expenses (2009 - 2026)
Vale's (VALE) quarterly Non Operating Interest Expenses came in at $409.0 million in Q2 2026, up 1.24% year-over-year from $404.0 million in Q2 2025, and up 197.85% quarter-over-quarter from -$418.0 million in Q1 2026.
Vale S.A. (VALE) Non Operating Interest Expenses (2009 - 2026) Analysis & Trends
Vale has disclosed Non Operating Interest Expenses across 18 years of filings, most recently posting $409.0 million for Q2 2026.
- In Q2 2026, Non Operating Interest Expenses rose 1.24% year-over-year to $409.0 million; the TTM figure through Jun 2026 stood at -$869.6 million (down 11.47% YoY), while the FY2025 annual figure was -$1.6 billion, down 11.81% from the prior year.
- Non Operating Interest Expenses came in at $409.0 million for Q2 2026 at Vale, up from -$418.0 million in the prior quarter.
- In the past five years, Non Operating Interest Expenses ranged from a high of $409.0 million in Q2 2026 to a low of -$1.1 billion in Q3 2023.
- Average Non Operating Interest Expenses over 5 years is -$237.3 million, with a median of -$356.0 million recorded in 2024.
- The largest YoY upside for Non Operating Interest Expenses was 239.33% in 2022 against a maximum downside of 1221.52% in 2022.
- Over 5 years, Non Operating Interest Expenses stood at -$303.9 million in 2022, then fell by 25.07% to -$380.2 million in 2023, then dropped by 12.89% to -$429.1 million in 2024, then dropped by 8.27% to -$464.6 million in 2025, then surged by 188.03% to $409.0 million in 2026.
- Per Business Quant data, the three most recent Non Operating Interest Expenses figures were $409.0 million in Q2 2026, -$418.0 million in Q1 2026, and -$464.6 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 409.00 Mn |
| Mar 31, 2026 | -418.00 Mn |
| Dec 31, 2025 | -464.64 Mn |
| Sep 30, 2025 | -396.00 Mn |
| Jun 30, 2025 | 404.00 Mn |
| Mar 31, 2025 | -382.00 Mn |
| Dec 31, 2024 | -429.15 Mn |
| Sep 30, 2024 | -373.00 Mn |
| Jun 30, 2024 | 365.00 Mn |
| Mar 31, 2024 | -339.00 Mn |
| Dec 31, 2023 | -380.00 Mn |
| Sep 30, 2023 | -1.08 Bn |
| Jun 30, 2023 | -397.00 Mn |
| Mar 31, 2023 | -320.00 Mn |
| Dec 31, 2022 | -1.18 Bn |
| Sep 30, 2022 | -221.00 Mn |
| Jun 30, 2022 | 372.00 Mn |
| Mar 31, 2022 | -319.00 Mn |
| Dec 31, 2021 | -23.00 Mn |
| Sep 30, 2021 | -240.00 Mn |
Vale S.A. Non Operating Interest Expenses 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=non-operating-interest-expenses&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-interest-expenses", "ticker": "VALE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=non-operating-interest-expenses&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();