Barclays (BCS) Tax Rate (2011 - 2026)
Barclays (BCS) posted Tax Rate of 22.48% for Q2 2026, up 0.86% on a QoQ basis from 22.67% in Q1 2026, and down 26.0% year-over-year from 30.38% in Q2 2025.
Barclays (BCS) Tax Rate (2011 - 2026) Analysis & Trends
Barclays has reported Tax Rate for 16 years, with the latest figure at 22.48% in Q2 2026.
- On a quarterly basis, Tax Rate fell 26.0% year-over-year to 22.48% in Q2 2026; TTM through Jun 2026 was 21.21%, a 112.0% increase from a year earlier, with the FY2025 full-year figure at 21.07%, up 53.0% from the prior year.
- Tax Rate was 22.48% for Q2 2026 at Barclays, up from 22.67% in the prior quarter.
- The five-year high for Tax Rate was 20.91% in Q4 2023, with the low at 27.48% in Q1 2022.
- Average Tax Rate over 5 years is 16.94%, with a median of 20.65% recorded in 2024.
- The sharpest annual moves came in 2023 and 2024: Tax Rate surged 1839 bps in 2023, then tumbled 4788 bps in 2024.
- Over 5 years, Tax Rate stood at 2.52% in 2022, then soared by 730 bps to 20.91% in 2023, then plunged by 229 bps to 26.97% in 2024, then rose by 23 bps to 20.87% in 2025, then slipped by 8 bps to 22.48% in 2026.
- The last three Tax Rate figures came in at 22.48% (Q2 2026), 22.67% (Q1 2026), and 20.87% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 659.57 Bn | 643.59 Bn | 5.90 Bn | - |
| 2 | Hsbc Holdings | 354.33 Bn | 354.38 Bn | - | - |
| 3 | General Electric | 331.23 Bn | 322.11 Bn | 6.95 Bn | 14.53% |
| 4 | Astrazeneca | 260.48 Bn | 255.27 Bn | 12.86 Bn | -10.40% |
| 5 | Citigroup | 226.55 Bn | -2,073.32 Bn | 24.75 Bn | 24.97% |
| 6 | Bhp | 218.78 Bn | 200.24 Bn | - | - |
| 7 | Diageo | 211.16 Bn | 211.21 Bn | - | - |
| 8 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | - |
| 9 | Ferrari | 154.46 Bn | 152.71 Bn | 1.18 Bn | 23.00% |
| 10 | Barclays | 87.74 Bn | 88.35 Bn | - | -22.48% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -22.48% |
| Mar 31, 2026 | -22.67% |
| Dec 31, 2025 | -20.87% |
| Sep 30, 2025 | -17.57% |
| Jun 30, 2025 | -22.22% |
| Mar 31, 2025 | -22.84% |
| Dec 31, 2024 | -26.97% |
| Sep 30, 2024 | -18.46% |
| Jun 30, 2024 | -22.03% |
| Mar 31, 2024 | -20.42% |
| Dec 31, 2023 | 20.91% |
| Sep 30, 2023 | -18.20% |
| Jun 30, 2023 | -17.97% |
| Mar 31, 2023 | -21.59% |
| Dec 31, 2022 | 2.52% |
| Sep 30, 2022 | -12.65% |
| Jun 30, 2022 | -13.94% |
| Mar 31, 2022 | -27.48% |
| Dec 31, 2021 | -7.28% |
| Sep 30, 2021 | -15.67% |
Barclays 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=BCS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "ticker": "BCS", "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=BCS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();