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 |
|---|---|---|---|
| FRN Variable Rate Fix | 2026-06-02 | English | |
| FRN Variable Rate Fix | 2026-06-02 | English | |
| 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 |
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
| |||||
| 47937383 | FRN Variable Rate Fix | 2026-06-02 | English | ||
| 47937381 | FRN Variable Rate Fix | 2026-06-02 | English | ||
| 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 | ||
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 |
|---|---|---|---|
|
BICECORP S.A.
Major financial conglomerate offering comprehensive solutio…
|
— | CL | Financial and insurance activit… |
|
Bien Sparebank ASA
A savings bank offering financial products to individual an…
|
BIEN | NO | Financial and insurance activit… |
|
BKS Bank AG
A commercial bank offering retail and corporate services wi…
|
BKS | AT | Financial and insurance activit… |
|
Blue Foundry Bancorp
A financial institution offering personal and business bank…
|
BLFY | US | Financial and insurance activit… |
|
BNK BANKING CORPORATION LIMITED
Financial services provider specializing in retail banking …
|
BBC | AU | Financial and insurance activit… |
|
BNP Paribas
A leading European financial services group with a signific…
|
BNP | FR | Financial and insurance activit… |
|
BNP Paribas Fortis
International bank offering retail, corporate, and investme…
|
— | BE | Financial and insurance activit… |
|
BNP Paribas Polska S.A.
Universal bank for individuals and businesses, specializing…
|
BNP | PL | Financial and insurance activit… |
|
BOC Hong Kong (Holdings) Limited
Leading commercial bank, note-issuing bank, and the Renminb…
|
2388 | HK | Financial and insurance activit… |
|
Bogota Financial Corp.
A bank holding company that accepts deposits and originates…
|
BSBK | 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.