LEEDS GROUP PLC — Investor Relations & Filings
Leeds Group Limited, formerly Leeds Group plc, is a property investment company focused on owning and managing a portfolio of investment properties. The company's principal activity is the rental of its three properties located in Germany. Established for over a century, the group was historically engaged in the textile processing industry, specializing in fabric printing and yarn dyeing. Following a strategic pivot, the company has ceased all manufacturing activities and divested its main trading subsidiary to concentrate on its property investment operations.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Group of companies' accounts made up to 2025-05-31 | 2026-02-17 | English | |
| Group of companies' accounts made up to 2024-05-31 | 2025-03-05 | English | |
| Result of EGM | 2024-12-11 | English | |
| Result of AGM | 2024-11-20 | English | |
| Proposed Cancellation, Reregistration & EGM | 2024-11-19 | English | |
| Directorate Change | 2024-11-04 | English |
Browse filings by year
40 years- 2026 1 filing
- 2025 1 filing
- 2024 11 filings
- 2023 6 filings
- 2022 8 filings
- 2021 7 filings
- 2020 8 filings
- 2019 8 filings
- 2018 8 filings
- 2017 9 filings
- 2016 12 filings
- 2015 10 filings
- 2014 16 filings
- 2013 8 filings
- 2012 1 filing
- 2011 3 filings
- 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 1 filing
- 1993 1 filing
- 1992 1 filing
- 1991 1 filing
- 1990 1 filing
- 1989 1 filing
- 1988 1 filing
- 1981 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
1 filing
| |||||
| 46787280 | Group of companies' accounts made up to 2025-05-31 | 2026-02-17 | English | ||
|
2025
1 filing
| |||||
| 46787282 | Group of companies' accounts made up to 2024-05-31 | 2025-03-05 | English | ||
|
2024
11 filings
| |||||
| 5553531 | Result of EGM | 2024-12-11 | English | ||
| 5544098 | Result of AGM | 2024-11-20 | English | ||
| 5543609 | Proposed Cancellation, Reregistration & EGM | 2024-11-19 | English | ||
| 5537348 | Directorate Change | 2024-11-04 | English | ||
| 5531389 | Final Results & Notice of AGM | 2024-10-22 | English | ||
| 5514230 | AIM Suspension, Trading Update & Notice of Results | 2024-09-16 | English | ||
| 5433241 | Completion of Disposal | 2024-03-27 | English | ||
| 5431775 | Further re Disposal, Loan Agreements and RPTs | 2024-03-25 | English | ||
| 5409880 | Half-year Report | 2024-02-29 | English | ||
| 5396988 | Further re Disposal of subsidiary | 2024-01-31 | English | ||
| 5388574 | Result of General Meeting | 2024-01-09 | English | ||
|
2023
2 filings
| |||||
| 5381351 | Disposal | 2023-12-15 | English | ||
| 46787283 | Group of companies' accounts made up to 2023-05-31 | 2023-12-01 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for LEEDS 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 · Real estate activities with own or leased property
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
American Homes 4 Rent
A REIT that acquires, develops, and manages single-family r…
|
AMH | US | Real estate activities |
|
American Hotel Income Properties REIT LP
Owns and invests in Premium Branded Select-Service Hotels a…
|
HOT.UN | CA | Real estate activities |
|
AMERICAN REALTY INVESTORS INC
Acquires, develops, and operates multifamily and commercial…
|
ARL | US | Real estate activities |
|
American Strategic Investment Co.
Publicly traded owner of commercial real estate in New York…
|
NYC | US | Real estate activities |
|
AMFIRST PROPERTY TRUST
A major commercial real estate investment trust owning a di…
|
— | MY | Real estate activities |
|
AMFIRST REAL ESTATE INVESTMENT TRUST
Specializes in ownership & investment of real estate & rela…
|
— | MY | Real estate activities |
|
AMG HOLDINGS CO.,LTD.
A holding company for construction and real estate sales, d…
|
8891 | JP | Real estate activities |
|
Amhult 2 AB
A property company that develops, builds, and manages real …
|
AMH2 B | SE | Real estate activities |
|
AMJ LAND HOLDINGS LIMITED
Specializes in real estate development, property leasing, a…
|
AMJLAND | IN | Real estate activities |
|
Amot Investments Ltd.
A real estate firm that manages and develops income-produci…
|
AMOT | IL | Real estate activities |
LEEDS 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/7760/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=7760 | 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=7760 | 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=7760 \ -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": 7760}, 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 LEEDS GROUP PLC (id: 7760)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.