Barclays Bank (ATMP) Intangibles (2009 - 2025)
Barclays Bank (ATMP) posted Intangibles of $33.3 million for Q4 2025, up 149.27% on a QoQ basis from $13.3 million in Q2 2025, and up 3.64% year-over-year from $32.1 million in Q4 2024.
Barclays Bank (ATMP) Intangibles (2009 - 2025) Analysis & Trends
Barclays Bank has reported Intangibles for 12 years, with the latest figure at $33.3 million in Q4 2025.
- On a quarterly basis, Intangibles rose 3.64% year-over-year to $33.3 million in Q4 2025; TTM through Dec 2025 was $33.3 million, a 3.64% increase from a year earlier, with the FY2025 full-year figure at $33.3 million, up 3.64% from the prior year.
- Intangibles was $33.3 million for Q4 2025 at Barclays Bank, up from $13.3 million in the prior quarter.
- The five-year high for Intangibles was $33.3 million in Q4 2025, with the low at $13.3 million in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Intangibles (Qtr) |
|---|---|---|---|---|---|
| 1 | Bank Of America | 394.48 Bn | -194.01 Bn | 30.39 Bn | - |
| 2 | Hsbc Holdings | 348.97 Bn | 349.02 Bn | - | - |
| 3 | Morgan Stanley | 314.73 Bn | 154.60 Bn | - | 5.87 Bn |
| 4 | Royal Bank Of Canada | 285.58 Bn | 58.73 Bn | - | 5.26 Bn |
| 5 | Goldman Sachs | 276.87 Bn | -699.48 Bn | - | - |
| 6 | Mitsubishi Ufj Financial | 274.03 Bn | -110.29 Bn | 10.89 Bn | - |
| 7 | Wells Fargo & Company | 251.82 Bn | 49.99 Bn | - | - |
| 8 | Banco Santander | 212.85 Bn | 220.46 Bn | 28.01 Bn | 21.82 Bn |
| 9 | Toronto Dominion Bank | 207.22 Bn | 45.89 Bn | - | 2.75 Bn |
| 10 | Barclays Bank | 40.38 Bn | 40.38 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 33.25 Mn |
| Jun 30, 2025 | 13.34 Mn |
| Dec 31, 2024 | 32.09 Mn |
| Dec 31, 2020 | 2.52 Bn |
| Dec 31, 2019 | 1.61 Bn |
| Sep 30, 2017 | 87.73 Bn |
| Jun 30, 2017 | 84.67 Bn |
| Dec 31, 2016 | 708.64 Mn |
| Sep 30, 2016 | 92.18 Bn |
| Jun 30, 2016 | 4.94 Bn |
| Dec 31, 2015 | 65.25 Mn |
| Jun 30, 2015 | 5.14 Bn |
| Dec 31, 2014 | 5.22 Bn |
| Jun 30, 2014 | 109.41 Bn |
| Dec 31, 2013 | 4.54 Bn |
| Dec 31, 2012 | 34.57 Bn |
| Dec 31, 2011 | 33.72 Bn |
| Dec 31, 2009 | 4.19 Bn |
Barclays Bank Intangibles 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=intangibles&ticker=ATMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "intangibles", "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=intangibles&ticker=ATMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();