
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 |
|---|---|---|---|
| Director/PDMR Shareholding | 2023-12-05 | English | |
| Director/PDMR Shareholding | 2023-10-30 | English | |
| Director/PDMR Shareholding | 2023-10-26 | English | |
| Third Quarter 2023 Trading Update | 2023-10-19 | English | |
| Appointment of New Directors | 2023-08-22 | English | |
| Unaudited results for the 6 months to 30 June 2023 | 2023-07-18 | 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 | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 3402844 | Director/PDMR Shareholding | 2023-12-05 | English | ||
| 3402845 | Director/PDMR Shareholding | 2023-10-30 | English | ||
| 3402846 | Director/PDMR Shareholding | 2023-10-26 | English | ||
| 3402847 | Third Quarter 2023 Trading Update | 2023-10-19 | English | ||
| 3402848 | Appointment of New Directors | 2023-08-22 | English | ||
| 3402849 | Unaudited results for the 6 months to 30 June 2023 | 2023-07-18 | English | ||
| 46801655 | Group of companies' accounts made up to 2022-12-31 | 2023-06-07 | English | ||
| 3402850 | Director/PDMR Shareholding | 2023-05-31 | English | ||
| 3402851 | Total Voting Rights | 2023-05-31 | English | ||
| 3402852 | Annual General Meeting Result - 2023 | 2023-05-24 | English | ||
| 3402853 | Annual General Meeting 2023 Trading Update | 2023-05-24 | English | ||
| 3402854 | Holding(s) in Company | 2023-05-05 | English | ||
| 3402855 | Director/PDMR Shareholding | 2023-05-05 | English | ||
| 3402856 | Result of General Meeting and Total Voting Rights | 2023-05-04 | English | ||
| 3402857 | Placing and Subscription raising £12.0 million | 2023-04-14 | 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 |
|---|---|---|---|
|
0964104 B.C. Ltd.
A holding company and wholly-owned subsidiary of U3O8 Corp.…
|
— | CA | Financial and insurance activit… |
|
1000 YATIRIMLAR HOLDİNG A.Ş.
Investment holding company focused on tech, transportation,…
|
BINHO | TR | Financial and insurance activit… |
|
1RT Acquisition Corp.
A blank check company formed to effect a merger or other bu…
|
ONCH | US | Financial and insurance activit… |
|
3U Holding AG
A holding company operating firms in IT, renewable energy, …
|
UUU | DE | Financial and insurance activit… |
|
4404980 CANADA INC.
A dissolved federally incorporated distributing corporation…
|
— | CA | Financial and insurance activit… |
|
524 PARTICIPAÇOES SA
Holding company focused on the management and administratio…
|
— | BR | Financial and insurance activit… |
|
8I HOLDINGS LTD
Investment holding company focused on fintech, asset manage…
|
8IH | AU | Financial and insurance activit… |
|
9169-8316 Québec Inc.
Numbered corporation and reporting issuer filing regulatory…
|
— | CA | Financial and insurance activit… |
|
ACACIA RESEARCH CORP
A strategic acquirer and operator of undervalued public and…
|
ACTG | US | Financial and insurance activit… |
|
Acceler8 Ventures PLC
Acquisition company targeting gaming, media, software, tech…
|
— | JE | 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.