
Paragon Banking Group PLC — Investor Relations & Filings
Paragon Banking Group PLC is a specialist financial services provider operating through its subsidiary, Paragon Bank. The company's activities are structured into two main divisions: Mortgage Lending and Commercial Lending, complemented by a suite of savings products. The Mortgage Lending segment specializes in providing buy-to-let mortgage finance for landlords. The Commercial Lending division offers a range of asset-backed loan products and financing solutions to small and medium-sized enterprises (SMEs) and property developers across diverse markets such as construction, transport, and technology. Additionally, the group offers various savings accounts to individual customers.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Total Voting Rights | 2026-04-30 | English | |
| Total Voting Rights | 2026-03-31 | English | |
| Transaction in Own Shares | 2026-03-26 | English | |
| Transaction in Own Shares | 2026-03-24 | English | |
| UK Listing Rule 6.4.9R(2) Disclosure | 2026-03-18 | English | |
| Transaction in Own Shares | 2026-03-17 | English |
Browse filings by year
37 years- 2026 75 filings
- 2025 260 filings
- 2024 245 filings
- 2023 174 filings
- 2022 263 filings
- 2021 138 filings
- 2020 59 filings
- 2019 115 filings
- 2018 93 filings
- 2017 198 filings
- 2016 186 filings
- 2015 214 filings
- 2014 74 filings
- 2013 56 filings
- 2012 3 filings
- 2011 5 filings
- 2010 3 filings
- 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 2 filings
- 1994 1 filing
- 1993 1 filing
- 1991 3 filings
- 1990 2 filings
- 1989 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39049537 | Total Voting Rights | 2026-04-30 | English | ||
| 33119641 | Total Voting Rights | 2026-03-31 | English | ||
| 33051590 | Transaction in Own Shares | 2026-03-26 | English | ||
| 33021509 | Transaction in Own Shares | 2026-03-24 | English | ||
| 32978184 | UK Listing Rule 6.4.9R(2) Disclosure | 2026-03-18 | English | ||
| 32963420 | Transaction in Own Shares | 2026-03-17 | English | ||
| 46803926 | Group of companies' accounts made up to 2025-09-30 | 2026-03-14 | English | ||
| 32928843 | Director/PDMR Shareholding | 2026-03-11 | English | ||
| 32924470 | Director/PDMR Shareholding | 2026-03-10 | English | ||
| 32924185 | Director/PDMR Shareholding | 2026-03-10 | English | ||
| 32909981 | Transaction in Own Shares | 2026-03-06 | English | ||
| 32909298 | Director/PDMR Shareholding | 2026-03-06 | English | ||
| 32904826 | Transaction in Own Shares | 2026-03-05 | English | ||
| 34566587 | Director/PDMR Shareholding | 2026-03-05 | English | ||
| 32889678 | Transaction in Own Shares | 2026-03-04 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for Paragon Banking Group 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 |
|---|---|---|---|
|
AEON Financial Service Co.,Ltd.
A financial group with retail origins offering diverse cons…
|
8570 | JP | Financial and insurance activit… |
|
AFFIN BANK BERHAD
Financial services provider offering consumer, commercial, …
|
— | MY | Financial and insurance activit… |
|
Affinity Bancshares, Inc.
Bank holding company offering banking services, specializin…
|
AFBI | US | Financial and insurance activit… |
|
Agram Banka d.d.
Universal commercial bank providing financial products to i…
|
KBZ | HR | Financial and insurance activit… |
|
Agri Bank of China SOFRIX+0.55% 20Aug27
Provides yuan-clearing, corporate banking with multi-curren…
|
AGRBK0827USD | AE | Financial and insurance activit… |
|
Agricultural Bank of China Limited
Comprehensive financial services provider focused on corpor…
|
1288 | CN | Financial and insurance activit… |
|
AGTech Holdings Limited
Provides integrated gaming services and comprehensive finan…
|
8279 | HK | Financial and insurance activit… |
|
AIB Group Plc
A financial services group offering banking, insurance, and…
|
A5G | IE | Financial and insurance activit… |
|
AJMAN BANK PJSC
Shariah-compliant financial institution offering Islamic ba…
|
AJMANBANK | AE | Financial and insurance activit… |
|
AKBANK T.A.Ş.
A commercial bank offering retail, commercial, SME, and cor…
|
AKBNK | TR | Financial and insurance activit… |
Paragon Banking Group 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/4701/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4701 | 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=4701 | 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=4701 \ -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": 4701}, 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 Paragon Banking Group PLC (id: 4701)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.