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 |
|---|---|---|---|
|
China Everbright Bank Company Limited
Major joint-stock commercial bank offering integrated finan…
|
6818 | CN | Financial and insurance activit… |
|
China Merchants Bank Co., Ltd.
Comprehensive commercial bank offering integrated retail, c…
|
3968 | CN | Financial and insurance activit… |
|
China Minsheng Banking Corp., Ltd.
Joint-stock commercial bank, the first national bank founde…
|
1988 | CN | Financial and insurance activit… |
|
China Zheshang Bank Co., Ltd.
National joint-stock commercial bank offering comprehensive…
|
2016 | CN | Financial and insurance activit… |
|
CHOICEONE FINANCIAL SERVICES INC
A financial holding company offering banking, lending, and …
|
COFS | US | Financial and insurance activit… |
|
Chongqing Rural Commercial Bank Co., Ltd.
Commercial banking institution providing a full range of fi…
|
3618 | CN | Financial and insurance activit… |
|
CIMB BANK BERHAD
A prominent financial services provider offering comprehens…
|
6H6B | MY | Financial and insurance activit… |
|
CIMB BERHAD
A prominent financial services provider and leading Islamic…
|
— | MY | Financial and insurance activit… |
|
CIMB GROUP HOLDINGS BERHAD
A leading ASEAN universal bank providing comprehensive bank…
|
— | MY | Financial and insurance activit… |
|
Circle Internet Group, Inc.
A financial technology firm providing infrastructure for di…
|
CRCL | US | 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.