Barclays Bank (ATMP) Notes Payables (2011 - 2026)
Barclays Bank (ATMP) posted Notes Payables of $118.1 million for Q2 2026, down 97.57% on a QoQ basis from $4.9 billion in Q4 2025.
Analysis
Barclays Bank (ATMP) Notes Payables (2011 - 2026) Analysis & Trends
Barclays Bank has reported Notes Payables for 7 years, with the latest figure at $118.1 million in Q2 2026.
- On a quarterly basis, Notes Payables changed N/A year-over-year to $118.1 million in Q2 2026; TTM through Jun 2026 was $118.1 million, a N/A change from a year earlier, with the FY2025 full-year figure at $4.9 billion, up 3.64% from the prior year.
- Notes Payables was $118.1 million for Q2 2026 at Barclays Bank, down from $4.9 billion in the prior quarter.
- The five-year high for Notes Payables was $4.9 billion in Q4 2025, with the low at $118.1 million in Q2 2026.
- Average Notes Payables over 4 years is $2.9 billion, with a median of $2.8 billion recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: Notes Payables soared 30.42% in 2024, then rose 3.64% in 2025.
- Over 4 years, Notes Payables stood at $2.1 billion in 2023, then soared by 118.75% to $4.7 billion in 2024, then grew by 3.64% to $4.9 billion in 2025, then plunged by 97.57% to $118.1 million in 2026.
- The last three Notes Payables figures came in at $118.1 million (Q2 2026), $4.9 billion (Q4 2025), and $4.7 billion (Q4 2024), per Business Quant data.
Peer Set
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
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 118.07 Mn |
| Dec 31, 2025 | 4.85 Bn |
| Dec 31, 2024 | 4.68 Bn |
| Jun 30, 2024 | 2.79 Bn |
| Jun 30, 2023 | 2.14 Bn |
| Sep 30, 2016 | 350.99 Mn |
| Dec 31, 2015 | 318.67 Mn |
| Dec 31, 2011 | 663.20 Mn |
API Access
Barclays Bank Notes Payables 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=notes-payables&ticker=ATMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "notes-payables", "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=notes-payables&ticker=ATMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();