
ROSS GROUP PLC — Investor Relations & Filings
Ross Group PLC is a holding company that is reported to be in liquidation. The company's principal former activities involved providing supply chain management services, with a focus on engineering, manufacturing, and technology sectors. Additionally, its operations included acting as an agent for the sale of industrial materials such as fuels, ores, and metals. As a holding company, it also focused on exploring strategic opportunities, including potential mergers, acquisitions, and business alliances.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Depositary change notice to investors | 2024-08-13 | English | |
| RosAgro Listing cancellation notice | 2024-08-13 | English | |
| Submission from the Ministry of Agriculture | 2024-08-08 | English | |
| Notice of EGM | 2024-08-05 | English | |
| Half-year Report | 2024-08-05 | English | |
| Inclusion in the list of ESO | 2024-07-15 | English |
Browse filings by year
45 years- 2024 14 filings
- 2023 21 filings
- 2022 46 filings
- 2021 47 filings
- 2020 25 filings
- 2019 20 filings
- 2018 4 filings
- 2017 3 filings
- 2016 3 filings
- 2015 4 filings
- 2014 4 filings
- 2013 3 filings
- 2012 1 filing
- 2011 2 filings
- 2010 1 filing
- 2009 2 filings
- 2008 1 filing
- 2007 1 filing
- 2006 1 filing
- 2005 1 filing
- 2004 1 filing
- 2003 1 filing
- 2002 2 filings
- 2001 2 filings
- 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 2 filings
- 1987 1 filing
- 1986 1 filing
- 1985 2 filings
- 1983 1 filing
- 1982 1 filing
- 1981 1 filing
- 1980 1 filing
- 1978 1 filing
- 1977 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
14 filings
| |||||
| 5500414 | Depositary change notice to investors | 2024-08-13 | English | ||
| 5500415 | RosAgro Listing cancellation notice | 2024-08-13 | English | ||
| 5498579 | Submission from the Ministry of Agriculture | 2024-08-08 | English | ||
| 5496658 | Notice of EGM | 2024-08-05 | English | ||
| 5496661 | Half-year Report | 2024-08-05 | English | ||
| 5486823 | Inclusion in the list of ESO | 2024-07-15 | English | ||
| 5478693 | Notice of change of the GDR program depositary | 2024-06-27 | English | ||
| 5477950 | Announcement of Intended Cancellation of Listing | 2024-06-26 | English | ||
| 5477992 | BoD's member has bought the Company's GDRs | 2024-06-26 | English | ||
| 5458056 | 1st Quarter Financial Results | 2024-05-13 | English | ||
| 5437998 | AGM Statement | 2024-04-08 | English | ||
| 5435230 | Adjournment of Annual General Meeting (AGM) | 2024-04-02 | English | ||
| 5428969 | Notice of AGM | 2024-03-19 | English | ||
| 5421975 | IFRS Consolidated FS and Auditors’ Report 2023 | 2024-03-04 | English | ||
|
2023
1 filing
| |||||
| 5374998 | EGM Statement | 2023-11-30 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for ROSS 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 · Activities of head offices
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
PRG HOLDINGS BERHAD
Investment holding company in manufacturing, property, cons…
|
— | MY | Professional, scientific and te… |
|
PS International Group Ltd.
A global logistics and supply chain solutions provider spec…
|
PSIG | US | Professional, scientific and te… |
|
PT Indoritel Makmur Internasional Tbk.
Investment holding company focused on consumer, retail, and…
|
DNET | ID | Professional, scientific and te… |
|
PUTERA CAPITAL BERHAD
Manages companies and enterprises, providing strategic over…
|
— | MY | Professional, scientific and te… |
|
Q YATIRIM HOLDİNG A.Ş.
An investment holding company managing a diverse portfolio …
|
QYHOL | TR | Professional, scientific and te… |
|
REKAPACIFIC BERHAD
An investment holding company providing management services…
|
— | MY | Professional, scientific and te… |
|
SAAF Holdings Co., Ltd.
A holding company with consulting, system development, HR, …
|
1447 | JP | Professional, scientific and te… |
|
Sdiptech
Acquires and develops companies with products and services …
|
SDIP | SE | Professional, scientific and te… |
|
Seera Group Holding
Operates an integrated ecosystem of travel, tourism, and ca…
|
1810 | SA | Professional, scientific and te… |
|
Sociedad Comercial del Plata S.A.
Diversified holding company developing and managing busines…
|
— | AR | Professional, scientific and te… |
ROSS 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/4662/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4662 | 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=4662 | 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=4662 \ -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": 4662}, 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 ROSS GROUP PLC (id: 4662)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.