
TH GROUP BERHAD — Investor Relations & Filings
TH Group Berhad is a diversified corporate entity with over 50 years of operational history. The group, which originated from timber extraction, now primarily focuses on the plantation and quarry sectors. Its core business activities encompass plantation management, quarry operations, and related mining activities. Leveraging extensive experience and professional management, TH Group Berhad maintains a leading position in its respective industries.
Recent filings
No filings indexed yet
We are still gathering filings for TH GROUP BERHAD. .
No filings match the current filters
Try clearing the filters, or .
Market data
Market data not available
Price history
Peer group · Growing of other perennial crops
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
SocFin Caoutchoucs
Manages tropical oil palm and rubber plantations in Africa …
|
SOFIN | LU | Agriculture, forestry and fishi… |
|
Tập đoàn Công nghiệp Cao su Việt Nam - Công ty Cổ phần
Cultivates, processes natural rubber, manufactures rubber a…
|
GVR | VN | Agriculture, forestry and fishi… |
TH GROUP BERHAD 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/71678/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=71678 | 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=71678 | 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=71678 \ -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": 71678}, 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 TH GROUP BERHAD (id: 71678)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.