Skip to main content
MY FR / API · Malaysia

Build on Malaysia filings programmatically.

A typed REST API over 234 filings from 1,579 Malaysian listed companies — JSON metadata, Markdown body, and original PDF. Webhooks on every new release.

Public-company filings in Malaysia are supervised by Securities Commission Malaysia (SC). Reporting follows MFRS (IFRS-aligned). Filings are most commonly published in Malay and English. Major issuers are listed on FTSE Bursa Malaysia KLCI, FBM Mid 70 and FBM Small Cap. Mixed — calendar and other year-ends.

Building on Malaysian filings programmatically

The FinancialReports API delivers Bursa Malaysia-sourced regulatory filings through the standard unified endpoint — ?country=MY scopes queries to Malaysian issuers. Volume is moderate: ~980 listed companies under mandatory quarterly reporting generate approximately 1,800–3,000 filings per month during results seasons. Malaysia's mandatory quarterly cadence means the filing flow is more evenly distributed across the year compared to semi-annual reporting markets.

Webhook subscriptions deliver Malaysian filings within minutes of Bursa publication. Malaysian market disclosure follows Bursa trading hours (09:00–17:00 MYT, UTC+8), with announcements concentrated in pre-market and post-close windows. The webhook payload follows the standard platform schema.

Filing content is available as JSON metadata, Markdown (extracted from announcement PDFs), and original source documents. Most large-cap Malaysian filings are in English, though some smaller companies file in Bahasa Malaysia. Common API integrations include KLCI constituent fundamental data feeds, plantation sector monitoring (quarterly production data and earnings drive palm oil market views), Malaysian banking sector quarterly tracking, Shariah-compliant securities screening (Bursa maintains an active Islamic capital market segment), cross-ASEAN comparisons alongside SGX, IDX, and SET, and monitoring PN17/GN3 financially distressed company announcements for special-situations strategies.

Filings indexed
234
in Malaysia
Listed companies
1,579
Malaysian issuers
Auth
x-api-key
single header
Webhook latency
< 1 min
from regulator publish

Reporting at a glance — Malaysia

Regulator, indices, accounting, language
Primary indices
FTSE Bursa Malaysia KLCIFBM Mid 70FBM Small Cap
Accounting standards
MFRS (IFRS-aligned)
Reporting languages
MalayEnglish
Fiscal year
Mixed — calendar and other year-ends

Quick start — Malaysia filings

REST · JSON · Markdown · PDF
# 1. List filings for Malaysia, newest first
curl "https://api.financialreports.eu/api/filings/?countries=MY" \
    -H "x-api-key: $FR_API_KEY"

# 2. Pull full Markdown for one filing
curl https://api.financialreports.eu/api/filings/<id>/markdown/ \
    -H "x-api-key: $FR_API_KEY"

# 3. Filter by filing type — annual reports only
curl "https://api.financialreports.eu/api/filings/?countries=MY&type=10-K" \
    -H "x-api-key: $FR_API_KEY"

# 4. Filter by ISIN (single issuer)
curl "https://api.financialreports.eu/api/filings/?company_isin=DE000A1EWWW0" \
    -H "x-api-key: $FR_API_KEY"

Full API documentation ↗ · OpenAPI schema ↗

Sample Malaysia response

Real filings · live data

Get API access for Malaysia

Pricing · trial keys · enterprise
Get API access Talk to the team Read the docs ↗

Filings activity by year

Last 6 years · Malaysian issuers
  • 2026 23
  • 2025 47
  • 2024 18
  • 2023 14
  • 2022 18
  • 2021 11

Reporting languages

Filing-by-filing distribution
  • English 234

FAQ — Malaysia

Coverage, formats, integration
How do I authenticate API requests for Malaysia filings?
Send a single header — `x-api-key: $FR_API_KEY` — on every request. The same key works across all 42 covered markets; there's no per-country key.
What format does the Malaysia API return?
Filing metadata is returned as JSON. Full filing bodies are available as Markdown (one endpoint) and original PDF. The same payload shape is used across every covered market.
Do you provide webhooks for new Malaysian filings?
Yes. Webhook subscribers receive a POST with full filing metadata within ~60 seconds of the regulator publishing the document.
Is there a rate limit on the Malaysian API?
Standard plans are throttled to a generous request budget that suits typical research and dashboards. Bulk and high-throughput plans negotiate higher limits.
Is there a free tier for Malaysia data?
The web product (search, browse, single-filing read) is free and indexed for the public web. Programmatic API access is a paid plan; trial keys are available on request.