
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 |
|---|---|---|---|
|
Dubai Islamic Bank PJSC
First Islamic bank providing Sharia-compliant financial sol…
|
DIB | AE | Financial and insurance activit… |
|
EAGLE BANCORP INC
A community bank providing a range of commercial and consum…
|
EGBN | US | Financial and insurance activit… |
|
Eagle Bancorp Montana, Inc.
A bank holding company providing loan and deposit services …
|
EBMT | US | Financial and insurance activit… |
|
EAST WEST BANCORP INC
A commercial bank acting as a financial bridge between the …
|
EWBC | US | Financial and insurance activit… |
|
ECB Bancorp, Inc. /MD/
Holding company for a bank focused on commercial and reside…
|
ECBK | US | Financial and insurance activit… |
|
EFG International AG
A global private banking group offering wealth and asset ma…
|
EFGN | CH | Financial and insurance activit… |
|
Emirates Bank 3m Lr+1.200% 31-10-2016
A prominent state-owned financial institution offering reta…
|
EBIUH1016USD | AE | Financial and insurance activit… |
|
Emirates Investment Bank PJSC
Independent private bank providing bespoke investment and b…
|
EIBANK | AE | Financial and insurance activit… |
|
Emirates NBD PJSC
A prominent financial services group in MENAT, offering com…
|
EMIRATESNBD | AE | Financial and insurance activit… |
|
EMIRATES NBD PJSC
Provides retail, corporate, and Islamic financial services …
|
EMI | AU | 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.