MAS APIs (Exchange Rates and Statistics)
Governmentby Monetary Authority of Singapore (MAS)
Official MAS data APIs covering daily SGD exchange rates, interest rates (SORA), monthly statistical bulletin tables and financial institution directories. Served from the MAS eservices API gateway.
How to authenticate
- 1Legacy datastore endpoints (exchange rates, SORA) need no key: pass resource_id and filters as query params.
- 2Newer APIs on the MAS API portal (eservices.mas.gov.sg/apimg-portal) may require registering for an API key on that portal.
- 3Browse available resources and their resource_ids from the portal's API catalogue.
Example request
curl 'https://eservices.mas.gov.sg/api/action/datastore/search.json?resource_id=95932927-c8bc-4e7a-b484-68a66a24edfe&limit=1&sort=end_of_day+desc'Example response
{"success":true,"result":{"records":[{"end_of_day":"2026-07-03","usd_sgd":"1.28...","eur_sgd":"..."}]}}Notes for AI agents
Verified caveat: on 2026-07-05 the whole eservices.mas.gov.sg API surface was serving a maintenance page (MAS runs weekend maintenance windows); retry on a weekday before declaring it dead. The example response shape is from MAS docs, not a live call.
Machine-readable version: /api/apis/mas-statistics-api
Related APIs
Aspire API
Aspire
Singapore-headquartered business finance platform offering APIs for payouts, FX conversions, account balances and transaction data on Aspire business accounts. Lets finance teams automate payment operations from their own systems.
DBS Developer APIs
DBS Bank
DBS's corporate API suite (DBS RAPID) covering real-time payments and collections including PayNow, account balances, transaction notifications and FX. The most mature bank API program in Singapore.
Finverse
Finverse
Open-banking aggregation and payments API for Asia, providing linked-account data (balances, transactions, statements) and recurring payment rails. Coverage includes major Singapore banks such as DBS, UOB and Standard Chartered, accessed through a hosted Link flow that end users authorise.
OCBC API Developer Platform
OCBC Bank
OCBC's API platform (api.ocbc.com), the first open banking portal launched by a Singapore bank, offering corporate payment, account and product APIs plus sandbox access. Aimed at fintechs and OCBC business customers.