Vale S.A. (VALE) Exchange Rate Effect (2009 - 2026)
Vale's (VALE) quarterly Exchange Rate Effect came in at -$47.0 million in Q2 2026, up 63.08% year-over-year from -$28.8 million in Q2 2025, and down 142.75% quarter-over-quarter from $110.0 million in Q1 2026.
Vale S.A. (VALE) Exchange Rate Effect (2009 - 2026) Analysis & Trends
Vale has disclosed Exchange Rate Effect across 18 years of filings, most recently posting -$47.0 million for Q2 2026.
- In Q2 2026, Exchange Rate Effect rose 63.08% year-over-year to -$47.0 million; the TTM figure through Jun 2026 stood at -$68.8 million (up 70.4% YoY), while the FY2025 annual figure was $212.0 million, up 146.7% from the prior year.
- Exchange Rate Effect came in at -$47.0 million for Q2 2026 at Vale, down from $110.0 million in the prior quarter.
- In the past five years, Exchange Rate Effect ranged from a high of $707.0 million in Q1 2022 to a low of -$417.0 million in Q2 2022.
- Average Exchange Rate Effect over 5 years is -$16.6 million, with a median of -$43.5 million recorded in 2024.
- Year-over-year, Exchange Rate Effect slumped 1305.26% in 2024 and surged 462.5% in 2025.
- Over 5 years, Exchange Rate Effect stood at $76.0 million in 2022, then plunged by 75.0% to $19.0 million in 2023, then plunged by 1305.26% to -$229.0 million in 2024, then jumped by 72.93% to -$62.0 million in 2025, then increased by 24.16% to -$47.0 million in 2026.
- Per Business Quant data, the three most recent Exchange Rate Effect figures were -$47.0 million in Q2 2026, $110.0 million in Q1 2026, and -$62.0 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -47.02 Mn |
| Mar 31, 2026 | 110.00 Mn |
| Dec 31, 2025 | -62.00 Mn |
| Sep 30, 2025 | -69.74 Mn |
| Jun 30, 2025 | -127.36 Mn |
| Mar 31, 2025 | 145.00 Mn |
| Dec 31, 2024 | -229.00 Mn |
| Sep 30, 2024 | -70.69 Mn |
| Jun 30, 2024 | -164.00 Mn |
| Mar 31, 2024 | -40.00 Mn |
| Dec 31, 2023 | 19.00 Mn |
| Sep 30, 2023 | -49.00 Mn |
| Jun 30, 2023 | 67.00 Mn |
| Mar 31, 2023 | 32.00 Mn |
| Dec 31, 2022 | 76.00 Mn |
| Sep 30, 2022 | -228.00 Mn |
| Jun 30, 2022 | -417.00 Mn |
| Mar 31, 2022 | 707.00 Mn |
| Dec 31, 2021 | -78.00 Mn |
| Sep 30, 2021 | -638.00 Mn |
Vale S.A. Exchange Rate Effect 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=exchange-rate-effect&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();