Barclays Bank (ATMP) Tax Rate (2010 - 2022)
Barclays Bank (ATMP) posted Tax Rate of 20.78% for Q2 2022, up 175.62% on a QoQ basis from 27.48% in Q1 2022, and up 3221.0% year-over-year from 0.63% in Q2 2021.
Barclays Bank (ATMP) Tax Rate (2010 - 2022) Analysis & Trends
Barclays Bank has reported Tax Rate for 11 years, with the latest figure at 20.78% in Q2 2022.
- On a quarterly basis, Tax Rate rose 3221.0% year-over-year to 20.78% in Q2 2022; TTM through Jun 2022 was 17.64%, a 861.0% increase from a year earlier, with the FY2025 full-year figure at 16.46%, down 76.0% from the prior year.
- Tax Rate was 20.78% for Q2 2022 at Barclays Bank, up from 27.48% in the prior quarter.
- The five-year high for Tax Rate was 151.65% in Q1 2018, with the low at 68.14% in Q2 2018.
- Average Tax Rate over 3 years is 7.45%, with a median of 16.05% recorded in 2021.
- The largest YoY upside for Tax Rate was 17977 bps in 2018 against a maximum downside of 2186 bps in 2018.
- Over 3 years, Tax Rate stood at 68.14% in 2018, then surged by 83 bps to 11.42% in 2021, then jumped by 282 bps to 20.78% in 2022.
- The last three Tax Rate figures came in at 20.78% (Q2 2022), 27.48% (Q1 2022), and 11.42% (Q2 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Bank Of America | 394.48 Bn | -194.01 Bn | 30.39 Bn | 21.54% |
| 2 | Hsbc Holdings | 348.97 Bn | 349.02 Bn | - | - |
| 3 | Morgan Stanley | 314.73 Bn | 154.60 Bn | - | 23.07% |
| 4 | Royal Bank Of Canada | 285.58 Bn | 58.73 Bn | - | 22.26% |
| 5 | Goldman Sachs | 276.87 Bn | -699.48 Bn | - | 22.60% |
| 6 | Mitsubishi Ufj Financial | 274.03 Bn | -110.29 Bn | 10.89 Bn | 24.29% |
| 7 | Wells Fargo & Company | 251.82 Bn | 49.99 Bn | - | 17.42% |
| 8 | Banco Santander | 212.85 Bn | 220.46 Bn | 28.01 Bn | - |
| 9 | Toronto Dominion Bank | 207.22 Bn | 45.89 Bn | - | -38.63% |
| 10 | Barclays Bank | 40.38 Bn | 40.38 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 20.78% |
| Mar 31, 2022 | -27.48% |
| Jun 30, 2021 | -11.42% |
| Mar 31, 2021 | -20.68% |
| Jun 30, 2018 | -68.14% |
| Mar 31, 2018 | 151.65% |
| Dec 31, 2017 | 675.68% |
| Sep 30, 2017 | -29.27% |
| Jun 30, 2017 | -46.28% |
| Mar 31, 2017 | -28.12% |
| Dec 31, 2016 | 15.15% |
| Sep 30, 2016 | -39.19% |
| Jun 30, 2016 | -36.77% |
| Mar 31, 2016 | -31.27% |
| Dec 31, 2015 | 7.90% |
| Sep 30, 2015 | -21.49% |
| Jun 30, 2015 | -20.97% |
| Mar 31, 2015 | -49.95% |
| Dec 31, 2014 | -7.96% |
| Sep 30, 2014 | -53.03% |
Barclays Bank 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=ATMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "ticker": "ATMP", "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=ATMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();