
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 für Tirol und Vorarlberg AG
A regional financial institution offering retail, corporate…
|
BTS | AT | Financial and insurance activit… |
|
Bank Hapoalim B.M.
Provides banking and financial services to personal, corpor…
|
POLI | IL | Financial and insurance activit… |
|
Bankinter S.A.
Financial services company offering banking, investment, an…
|
BKT | ES | Financial and insurance activit… |
|
BankIslami Pakistan Limited
A financial institution providing Shariah-compliant banking…
|
BIPL | PK | Financial and insurance activit… |
|
Bank Kuznetskiy PAO
A regional commercial bank providing banking services to pr…
|
KUZB | RU | Financial and insurance activit… |
|
Bank Leumi Le-Israel B.M.
A banking corporation offering retail, corporate, and comme…
|
LUMI | IL | Financial and insurance activit… |
|
Bank Linth LLB AG
Swiss regional bank for private and corporate customers in …
|
LINN | CH | Financial and insurance activit… |
|
Bank Mega Tbk
Offers general banking, digital services, credit cards, and…
|
MEGA | ID | Financial and insurance activit… |
|
Bank Millennium S.A.
A universal bank offering financial services to individuals…
|
MIL | PL | Financial and insurance activit… |
|
BankMuscat (S.A.O.G)
Provides corporate, consumer, investment, and Islamic banki…
|
BKMB | OM | 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.