Skip to main content
SG FR / API · Singapore

Build on Singapore filings programmatically.

A typed REST API over 16,048 filings from 648 Singaporean listed companies — JSON metadata, Markdown body, and original PDF. Webhooks on every new release.

Public-company filings in Singapore are supervised by Monetary Authority of Singapore (MAS). Reporting follows SFRS(I) (IFRS-aligned). Filings are most commonly published in English. Major issuers are listed on STI, FTSE ST All-Share and FTSE ST Mid Cap. Mixed — calendar and March year-ends common.

Building on Singaporean filings programmatically

The FinancialReports API delivers SGX-sourced Singaporean filings through the same unified REST surface as all other covered markets — ?country=SG on the filings endpoint returns the full SGXNet disclosure stream. The volume is moderate compared to larger markets (approximately 800–1,200 filings per month), making Singapore a manageable single-country integration that nonetheless covers a strategically important Southeast Asian hub exchange with significant international issuer representation.

Webhook subscriptions deliver SGX filings within minutes of SGXNet publication. Singapore's disclosure patterns follow SGX trading hours (09:00–17:00 SGT, UTC+8), with material announcements concentrating in the pre-market and post-close windows. The webhook payload uses the standard platform schema — no Singapore-specific parsing logic required. For integrations tracking the REIT sector (Singapore's distinctive strength), the filing_type filtering supports targeted subscriptions for distribution announcements, NAV updates, and acquisition/divestment notices that drive REIT valuations.

Filing content is available as JSON metadata, Markdown (extracted from SGXNet PDF filings), and original source documents. English is the primary filing language for Singapore-incorporated issuers and most foreign issuers, making SGX filings immediately consumable by NLP pipelines without translation. Common API integrations include STI constituent monitoring, Singapore REIT distribution and NAV tracking, S-chip corporate governance surveillance, cross-referencing SGX filings with home-market disclosures for dual-listed companies, and Southeast Asian sector analysis spanning SGX alongside Bursa Malaysia, IDX, and SET.

Filings indexed
16,048
in Singapore
Listed companies
648
Singaporean issuers
Auth
x-api-key
single header
Webhook latency
< 1 min
from regulator publish

Reporting at a glance — Singapore

Regulator, indices, accounting, language
Primary indices
STIFTSE ST All-ShareFTSE ST Mid Cap
Accounting standards
SFRS(I) (IFRS-aligned)
Reporting languages
English
Fiscal year
Mixed — calendar and March year-ends common

Quick start — Singapore filings

REST · JSON · Markdown · PDF
# 1. List filings for Singapore, newest first
curl "https://api.financialreports.eu/api/filings/?countries=SG" \
    -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=SG&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 Singapore response

Real filings · live data

Get API access for Singapore

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

Filings activity by year

Last 6 years · Singaporean issuers
  • 2026 2,914
  • 2025 5,430
  • 2024 1,433
  • 2023 1,145
  • 2022 937
  • 2021 968

Reporting languages

Filing-by-filing distribution
  • English 15,684
  • Korean 188
  • Hebrew (modern) 58
  • Indonesian 58
  • Japanese 39

FAQ — Singapore

Coverage, formats, integration
How do I authenticate API requests for Singapore 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 Singapore 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 Singaporean 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 Singaporean 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 Singapore 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.