Barclays Bank (ATMP) Beginning Cash Balance (2009 - 2025)
Barclays Bank (ATMP) posted Beginning Cash Balance of $261.0 billion for Q4 2025, up 20.87% on a QoQ basis from $216.0 billion in Q4 2024, and up 20.87% year-over-year from $216.0 billion in Q4 2024.
Barclays Bank (ATMP) Beginning Cash Balance (2009 - 2025) Analysis & Trends
Barclays Bank has reported Beginning Cash Balance for 9 years, with the latest figure at $261.0 billion in Q4 2025.
- On a quarterly basis, Beginning Cash Balance rose 20.87% year-over-year to $261.0 billion in Q4 2025; TTM through Dec 2025 was $261.0 billion, a 20.87% increase from a year earlier, with the FY2025 full-year figure at $261.0 billion, up 20.87% from the prior year.
- Beginning Cash Balance was $261.0 billion for Q4 2025 at Barclays Bank, up from $216.0 billion in the prior quarter.
- The five-year high for Beginning Cash Balance was $261.0 billion in Q4 2025, with the low at $206.9 billion in Q4 2021.
- Average Beginning Cash Balance over 5 years is $228.8 billion, with a median of $223.4 billion recorded in 2022.
- The sharpest annual moves came in 2024 and 2025: Beginning Cash Balance fell 5.97% in 2024, then gained 20.87% in 2025.
- Over 5 years, Beginning Cash Balance stood at $206.9 billion in 2021, then advanced by 4.9% to $217.0 billion in 2022, then advanced by 5.82% to $229.7 billion in 2023, then dropped by 5.97% to $216.0 billion in 2024, then rose by 20.87% to $261.0 billion in 2025.
- The last three Beginning Cash Balance figures came in at $261.0 billion (Q4 2025), $216.0 billion (Q4 2024), and $229.7 billion (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 | - |
| 4 | Royal Bank Of Canada | 285.58 Bn | 58.73 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 |
| 9 | Toronto Dominion Bank | 207.22 Bn | 45.89 Bn | - |
| 10 | Barclays Bank | 40.38 Bn | 40.38 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 261.03 Bn |
| Dec 31, 2024 | 215.97 Bn |
| Dec 31, 2023 | 229.67 Bn |
| Dec 31, 2022 | 217.04 Bn |
| Dec 31, 2021 | 206.91 Bn |
| Jun 30, 2021 | 241.98 Bn |
| Dec 31, 2020 | 202.68 Bn |
| Dec 31, 2019 | 183.70 Bn |
| Jun 30, 2010 | 170.67 Bn |
| Dec 31, 2009 | 105.37 Bn |
| Jun 30, 2009 | 99.89 Bn |
Barclays Bank Beginning Cash Balance 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=beginning-cash-balance&ticker=ATMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "beginning-cash-balance", "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=beginning-cash-balance&ticker=ATMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();