
PETRONAS DAGANGAN BHD — Investor Relations & Filings
PETRONAS Dagangan Berhad specializes in the retail and marketing of downstream petroleum products. Its core business encompasses the distribution and sale of fuels, including diesel, kerosene, and fuel oil, alongside lubricants and liquefied petroleum gas. The company provides pre-sales and after-sales services, offers food solutions at its retail outlets, and integrates banking services. It also manages the MyMesra customer platform, which provides access to fuels, rewards, and various services.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Change in Boardroom - ENCIK RUSLAN HALIM ISLAHUDIN | 2026-05-28 | English | |
| Change in Risk Committee - ENCIK RUSLAN HALIM ISLAHUDIN | 2026-05-28 | English | |
| Change in Nomination and Remuneration Committee - ENCIK RUSLAN HALIM ISLAHUDIN | 2026-05-28 | English | |
| Changes in Sub. S-hldr's Int (Section 138 of CA 2016) - EMPLOYEES PROVIDENT FUND BOARD ("EPF BOARD") | 2026-05-28 | English | |
| Quarterly rpt on consolidated results for the financial period ended 31/03/2026 | 2026-05-28 | English | |
| Interim Dividend | 2026-05-28 | English |
Browse filings by year
2 yearsMarket data
Market data not available
Price history
Peer group · Retail sale of automotive fuel
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
United Strength Power Holdings Limited
Operates vehicle refuelling stations, selling natural gas, …
|
2337 | HK | Wholesale and retail trade |
|
Wafi Energy Pakistan Limited
Exclusive Shell licensee marketing petroleum products, CNG,…
|
WAFI | PK | Wholesale and retail trade |
PETRONAS DAGANGAN 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/71275/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=71275 | 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=71275 | 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=71275 \ -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": 71275}, 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 PETRONAS DAGANGAN BHD (id: 71275)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.