MAS APIs (Exchange Rates and Statistics)

Government

by 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

  1. 1Legacy datastore endpoints (exchange rates, SORA) need no key: pass resource_id and filters as query params.
  2. 2Newer APIs on the MAS API portal (eservices.mas.gov.sg/apimg-portal) may require registering for an API key on that portal.
  3. 3Browse available resources and their resource_ids from the portal's API catalogue.

Example request

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

Response (truncated)
{"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