Vale S.A. (VALE) EBT (2009 - 2026)
Vale's (VALE) quarterly EBT came in at $1.8 billion in Q2 2026, down 15.26% year-over-year from $2.1 billion in Q2 2025, and down 27.12% quarter-over-quarter from $2.4 billion in Q1 2026.
Vale S.A. (VALE) EBT (2009 - 2026) Analysis & Trends
Vale has disclosed EBT across 18 years of filings, most recently posting $1.8 billion for Q2 2026.
- In Q2 2026, EBT fell 15.26% year-over-year to $1.8 billion; the TTM figure through Jun 2026 stood at $5.2 billion (down 23.55% YoY), while the FY2025 annual figure was $4.7 billion, down 30.51% from the prior year.
- EBT came in at $1.8 billion for Q2 2026 at Vale, down from $2.4 billion in the prior quarter.
- In the past five years, EBT ranged from a high of $8.0 billion in Q3 2023 to a low of -$1.6 billion in Q4 2025.
- Average EBT over 5 years is $2.9 billion, with a median of $2.7 billion recorded in 2023.
- Year-over-year, EBT soared 52.44% in 2023 and plunged 2023.49% in 2025.
- Over 5 years, EBT stood at $2.9 billion in 2022, then grew by 8.36% to $3.1 billion in 2023, then sank by 102.45% to -$77.3 million in 2024, then sank by 2023.49% to -$1.6 billion in 2025, then surged by 208.62% to $1.8 billion in 2026.
- Per Business Quant data, the three most recent EBT figures were $1.8 billion in Q2 2026, $2.4 billion in Q1 2026, and -$1.6 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.78 Bn |
| Mar 31, 2026 | 2.45 Bn |
| Dec 31, 2025 | 647.90 Mn |
| Sep 30, 2025 | 2.61 Bn |
| Jun 30, 2025 | 2.10 Bn |
| Mar 31, 2025 | 2.04 Bn |
| Dec 31, 2024 | -901.00 Mn |
| Sep 30, 2024 | 2.73 Bn |
| Jun 30, 2024 | 2.74 Bn |
| Mar 31, 2024 | 2.14 Bn |
| Dec 31, 2023 | 3.15 Bn |
| Sep 30, 2023 | 8.00 Bn |
| Jun 30, 2023 | 2.72 Bn |
| Mar 31, 2023 | 2.30 Bn |
| Dec 31, 2022 | 2.90 Bn |
| Sep 30, 2022 | 5.25 Bn |
| Jun 30, 2022 | 5.06 Bn |
| Mar 31, 2022 | 6.57 Bn |
| Dec 31, 2021 | 5.76 Bn |
| Sep 30, 2021 | 5.97 Bn |
Vale S.A. EBT 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=ebt&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();