
SECURE TRUST BANK PLC — Investor Relations & Filings
Secure Trust Bank PLC is a retail and commercial bank offering a range of financial products and services. The bank provides savings products to individuals, including various types of savings accounts and ISAs. Its lending activities are focused on specialized markets through several core divisions. These include Real Estate Finance, which provides loans for property development and investment; Commercial Finance, offering asset-based lending solutions to businesses; Vehicle Finance, which provides financing for motor vehicles and caravans; and Retail Finance, which offers point-of-sale credit solutions for consumers.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Holding(s) in Company | 2026-06-02 | English | |
| CFO Retirement | 2026-06-02 | English | |
| Total Voting Rights | 2026-06-01 | English | |
| Group of companies' accounts made up to 2025-12-31 | 2026-05-29 | English | |
| Special Business Passed at AGM | 2026-05-14 | English | |
| Result of AGM | 2026-05-14 | English |
Browse filings by year
41 years- 2026 35 filings
- 2025 55 filings
- 2024 59 filings
- 2023 66 filings
- 2022 46 filings
- 2021 62 filings
- 2020 75 filings
- 2019 38 filings
- 2018 29 filings
- 2017 24 filings
- 2016 34 filings
- 2015 13 filings
- 2014 19 filings
- 2013 20 filings
- 2012 3 filings
- 2011 1 filing
- 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
- 1994 2 filings
- 1993 1 filing
- 1992 1 filing
- 1991 1 filing
- 1990 1 filing
- 1989 1 filing
- 1988 1 filing
- 1987 1 filing
- 1986 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47935214 | Holding(s) in Company | 2026-06-02 | English | ||
| 47929483 | CFO Retirement | 2026-06-02 | English | ||
| 47917802 | Total Voting Rights | 2026-06-01 | English | ||
| 47929207 | Group of companies' accounts made up to 2025-12-31 | 2026-05-29 | English | ||
| 46149448 | Special Business Passed at AGM | 2026-05-14 | English | ||
| 46089825 | Result of AGM | 2026-05-14 | English | ||
| 45817505 | Q1 2026 trading update | 2026-05-14 | English | ||
| 42741459 | Director/PDMR Shareholding | 2026-05-07 | English | ||
| 39568602 | Total Voting Rights | 2026-05-01 | English | ||
| 39091118 | Annual Report and Accounts for the year ended 31 December 2025 | 2026-04-30 | English | ||
| 39091112 | Annual Report and Accounts for the year ended 31 December 2025 | 2026-04-30 | English | ||
| 35304226 | Director/PDMR Shareholding | 2026-04-22 | English | ||
| 34692437 | Director/PDMR Shareholding | 2026-04-20 | English | ||
| 34691216 | Holding(s) in Company | 2026-04-20 | English | ||
| 34080934 | Further update re FCA Motor Finance redress scheme | 2026-04-10 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for SECURE TRUST BANK 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 |
|---|---|---|---|
|
Lombard Bank Malta Plc
A financial institution providing personal, business, and w…
|
LOM | MT | Financial and insurance activit… |
|
Luzerner Kantonalbank AG
A universal bank offering retail, corporate, and private ba…
|
LUKN | CH | Financial and insurance activit… |
|
Luzhou Bank Co., Ltd.
Regional commercial bank providing corporate, retail, and f…
|
1983 | HK | Financial and insurance activit… |
|
MACQUARIE BANK LIMITED
A global financial services institution offering banking, c…
|
1Y3W | SG | Financial and insurance activit… |
|
Macquarie Bank Ltd Hybrid Security
Financial instruments with debt and equity features used to…
|
MBLPC | AU | Financial and insurance activit… |
|
Macquarie Group Limited
A global financial services firm offering asset management,…
|
MQG | AU | Financial and insurance activit… |
|
Macro Bank Inc.
A universal bank offering financial services to individuals…
|
BMA | US | Financial and insurance activit… |
|
Magyar Bancorp, Inc.
A bank holding company for a community bank serving individ…
|
MGYR | US | Financial and insurance activit… |
|
MainStreet Bancshares, Inc.
Financial holding company for a D.C. area business-focused …
|
MNSB | US | Financial and insurance activit… |
|
MALAYAN BANKING BERHAD
Leading universal bank and financial services provider in S…
|
4B3B | MY | Financial and insurance activit… |
SECURE TRUST BANK 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/4895/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4895 | 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=4895 | 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=4895 \ -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": 4895}, 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 SECURE TRUST BANK PLC (id: 4895)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.