Close Brothers Group PLC — Investor Relations & Filings
Close Brothers Group PLC is a merchant banking group that provides lending, deposit taking, wealth management, and securities trading services. The company focuses on serving small to medium-sized enterprises (SMEs) and private individuals. Its principal activities are structured across several divisions. The banking division offers specialized lending, including asset and motor finance. The securities division, operating through its market-making subsidiary, provides liquidity and execution services. The wealth management division offers financial planning and investment management solutions to clients.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Director/PDMR Shareholding | 2026-05-21 | English | |
| Trading Statement | 2026-05-21 | English | |
| Redemption of Subordinated Notes due 2031 | 2026-05-13 | English | |
| Director/PDMR Shareholding | 2026-05-06 | English | |
| Total Voting Rights | 2026-05-01 | English | |
| Director/PDMR Shareholding | 2026-04-29 | English |
Browse filings by year
39 years- 2026 36 filings
- 2025 85 filings
- 2024 87 filings
- 2023 106 filings
- 2022 102 filings
- 2021 123 filings
- 2020 126 filings
- 2019 128 filings
- 2018 139 filings
- 2017 142 filings
- 2016 109 filings
- 2015 110 filings
- 2014 113 filings
- 2013 129 filings
- 2012 6 filings
- 2011 5 filings
- 2010 4 filings
- 2009 2 filings
- 2007 1 filing
- 2006 3 filings
- 2003 2 filings
- 2001 1 filing
- 2000 2 filings
- 1998 2 filings
- 1997 1 filing
- 1996 1 filing
- 1995 1 filing
- 1994 1 filing
- 1993 1 filing
- 1992 1 filing
- 1991 2 filings
- 1990 2 filings
- 1989 1 filing
- 1988 2 filings
- 1987 1 filing
- 1986 1 filing
- 1984 1 filing
- 1983 1 filing
- 1980 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46745757 | Director/PDMR Shareholding | 2026-05-21 | English | ||
| 46715699 | Trading Statement | 2026-05-21 | English | ||
| 45588990 | Redemption of Subordinated Notes due 2031 | 2026-05-13 | English | ||
| 41890104 | Director/PDMR Shareholding | 2026-05-06 | English | ||
| 39529561 | Total Voting Rights | 2026-05-01 | English | ||
| 38538269 | Director/PDMR Shareholding | 2026-04-29 | English | ||
| 35694099 | Holding(s) in Company | 2026-04-23 | English | ||
| 33982562 | Director/PDMR Shareholding | 2026-04-09 | English | ||
| 33895630 | Director/PDMR Shareholding | 2026-04-08 | English | ||
| 33885347 | Update in relation to motor finance commissions | 2026-04-08 | English | ||
| 33885264 | Update in relation to motor finance commissions | 2026-04-08 | English | ||
| 33559097 | Total Voting Rights | 2026-04-01 | English | ||
| 33091242 | Statement in relation to motor finance commissions | 2026-03-30 | English | ||
| 33091226 | Statement in relation to motor finance commissions | 2026-03-30 | English | ||
| 32966057 | Transaction in Own Shares | 2026-03-17 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for Close Brothers Group 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 |
|---|---|---|---|
|
CFM Indosuez Wealth Management
A financial institution specializing in wealth management a…
|
MLCFM | MC | Financial and insurance activit… |
|
CHAIN BRIDGE BANCORP INC
Bank holding company providing banking, treasury, and trust…
|
CBNA | US | Financial and insurance activit… |
|
CHANG HWA BANK
Provides retail and commercial banking, trade finance, and …
|
2801 | TW | Financial and insurance activit… |
|
China Bohai Bank Co., Ltd.
National joint-stock commercial bank providing integrated s…
|
9668 | CN | Financial and insurance activit… |
|
China CITIC Bank Corp. Ltd.
A commercial bank serving corporate, institutional, individ…
|
00998 | HK | Financial and insurance activit… |
|
China CITIC Bank Corporation Limited
A comprehensive commercial bank offering full corporate and…
|
998 | CN | Financial and insurance activit… |
|
China Const Bnk DIFC SOF+0.65% 30Nov2026
Provides comprehensive financial services in DIFC, focusing…
|
CCBDU1126USD | AE | Financial and insurance activit… |
|
China Constrct Bnk HK 1.000% 04 Aug 2023
Operates as a commercial bank, providing a comprehensive su…
|
CCBDU0823USD | AE | Financial and insurance activit… |
|
China Construction Bank Corporation
Comprehensive commercial bank offering integrated financial…
|
939 | CN | Financial and insurance activit… |
|
CHINA CONSTRUCTION BANK CORPORATION SINGAPORE BRANCH
Provides integrated cross-border financial services for Sin…
|
8D8B | CN | Financial and insurance activit… |
Close Brothers Group 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/5137/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=5137 | 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=5137 | 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=5137 \ -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": 5137}, 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 Close Brothers Group PLC (id: 5137)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.