Vale S.A. (VALE) Tax Rate (2009 - 2026)
Vale's (VALE) quarterly Tax Rate came in at 20.65% in Q2 2026, up 2217.0% year-over-year from 0.89% in Q2 2025, and up 199.98% quarter-over-quarter from 20.65% in Q1 2026.
Vale S.A. (VALE) Tax Rate (2009 - 2026) Analysis & Trends
Vale has disclosed Tax Rate across 18 years of filings, most recently posting 20.65% for Q2 2026.
- In Q2 2026, Tax Rate rose 2217.0% year-over-year to 20.65%; the TTM figure through Jun 2026 stood at 45.18% (down 1976.0% YoY), while the FY2025 annual figure was 57.38%, down 4661.0% from the prior year.
- Tax Rate came in at 20.65% for Q2 2026 at Vale, up from 20.65% in the prior quarter.
- In the past five years, Tax Rate ranged from a high of 923.83% in Q4 2024 to a low of 65.88% in Q2 2023.
- Average Tax Rate over 5 years is 49.25%, with a median of 10.52% recorded in 2023.
- Year-over-year, Tax Rate soared 94616 bps in 2024 and tumbled 78396 bps in 2025.
- Over 5 years, Tax Rate stood at 28.67% in 2022, then tumbled by 178 bps to 22.33% in 2023, then soared by 4237 bps to 923.83% in 2024, then slumped by 85 bps to 139.88% in 2025, then slumped by 85 bps to 20.65% in 2026.
- Per Business Quant data, the three most recent Tax Rate figures were 20.65% in Q2 2026, 20.65% in Q1 2026, and 139.88% in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 20.65% |
| Mar 31, 2026 | -20.65% |
| Dec 31, 2025 | -354.19% |
| Sep 30, 2025 | 3.18% |
| Jun 30, 2025 | -1.52% |
| Mar 31, 2025 | -31.67% |
| Dec 31, 2024 | 79.22% |
| Sep 30, 2024 | -12.30% |
| Jun 30, 2024 | -1.24% |
| Mar 31, 2024 | -20.98% |
| Dec 31, 2023 | -22.33% |
| Sep 30, 2023 | -1.59% |
| Jun 30, 2023 | -65.88% |
| Mar 31, 2023 | -18.21% |
| Dec 31, 2022 | 28.67% |
| Sep 30, 2022 | -15.32% |
| Jun 30, 2022 | 18.02% |
| Mar 31, 2022 | -31.83% |
| Jun 30, 2021 | 20.26% |
| Jun 30, 2020 | 13.63% |
Vale S.A. Tax Rate 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=tax-rate&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();