Vale S.A. (VALE) Current Taxes (2009 - 2026)
Vale's (VALE) quarterly Current Taxes came in at $890.0 million in Q2 2026, down 12.75% year-over-year from $1.0 billion in Q2 2025, and up 37.77% quarter-over-quarter from $646.0 million in Q1 2026.
Vale S.A. (VALE) Current Taxes (2009 - 2026) Analysis & Trends
Vale has disclosed Current Taxes across 18 years of filings, most recently posting $890.0 million for Q2 2026.
- In Q2 2026, Current Taxes fell 12.75% year-over-year to $890.0 million; the TTM figure through Jun 2026 stood at $890.0 million (down 12.75% YoY), while the FY2025 annual figure was $687.0 million, down 95.01% from the prior year.
- Current Taxes came in at $890.0 million for Q2 2026 at Vale, up from $646.0 million in the prior quarter.
- In the past five years, Current Taxes ranged from a high of $17.4 billion in Q3 2025 to a low of $303.0 million in Q3 2022.
- Average Current Taxes over 5 years is $4.0 billion, with a median of $955.0 million recorded in 2025.
- Year-over-year, Current Taxes slumped 97.52% in 2022 and soared 1282.1% in 2025.
- Over 5 years, Current Taxes stood at $10.9 billion in 2022, then climbed by 7.11% to $11.6 billion in 2023, then grew by 18.25% to $13.8 billion in 2024, then plunged by 95.01% to $687.0 million in 2025, then increased by 29.55% to $890.0 million in 2026.
- Per Business Quant data, the three most recent Current Taxes figures were $890.0 million in Q2 2026, $646.0 million in Q1 2026, and $687.0 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 890.00 Mn |
| Mar 31, 2026 | 646.00 Mn |
| Dec 31, 2025 | 701.32 Mn |
| Sep 30, 2025 | 576.00 Mn |
| Jun 30, 2025 | 1.02 Bn |
| Mar 31, 2025 | 651.00 Mn |
| Dec 31, 2024 | 574.00 Mn |
| Sep 30, 2024 | -1.44 Bn |
| Jun 30, 2024 | 1.24 Bn |
| Mar 31, 2024 | 1.70 Bn |
| Dec 31, 2023 | 1.31 Bn |
| Sep 30, 2023 | -1.63 Bn |
| Jun 30, 2023 | -911.00 Mn |
| Mar 31, 2023 | -337.00 Mn |
| Dec 31, 2022 | -4.58 Bn |
| Sep 30, 2022 | -4.37 Bn |
| Jun 30, 2022 | -3.79 Bn |
| Mar 31, 2022 | -2.58 Bn |
| Dec 31, 2021 | -4.23 Bn |
| Sep 30, 2021 | 2.59 Bn |
Vale S.A. Current Taxes 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=current-taxes&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-taxes", "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=current-taxes&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();