
ARBUTHNOT BANKING GROUP PLC — Investor Relations & Filings
Arbuthnot Banking Group PLC is a holding company engaged in banking and financial services. Through its principal subsidiary, Arbuthnot Latham & Co., the group provides private banking, commercial banking, and wealth management services to individuals and businesses. Core offerings include financial planning and investment management solutions. The company emphasizes a service-oriented and independent approach to banking, built on principles of stability and integrity, with a history dating back to 1833.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Appointment of New Non-Executive Director | 2026-05-20 | English | |
| Result of AGM | 2026-05-19 | English | |
| Annual General Meeting 2026 & Trading Update | 2026-05-19 | English | |
| Director/PDMR Shareholding | 2026-03-26 | English | |
| Audited Final Results for the year to 31/12/2025 | 2026-03-26 | English | |
| Holding(s) in Company | 2026-03-11 | English |
Browse filings by year
38 years- 2026 7 filings
- 2025 8 filings
- 2024 14 filings
- 2023 20 filings
- 2022 17 filings
- 2021 25 filings
- 2020 13 filings
- 2019 24 filings
- 2018 11 filings
- 2017 10 filings
- 2016 27 filings
- 2015 11 filings
- 2014 21 filings
- 2013 19 filings
- 2012 3 filings
- 2011 3 filings
- 2010 1 filing
- 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
- 1993 1 filing
- 1991 1 filing
- 1990 1 filing
- 1989 1 filing
- 1988 1 filing
- 1987 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
7 filings
| |||||
| 46579368 | Appointment of New Non-Executive Director | 2026-05-20 | English | ||
| 46545062 | Result of AGM | 2026-05-19 | English | ||
| 46541431 | Annual General Meeting 2026 & Trading Update | 2026-05-19 | English | ||
| 33050509 | Director/PDMR Shareholding | 2026-03-26 | English | ||
| 33045681 | Audited Final Results for the year to 31/12/2025 | 2026-03-26 | English | ||
| 32929759 | Holding(s) in Company | 2026-03-11 | English | ||
| 32525947 | Pre Close Trading Update | 2026-02-19 | English | ||
|
2025
8 filings
| |||||
| 8037860 | Third Quarter 2025 Trading Update | 2025-10-23 | English | ||
| 7407634 | Unaudited results for the six months to 30/06/2025 | 2025-07-22 | English | ||
| 11371657 | Appointment of independent non-executive director | 2025-07-08 | English | ||
| 46801651 | Group of companies' accounts made up to 2024-12-31 | 2025-06-06 | English | ||
| 11357471 | Result of AGM | 2025-05-21 | English | ||
| 5970050 | 2025 AGM Trading Update | 2025-05-21 | English | ||
| 6770462 | Audited Final Results for the year ended 31/12/24 | 2025-03-27 | English | ||
| 5581771 | Pre-Close Trading Update | 2025-02-20 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for ARBUTHNOT BANKING 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 · Activities of holding companies
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Capital Realm Financial Holdings Group Limited
Investment holding company realizing medium to long-term ca…
|
204 | HK | Financial and insurance activit… |
|
Carmen Century Investment Limited
Diversified investment holding company targeting infrastruc…
|
612 | HK | Financial and insurance activit… |
|
Carry Wealth Holdings Limited
Investment holding company specializing in apparel products…
|
643 | HK | Financial and insurance activit… |
|
CATHAY FHC
Provides integrated insurance, banking, and asset managemen…
|
2882 | TW | Financial and insurance activit… |
|
Cayson Acquisition Corp
A blank check company formed to effect a business combinati…
|
CAPN | US | Financial and insurance activit… |
|
CB Financial Services, Inc.
A bank holding company offering financial services to indiv…
|
CBFV | US | Financial and insurance activit… |
|
CCT Fortis Holdings Limited
Investment holding company managing diversified segments: p…
|
138 | HK | Financial and insurance activit… |
|
CDG Investments Inc.
Capital pool company (CPC) and shell holding entity for cor…
|
— | CA | Financial and insurance activit… |
|
Celestial Acquisition Corp.
Capital Pool Company (CPC) targeting assets in Space Techno…
|
CES.P | CA | Financial and insurance activit… |
|
CEMEPE INVESTIMENTOS SA
Manages capital resources and provides strategic advisory a…
|
— | BR | Financial and insurance activit… |
ARBUTHNOT BANKING 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/7492/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=7492 | 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=7492 | 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=7492 \ -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": 7492}, 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 ARBUTHNOT BANKING GROUP PLC (id: 7492)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.