Vale S.A. (VALE) EBITDA (2009 - 2025)
Vale's (VALE) quarterly EBITDA came in at $2.1 billion in Q2 2026, up 6.8% year-over-year from $2.0 billion in Q2 2025, and down 12.37% quarter-over-quarter from $2.4 billion in Q1 2026.
Vale S.A. (VALE) EBITDA (2009 - 2025) Analysis & Trends
Vale has disclosed EBITDA across 18 years of filings, most recently posting $2.1 billion for Q2 2026.
- In Q2 2026, EBITDA rose 6.8% year-over-year to $2.1 billion; the TTM figure through Jun 2026 stood at $7.4 billion (down 14.92% YoY), while the FY2025 annual figure was $6.9 billion, down 53.24% from the prior year.
- EBITDA came in at $2.1 billion for Q2 2026 at Vale, down from $2.4 billion in the prior quarter.
- In the past five years, EBITDA ranged from a high of $6.4 billion in Q1 2022 to a low of $58.4 million in Q4 2025.
- Average EBITDA over 5 years is $3.1 billion, with a median of $3.1 billion recorded in 2023.
- Year-over-year, EBITDA jumped 47.94% in 2023 and slumped 95.11% in 2025.
- Over 5 years, EBITDA stood at $3.5 billion in 2022, then jumped by 47.94% to $5.2 billion in 2023, then slumped by 76.84% to $1.2 billion in 2024, then tumbled by 95.11% to $58.4 million in 2025, then jumped by 3564.28% to $2.1 billion in 2026.
- Per Business Quant data, the three most recent EBITDA figures were $2.1 billion in Q2 2026, $2.4 billion in Q1 2026, and $58.4 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2025 | 2.50 Bn |
| Dec 31, 2024 | 2.00 Bn |
| Jun 30, 2024 | 4.67 Bn |
| Mar 31, 2024 | 3.16 Bn |
| Dec 31, 2023 | 6.01 Bn |
| Sep 30, 2023 | 9.81 Bn |
| Jun 30, 2023 | 3.65 Bn |
| Mar 31, 2023 | 3.54 Bn |
| Dec 31, 2022 | 4.39 Bn |
| Sep 30, 2022 | 3.61 Bn |
| Jun 30, 2022 | 5.13 Bn |
| Mar 31, 2022 | 7.27 Bn |
| Dec 31, 2021 | 5.12 Bn |
| Sep 30, 2021 | 6.84 Bn |
| Jun 30, 2021 | 11.04 Bn |
| Mar 31, 2021 | 8.98 Bn |
| Dec 31, 2020 | 4.70 Bn |
| Sep 30, 2020 | 5.79 Bn |
| Jun 30, 2020 | 2.89 Bn |
| Mar 31, 2020 | 2.83 Bn |
Vale S.A. EBITDA 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=ebitda&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda", "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=ebitda&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();