HSBC Holdings PLC — Investor Relations & Filings
HSBC Holdings PLC is a global banking and financial services organization that serves millions of customers worldwide. The company provides a comprehensive suite of financial products and services through its three main global businesses. The Wealth and Personal Banking division caters to individuals, offering retail banking, wealth management, and asset management solutions. The Commercial Banking segment supports a wide range of clients, from small and medium-sized enterprises to large corporations. The Global Banking and Markets division delivers tailored financial and advisory services to corporate, government, and institutional clients, facilitating international trade and investment flows through its extensive global network.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Pre Stabilisation Notice | 2026-06-02 | English | |
| Pre Stabilisation Notice | 2026-06-01 | English | |
| Early Repurchase(s) | 2026-06-01 | English | |
| Early Repurchase(s) | 2026-06-01 | English | |
| Total Voting Rights | 2026-05-29 | English | |
| Notification of issuance under block listing | 2026-05-29 | English |
Browse filings by year
46 years- 2026 1,571 filings
- 2025 1,640 filings
- 2024 1,677 filings
- 2023 1,498 filings
- 2022 1,887 filings
- 2021 1,300 filings
- 2020 896 filings
- 2019 868 filings
- 2018 1,033 filings
- 2017 676 filings
- 2016 830 filings
- 2015 853 filings
- 2014 920 filings
- 2013 1,363 filings
- 2012 328 filings
- 2011 255 filings
- 2010 206 filings
- 2009 1 filing
- 2008 1 filing
- 2007 1 filing
- 2006 1 filing
- 2005 1 filing
- 2004 1 filing
- 2003 1 filing
- 2002 1 filing
- 2001 1 filing
- 2000 1 filing
- 1999 1 filing
- 1998 1 filing
- 1997 1 filing
- 1996 1 filing
- 1995 1 filing
- 1994 1 filing
- 1993 1 filing
- 1992 1 filing
- 1991 2 filings
- 1990 1 filing
- 1989 1 filing
- 1988 1 filing
- 1987 1 filing
- 1985 1 filing
- 1984 1 filing
- 1983 1 filing
- 1982 1 filing
- 1980 1 filing
- 1979 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47931015 | Pre Stabilisation Notice | 2026-06-02 | English | ||
| 47914579 | Pre Stabilisation Notice | 2026-06-01 | English | ||
| 47911260 | Early Repurchase(s) | 2026-06-01 | English | ||
| 47911233 | Early Repurchase(s) | 2026-06-01 | English | ||
| 47890298 | Total Voting Rights | 2026-05-29 | English | ||
| 47890293 | Notification of issuance under block listing | 2026-05-29 | English | ||
| 47892285 | TOTAL VOTING RIGHTS | 2026-05-29 | English | ||
| 47892196 | NOTIFICATION OF ISSUANCE UNDER BLOCK LISTING | 2026-05-29 | English | ||
| 47879546 | Post Stabilisation Notice | 2026-05-29 | English | ||
| 47865238 | Early Repurchase(s) | 2026-05-28 | English | ||
| 47865236 | Early Repurchase(s) | 2026-05-28 | English | ||
| 47865234 | Early Repurchase(s) | 2026-05-28 | English | ||
| 47865232 | Early Repurchase(s) | 2026-05-28 | English | ||
| 47865230 | Early Repurchase(s) | 2026-05-28 | English | ||
| 47865229 | Early Repurchase(s) | 2026-05-28 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for HSBC Holdings PLC, but not for this combination of statement and period. Try a different combination.
Swipe the table to view all periods, or rotate your phone for a wider view.
| Line item | ! |
|---|---|
| Definition not yet available — coming soon. |
Market data
Market data not available
Price history
Peer group · Other monetary intermediation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
CA Toulouse 31 CCI
A regional cooperative bank providing retail banking and in…
|
CAT31 | FR | Financial and insurance activit… |
|
CB Central Cooperative Bank AD
Universal commercial bank offering financial products to re…
|
CCB | BG | Financial and insurance activit… |
|
CB First Investment Bank AD
A bank providing retail, corporate, and precious metals inv…
|
FIB | BG | Financial and insurance activit… |
|
CB Texim Bank AD
Provides banking and financial services to individual and c…
|
TXIM | BG | Financial and insurance activit… |
|
Cembra Money Bank AG
A consumer finance bank offering lending, payment, savings,…
|
CMBN | CH | Financial and insurance activit… |
|
Central Bank of India
Commercial bank providing retail, corporate, and agricultur…
|
CENTRALBK | IN | Financial and insurance activit… |
|
Centralna kooperativna banka AD
Universal commercial bank offering retail and corporate fin…
|
CKB | MK | Financial and insurance activit… |
|
CENTRAL PACIFIC FINANCIAL CORP
Bank holding company offering commercial banking, wealth ma…
|
CPF | US | Financial and insurance activit… |
|
CF BANKSHARES INC.
A boutique commercial bank offering commercial, retail, and…
|
CFBK | US | Financial and insurance activit… |
|
C & F FINANCIAL CORP
A financial holding company offering banking, indirect lend…
|
CFFI | US | Financial and insurance activit… |
HSBC Holdings PLC via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/5161/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=5161 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=5161 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=5161 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 5161}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for HSBC Holdings PLC (id: 5161)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.