
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 |
|---|---|---|---|
| Special Business Passed at AGM | 2026-05-14 | English | |
| Result of AGM | 2026-05-14 | English | |
| Q1 2026 trading update | 2026-05-14 | English | |
| Director/PDMR Shareholding | 2026-05-07 | English | |
| Total Voting Rights | 2026-05-01 | English | |
| Annual Report and Accounts for the year ended 31 December 2025 | 2026-04-30 | English |
Browse filings by year
41 years- 2026 31 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
| |||||
| 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 | ||
| 33895590 | Notice of Retail Investor Webinar | 2026-04-08 | English | ||
| 33252625 | Notice of AGM | 2026-04-02 | English | ||
| 33250337 | 2026 Long Term Incentive Plan rules | 2026-04-02 | English | ||
| 33250331 | 2026 Sharesave Rules | 2026-04-02 | 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 |
|---|---|---|---|
|
Bank of Guizhou Co., Ltd.
A commercial bank providing comprehensive financial service…
|
6199 | HK | Financial and insurance activit… |
|
Bank of Hangzhou Co., Ltd.
Offers banking services for SMEs and tech firms, focused on…
|
600926 | CN | Financial and insurance activit… |
|
BANK OF HAWAII CORP
A bank holding company providing financial services in Hawa…
|
BOH | US | Financial and insurance activit… |
|
Bank of India
Offers retail, corporate, and MSME banking with an extensiv…
|
BANKINDIA | IN | Financial and insurance activit… |
|
Bank of India Indonesia Tbk
A commercial bank offering comprehensive financial products…
|
BSWD | ID | Financial and insurance activit… |
|
Bank of Ireland GP
A diversified financial services group offering banking to …
|
BIRG | IE | Financial and insurance activit… |
|
Bank of Jerusalem Ltd.
Commercial bank specializing in mortgages, real estate fina…
|
JBNK | IL | Financial and insurance activit… |
|
Bank of Jiangsu Co.,Ltd.
Provides corporate, retail, and treasury banking services f…
|
600919 | CN | Financial and insurance activit… |
|
Bank of Jiujiang Co., Ltd.
Regional city commercial bank offering diversified services…
|
6190 | HK | Financial and insurance activit… |
|
BANK OF LANZHOU CO., LTD.
Regional commercial bank in Lanzhou providing corporate, pe…
|
001227 | CN | 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.