Barclays Bank (ATMP) Shares Outstanding (2014 - 2026)
Barclays Bank (ATMP) posted Shares Outstanding (Entity) of $1.1 billion for Q4 2018, down 13.21% on a QoQ basis from $1.3 billion in Q4 2017, and down 13.21% year-over-year from $1.3 billion in Q4 2017.
Barclays Bank (ATMP) Shares Outstanding (2014 - 2026) Analysis & Trends
Barclays Bank has reported Shares Outstanding (Entity) for 5 years, with the latest figure at $1.1 billion in Q4 2018.
- On a quarterly basis, Shares Outstanding (Entity) fell 13.21% year-over-year to $1.1 billion in Q4 2018; TTM through Dec 2018 was $1.1 billion, a 13.21% decrease from a year earlier, with the FY2018 full-year figure at $1.1 billion, down 13.21% from the prior year.
- Shares Outstanding (Entity) was $1.1 billion for Q4 2018 at Barclays Bank, down from $1.3 billion in the prior quarter.
- The five-year high for Shares Outstanding (Entity) was $1.3 billion in Q4 2016, with the low at $1.1 billion in Q4 2018.
- Average Shares Outstanding (Entity) over 5 years is $1.3 billion, with a median of $1.3 billion recorded in 2017.
- The sharpest annual moves came in 2015 and 2018: Shares Outstanding (Entity) rose 2.92% in 2015, then declined 13.21% in 2018.
- Over 5 years, Shares Outstanding (Entity) stood at $1.3 billion in 2014, then grew by 2.92% to $1.3 billion in 2015, then grew by 0.94% to $1.3 billion in 2016, then slipped by 0.93% to $1.3 billion in 2017, then declined by 13.21% to $1.1 billion in 2018.
- The last three Shares Outstanding (Entity) figures came in at $1.1 billion (Q4 2018), $1.3 billion (Q4 2017), and $1.3 billion (Q4 2016), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Qtr) |
|---|---|---|---|---|---|
| 1 | Bank Of America | 394.48 Bn | -194.01 Bn | 30.39 Bn | 7.15 Bn |
| 2 | Hsbc Holdings | 348.97 Bn | 349.02 Bn | - | 3.49 Bn |
| 3 | Morgan Stanley | 314.73 Bn | 154.60 Bn | - | 1.55 Bn |
| 4 | Royal Bank Of Canada | 285.58 Bn | 58.73 Bn | - | 1.41 Bn |
| 5 | Goldman Sachs | 276.87 Bn | -699.48 Bn | - | 300.10 Mn |
| 6 | Mitsubishi Ufj Financial | 274.03 Bn | -110.29 Bn | 10.89 Bn | 11.40 Bn |
| 7 | Wells Fargo & Company | 251.82 Bn | 49.99 Bn | - | 3.04 Bn |
| 8 | Banco Santander | 212.85 Bn | 220.46 Bn | 28.01 Bn | 14.89 Bn |
| 9 | Toronto Dominion Bank | 207.22 Bn | 45.89 Bn | - | 1.73 Bn |
| 10 | Barclays Bank | 40.38 Bn | 40.38 Bn | - | 1.14 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.14 Bn |
| Dec 31, 2025 | 1.14 Bn |
| Jun 30, 2025 | 1.14 Bn |
| Dec 31, 2024 | 1.14 Bn |
| Jun 30, 2024 | 1.14 Bn |
| Dec 31, 2023 | 1.14 Bn |
| Jun 30, 2023 | 1.14 Bn |
| Dec 31, 2022 | 1.14 Bn |
| Jun 30, 2022 | 1.14 Bn |
| Mar 31, 2022 | 1.14 Bn |
| Dec 31, 2021 | 1.14 Bn |
| Jun 30, 2021 | 1.14 Bn |
| Mar 31, 2021 | 1.14 Bn |
| Dec 31, 2020 | 1.14 Bn |
| Jun 30, 2020 | 1.14 Bn |
| Dec 31, 2019 | 1.14 Bn |
| Jun 30, 2019 | 1.14 Bn |
| Dec 31, 2018 | 1.14 Bn |
| Jun 30, 2018 | 1.33 Bn |
| Mar 31, 2018 | 1.33 Bn |
Barclays Bank Shares Outstanding 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=shares-outstanding&ticker=ATMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=ATMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();