
GENTING BHD — Investor Relations & Filings
Genting Berhad is an investment holding and management company with a diversified portfolio. Its core activities include leisure and hospitality, featuring integrated resorts, gaming, hotels, and entertainment venues globally, prominently under the "Resorts World" brand. The company also engages in plantations, focusing on palm oil cultivation and downstream manufacturing, alongside property development. Additionally, Genting Berhad operates in the energy sector, encompassing oil & gas exploration and power generation, and holds interests in life sciences and biotechnology.
Recent filings
Browse filings by year
2 yearsMarket data
Market data not available
Price history
Peer group · Gambling and betting activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
La Française des Jeux
Gaming operator offering lottery games and sports betting w…
|
FDJ | FR | Arts, sports and recreation |
|
LAS VEGAS SANDS CORP
Developer and operator of integrated resorts with extensive…
|
LVS | US | Arts, sports and recreation |
|
Lotarija na Makedonija AD
Organizes and operates games of chance, lotteries, and ente…
|
LOTO | MK | Arts, sports and recreation |
|
Lottery.com Inc.
Technology company providing lottery products and services …
|
SEGG | US | Arts, sports and recreation |
|
LottoGopher Holdings Inc.
Provides a legally compliant lottery messenger service for …
|
LTTGF | CA | Arts, sports and recreation |
|
Lottomatica Group
Provides a range of gaming services through an omni-channel…
|
LTMC | IT | Arts, sports and recreation |
|
Macau Legend Development Limited
Owns and operates integrated entertainment and leisure comp…
|
1680 | HK | Arts, sports and recreation |
|
MAGNUM 4D BERHAD
Prominent operator in the forecasting lottery sector, offer…
|
— | MY | Arts, sports and recreation |
|
MAGNUM BERHAD
Investment holding company focused on numbers forecasting l…
|
— | MY | Arts, sports and recreation |
|
MAGNUM CORPORATION BERHAD
Investment holding company primarily engaged in regulated g…
|
— | MY | Arts, sports and recreation |
GENTING BHD 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/70632/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=70632 | 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=70632 | 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=70632 \ -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": 70632}, 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 GENTING BHD (id: 70632)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.