Skip to main content

SGD (Singapore Dollar)

The Singapore dollar (SGD), symbolized as S$, is the official currency of the Republic of Singapore. Issued by the Monetary Authority of Singapore, it is divided into 100 cents. The SGD is highly regarded by long-term investors, second only to the New Zealand dollar.

Available currency pairs

Currency pairBase currencyQuote currencyName

Code examples

Get last quoute:

curl --request GET \
  --url 'https://api.tradewatch.io/currencies/quote?symbol=SOME_STRING_VALUE&precision=SOME_INTEGER_VALUE' \
  --header 'api-key: REPLACE_KEY_VALUE'