Ternium (TX) Tax Rate (2009 - 2026)
Ternium's (TX) quarterly Tax Rate came in at 4.7% in Q2 2026, down 7213.0% on a YoY basis from 0.07% in Q2 2025, and down 114.09% quarter-over-quarter from 33.33% in Q1 2026.
Ternium (TX) Tax Rate (2009 - 2026) Analysis & Trends
Ternium (TX) has reported Tax Rate for 18 consecutive years, with 4.7% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Tax Rate fell 7213.0% year-over-year to 4.7%; the trailing twelve-month figure through Jun 2026 stood at 32.58% (down 1945.0% YoY), and the FY2025 full-year result was 53.24%, up 2289.0% from the prior year.
- Tax Rate declined to 4.7% in Q2 2026 per TX's latest filing, from 33.33% in the prior quarter.
- Across five years, Tax Rate topped out at 70.32% in Q2 2024 and bottomed at 255.17% in Q3 2025.
- Historically, Tax Rate has averaged 12.51% across 5 years, with a median of 10.69% in 2024.
- The sharpest annual moves came in 2023 and 2025: Tax Rate surged 9013 bps in 2023, then sank 19454 bps in 2025.
- Over 5 years, Tax Rate stood at 15.71% in 2022, then tumbled by 40 bps to 22.0% in 2023, then rose by 27 bps to 16.12% in 2024, then jumped by 168 bps to 10.97% in 2025, then plunged by 143 bps to 4.7% in 2026.
- According to Business Quant data, Tax Rate over the past three periods registered 4.7%, 33.33%, and 10.97% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | - |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | 31.74% |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | -4.70% |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | 28.19% |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | 31.10% |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | -26.43% |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | 21.23% |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | -20.30% |
| 10 | AngloGold Ashanti | 50.01 Bn | 39.68 Bn | 1.70 Bn | -28.19% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.70% |
| Mar 31, 2026 | 33.33% |
| Dec 31, 2025 | 10.97% |
| Sep 30, 2025 | -255.17% |
| Jun 30, 2025 | 67.43% |
| Mar 31, 2025 | -13.77% |
| Dec 31, 2024 | -16.12% |
| Sep 30, 2024 | -60.64% |
| Jun 30, 2024 | 70.32% |
| Mar 31, 2024 | -7.60% |
| Dec 31, 2023 | -5.69% |
| Sep 30, 2023 | 47.76% |
| Jun 30, 2023 | -0.70% |
| Mar 31, 2023 | 19.85% |
| Dec 31, 2022 | -0.32% |
| Sep 30, 2022 | -42.37% |
| Jun 30, 2022 | -19.13% |
| Mar 31, 2022 | -16.97% |
| Dec 31, 2021 | -23.14% |
| Sep 30, 2021 | -26.24% |
Ternium 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=TX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "ticker": "TX", "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=TX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();