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-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 |
Browse filings by year
46 years- 2026 1,573 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
| |||||
| 47931949 | Pre Stabilisation Notice | 2026-06-02 | English | ||
| 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 | ||
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 |
|---|---|---|---|
|
BAR HARBOR BANKSHARES
Bank holding company providing banking, wealth management, …
|
BHB | US | Financial and insurance activit… |
|
Basellandschaftliche Kantonalbank
A universal bank in northwestern Switzerland for private an…
|
BLKB | CH | Financial and insurance activit… |
|
Basler Kantonalbank
A universal bank providing financial services to clients in…
|
BSKP | CH | Financial and insurance activit… |
|
BayCom Corp
A bank holding company offering financial services to busin…
|
BCML | US | Financial and insurance activit… |
|
BayFirst Financial Corp.
A bank holding company providing community banking services…
|
BAFN | US | Financial and insurance activit… |
|
BCB BANCORP INC
A community-focused bank offering deposit and lending servi…
|
BCBP | US | Financial and insurance activit… |
|
BDO UNIBANK, INC.
A full-service universal bank offering comprehensive financ…
|
7U7B | PH | Financial and insurance activit… |
|
Beacon Financial Corp
A bank holding company offering banking solutions for comme…
|
BBT | US | Financial and insurance activit… |
|
Bendigo and Adelaide Bank Limited
Financial institution offering retail banking and community…
|
BEN | AU | Financial and insurance activit… |
|
Berner Kantonalbank AG
A universal bank offering financial services to private ind…
|
BEKN | CH | 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.