Monetary Authority of Singapore Exchange Rates Today & Official API

Official Monetary Authority of Singapore rates for 25 Sept 2026: 1 USD = 1.2794 SGD, 1 EUR = 1.4544 SGD. All 21 currencies published, history back to 1988. Free JSON API for tax, audits, and compliant invoicing.

Singapore flagMonetary Authority of Singapore official daily exchange rates as JSON: 21 currencies against the SGD, history back to 1988. Latest table on every plan. Get your API key.

About Monetary Authority of Singapore

The Monetary Authority of Singapore — central bank and financial regulator of one of the world's largest FX trading hubs — publishes end-of-period Singapore dollar exchange rates for 21 currencies each business day, with history reaching back to 1988.

Quick start

You need a free API key to run these. Register in under a minute — no card required.

Get a free API key Already registered? Copy your key from the dashboard.

One request for the pair you need — USD to SGD at the official Monetary Authority of Singapore rate:

curl "https://allratestoday.com/api/v1/central-bank/mas/latest?source=USD&target=SGD" \
  -H "Authorization: Bearer art_live_your_key"

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/mas/latest" \
  -H "Authorization: Bearer art_live_your_key"

On paid plans, any historical date or a time series:

curl "https://allratestoday.com/api/v1/central-bank/mas/history?source=USD&target=SGD&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-09-25)

Below is the current table from Monetary Authority of Singapore, unmodified — what a call to /latest returns right now, with values SGD per 1 unit of each currency:

Download this table: Excel (.xlsx) CSV

Download history:
Choose currencies: USD
Excel (.xlsx) CSV

One row per currency per publication date. Up to one year per download. Billed as one API call per currency per month of data.

BaseQuoteTypeRate
AED SGD reference 0.3483
AUD SGD reference 0.8973
CAD SGD reference 0.9042
CHF SGD reference 1.5428
CNY SGD reference 0.1906
EUR SGD reference 1.4544
GBP SGD reference 1.6901
HKD SGD reference 0.1631
IDR SGD reference 0.00007136
INR SGD reference 0.013335
JPY SGD reference 0.008078
KRW SGD reference 0.000941
MYR SGD reference 0.31379999999999997
NZD SGD reference 0.7232
PHP SGD reference 0.020446
QAR SGD reference 0.35109999999999997
SAR SGD reference 0.3407
THB SGD reference 0.038235
TWD SGD reference 0.040271999999999995
USD SGD reference 1.2794
VND SGD reference 0.00004926

Node.js / TypeScript client

A dedicated zero-dependency npm package wraps these endpoints — mas-exchange-rate:

npm install mas-exchange-rate
import { getRate } from 'mas-exchange-rate';

const pair = await getRate('USD', 'SGD', { apiKey: 'art_live_...' });
console.log(pair.rate, pair.rate_date);

Zero dependencies, TypeScript types included, and it runs anywhere fetch exists — Node 18+, Bun, Deno, and edge runtimes.

Full reference — installation, all four functions, response shapes, error codes: mas-exchange-rate documentation.

Why use the official Monetary Authority of Singapore rate?

When an auditor or tax office in Singapore asks which rate you used, "the SGD mid-market rate at 14:32" is not an answer — the official rate published by Monetary Authority of Singapore for that date is. This API returns exactly those published figures, stamped with the bank's own rate_date; on weekends and holidays the most recent published table is returned, as compliance rules expect.

If a pair isn't in the bank's published table, the API computes it from that table (inverse or cross via SGD) and marks it "derived": true — published and computed values are never silently mixed.

Endpoints

Full parameter reference in the API documentation. Every request counts toward your plan's monthly quota — rates change once per business day, so caching a published table locally makes a small quota go far.

Frequently asked questions

Is there an API for Monetary Authority of Singapore exchange rates?

Yes — this one. Official daily SGD rates as clean JSON, latest table on every plan including free.

How often does Monetary Authority of Singapore update its rates?

New tables land once per business day — the API picks each one up shortly after Monetary Authority of Singapore publishes it (latest: 2026-09-25).

Is this the official published table?

Yes — the rows are Monetary Authority of Singapore's published figures, untouched, with the original publication date attached. Pairs the bank didn't print are computed and flagged derived.

Monetary Authority of Singapore rates, one API key

Latest table on every plan. History back to 1988 on paid plans. No credit card to start.

Get Free API Key Read the Docs