{
  "id": "0b90dda9-0fd2-4efa-841c-f66ec971e445",
  "slug": "mas-statistics-api",
  "name": "MAS APIs (Exchange Rates and Statistics)",
  "provider": "Monetary Authority of Singapore (MAS)",
  "category_slug": "finance-banking",
  "description": "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.",
  "base_url": "https://eservices.mas.gov.sg/api/action/datastore/search.json",
  "docs_url": "https://eservices.mas.gov.sg/apimg-portal/",
  "openapi_url": null,
  "auth_type": "none",
  "auth_guide": [
    "Legacy datastore endpoints (exchange rates, SORA) need no key: pass resource_id and filters as query params.",
    "Newer APIs on the MAS API portal (eservices.mas.gov.sg/apimg-portal) may require registering for an API key on that portal.",
    "Browse available resources and their resource_ids from the portal's API catalogue."
  ],
  "pricing": "free",
  "rate_limit": null,
  "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_snippet": "{\"success\":true,\"result\":{\"records\":[{\"end_of_day\":\"2026-07-03\",\"usd_sgd\":\"1.28...\",\"eur_sgd\":\"...\"}]}}",
  "agent_notes": "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.",
  "status": "live",
  "tags": [
    "exchange-rates",
    "mas",
    "sora",
    "monetary",
    "finance"
  ],
  "sg_official": true,
  "created_at": "2026-07-05T08:44:12.089Z",
  "updated_at": "2026-07-05T09:15:26.666Z",
  "page_url": "https://singaporeapi.com/apis/mas-statistics-api"
}