
POS MALAYSIA BHD — Investor Relations & Filings
Pos Malaysia Berhad is a leading postal and logistics service provider, serving as the national postal and parcel service provider and sole licensee for universal postal services. The company offers a comprehensive range of services including mail, express mail, courier, and parcel delivery, alongside transport logistics, retail services, and payment agency solutions. With an extensive network of over 1,000 touch points, Pos Malaysia provides real-time tracking for deliveries and caters to both individual and business needs.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| General Meetings: Outcome of Meeting | 2026-05-21 | English | |
| Quarterly rpt on consolidated results for the financial period ended 31/03/2026 | 2026-05-17 | English | |
| OTHERSPOS MALAYSIA BERHAD ("POS MALAYSIA" OR "THE COMPANY") - ACCEPTANCE OF SHORT TERM REVOLVING CREDIT-I FACILITY GRANTED BY MAYBANK ISLAMIC BERHAD TO POS AR-RAHNU SDN. BHD. ("POS AR-RAHNU"), A WHOL | 2026-05-10 | English | |
| General Meetings: Notice of Meeting(Amended Announcement) | 2026-04-29 | English | |
| Change in Boardroom - DATUK ABDUL HALIM BIN HAMZAH | 2026-04-28 | English | |
| Change in Boardroom - ENCIK MANO A/L VERABATHRAN | 2026-04-28 | English |
Browse filings by year
2 yearsMarket data
Market data not available
Price history
Peer group · Postal activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Posti Group Oyj
Provider of postal, parcel, freight, and comprehensive logi…
|
POSTI | FI | Transportation and storage |
|
PostNL N.V.
Offers domestic and international mail, parcel, and e-comme…
|
PNL | NL | Transportation and storage |
|
SINGAPORE POST LIMITED
A prominent postal and eCommerce logistics provider in the …
|
7YRB | SG | Transportation and storage |
POS MALAYSIA 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/71302/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=71302 | 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=71302 | 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=71302 \ -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": 71302}, 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 POS MALAYSIA BHD (id: 71302)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.