
ETS Group Limited - Investor Relations & Filings
ETS Group Limited is an investment holding company specializing in customer contact management solutions. The company's principal activities include the provision of comprehensive multi-media contact services, the deployment and maintenance of contact center systems, and the supply of staff insourcing services. These offerings facilitate efficient customer relationship management and communication for corporations across diverse sectors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| COMPANY INFORMATION SHEET | 2026-04-17 | English | |
| LIST OF DIRECTORS AND THEIR CORRESPONDING ROLES AND FUNCTIONS | 2026-04-17 | English | |
| (I) CHANGE OF INDEPENDENT NON-EXECUTIVE DIRECTORS; (II) CHANGE OF COMPOSITION OF BOARD COMMITTEES; AND (III) COMPLIANCE WITH THE GEM LISTING RULES | 2026-04-17 | English | |
| GRANT OF WAIVER FROM STRICT COMPLIANCE WITH THE MINIMUM PUBLIC FLOAT REQUIREMENT AND RESTORATION OF PUBLIC FLOAT | 2026-04-09 | English | |
| Monthly Return of Equity Issuer on Movements in Securities for the month ended 31 March 2026 | 2026-04-08 | English | |
| COMPANY INFORMATION SHEET | 2026-03-31 | English |
Market data
Market data not available
Price history
Peer group · Activities of call centres
| Company | Ticker | Country | Sector |
|---|---|---|---|
| ACTCALL INC. | — | JP | Administrative and support serv… |
|
ATENTO LUXCO 1, S.A.
Redefines customer experience (CX) through BTO services, AI…
|
5P7B | SG | Administrative and support serv… |
| Atento SA | ATTO | LU | Administrative and support serv… |
|
BELLSYSTEM24 HOLDINGS,INC.
A leading provider of CRM solutions, contact center operati…
|
6183 | JP | Administrative and support serv… |
|
Bewith, Inc.
Provider of BPO and contact center solutions with a proprie…
|
9216 | JP | Administrative and support serv… |
|
BitStrat Holdings Limited
Provides specialized outbound telemarketing and contact cen…
|
6113 | HK | Administrative and support serv… |
| China Customer Relations Centers Inc | CCRC | VG | Administrative and support serv… |
|
CONTAX PARTICIPAÇÕES S.A. - EM RECUPERAÇÃO JUDICIAL
Provides contact center and BPO services while undergoing j…
|
— | BR | Administrative and support serv… |
| Convergys Corporation | CVG | US | Administrative and support serv… |
|
CORREC HOLDINGS Inc.
Holding company for subsidiaries in internet services and o…
|
6578 | JP | Administrative and support serv… |
ETS Group Limited 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/51226/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=51226 | 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=51226 | 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=51226 \ -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": 51226}, 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 ETS Group Limited (id: 51226)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.