
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 |
|---|---|---|---|
| Total Voting Rights | 2026-06-01 | English | |
| 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 |
Browse filings by year
41 years- 2026 32 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
| |||||
| 47917802 | Total Voting Rights | 2026-06-01 | 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 | ||
| 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 | ||
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 |
|---|---|---|---|
|
China Everbright Bank Company Limited
Major joint-stock commercial bank offering integrated finan…
|
6818 | CN | Financial and insurance activit… |
|
China Merchants Bank Co., Ltd.
Comprehensive commercial bank offering integrated retail, c…
|
3968 | CN | Financial and insurance activit… |
|
China Minsheng Banking Corp., Ltd.
Joint-stock commercial bank, the first national bank founde…
|
1988 | CN | Financial and insurance activit… |
|
China Zheshang Bank Co., Ltd.
National joint-stock commercial bank offering comprehensive…
|
2016 | CN | Financial and insurance activit… |
|
CHOICEONE FINANCIAL SERVICES INC
A financial holding company offering banking, lending, and …
|
COFS | US | Financial and insurance activit… |
|
Chongqing Rural Commercial Bank Co., Ltd.
Commercial banking institution providing a full range of fi…
|
3618 | CN | Financial and insurance activit… |
|
CIMB BANK BERHAD
A prominent financial services provider offering comprehens…
|
6H6B | MY | Financial and insurance activit… |
|
CIMB BERHAD
A prominent financial services provider and leading Islamic…
|
— | MY | Financial and insurance activit… |
|
CIMB GROUP HOLDINGS BERHAD
A leading ASEAN universal bank providing comprehensive bank…
|
— | MY | Financial and insurance activit… |
|
Circle Internet Group, Inc.
A financial technology firm providing infrastructure for di…
|
CRCL | US | 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.