
Kingland Group Holdings Limited — Investor Relations & Filings
Kingland Group Holdings Limited is an established subcontractor specializing in concrete demolition services. The company's core activities involve the removal of specific pieces or sections of concrete from existing structures, as well as the complete demolition of entire concrete structures and buildings. These services are performed utilizing a variety of specialized methods, including core drilling, sawing, crushing, and bursting. Kingland Group primarily serves the construction and infrastructure markets in Hong Kong and Macau.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| PROPOSED AMENDMENTS TO THE EXISTING MEMORANDUM AND ARTICLES OF ASSOCIATION AND ADOPTION OF THE NEW MEMORANDUM AND ARTICLES OF ASSOCIATION | 2026-05-29 | English | |
| Next Day Disclosure Return | 2026-05-27 | English | |
| RESULTS OF THE RIGHTS ISSUE | 2026-05-22 | English | |
| VOLUNTARY ANNOUNCEMENT ENTERING INTO OF A SYSTEM INTEGRATOR FRAMEWORK AGREEMENT IN RESPECT OF THE MTU BRAND | 2026-05-22 | English | |
| LIST OF DIRECTORS AND THEIR ROLE AND FUNCTION | 2026-05-15 | English | |
| (1) RESIGNATION OF EXECUTIVE DIRECTOR, VICE-CHAIRMAN OF THE BOARD AND CHIEF EXECUTIVE OFFICER; (2) RESIGNATION OF INDEPENDENT NON-EXECUTIVE DIRECTORS; (3) APPOINTMENT OF EXECUTIVE DIRECTOR; (4) APPOIN | 2026-05-15 | English |
Browse filings by year
9 yearsMarket data
Market data not available
Price history
Peer group · Demolition
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Beng Soon Machinery Holdings Limited
Specialized provider of comprehensive demolition and site c…
|
1987 | HK | Construction |
|
BESTERRA CO., LTD
An engineering company specializing in the demolition of la…
|
1433 | JP | Construction |
|
Glory Flame Holdings Limited
Construction services provider specializing in concrete dem…
|
8059 | HK | Construction |
|
TANAKEN Inc.
Specializes in the demolition of large-scale commercial and…
|
1450 | JP | Construction |
Kingland Group Holdings 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/50142/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=50142 | 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=50142 | 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=50142 \ -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": 50142}, 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 Kingland Group Holdings Limited (id: 50142)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.