
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 |
|---|---|---|---|
|
Almana Limited
Investment holding company distributing commodities and pro…
|
8186 | HK | Financial and insurance activit… |
|
Alpha Professional Holdings Limited
Investment holding company managing diversified businesses:…
|
948 | HK | Financial and insurance activit… |
|
Alpha Services and Holdings S.A.
A financial holding company offering banking, wealth manage…
|
ALPHA | GR | Financial and insurance activit… |
|
ALSET INTERNATIONAL LIMITED
Investment holding in property, IT, F&B, biomedical, direct…
|
40V | SG | Financial and insurance activit… |
|
Alterna Asesoría Internacional, S.A.B. de C.V.
Provides international financial advisory, asset management…
|
ALTERNA | MX | Financial and insurance activit… |
|
Altus Holdings Limited
Corporate finance advisory, strategic consulting, and priva…
|
8149 | HK | Financial and insurance activit… |
|
Alujain Corp.
Investment holding company for petrochemical, energy, and m…
|
2170 | SA | Financial and insurance activit… |
|
Amalgamated Electricity Co. Ltd.
Manages investment portfolios and corporate assets after sh…
|
501622 | IN | Financial and insurance activit… |
|
AMANAT HOLDINGS PJSC
Strategically invests in healthcare and education sectors, …
|
AMANAT | AE | Financial and insurance activit… |
|
Amblin Technologies Inc.
Holding company specializing in strategic investments and c…
|
— | CA | 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.