Skip to content

SGD to KRW exchange rate API

Singapore Dollar to Won · quoted 2026-09-27

1067.13

▼ +5.01% over YTD

1 SGD = 1067.13 KRW · 1 KRW = 0.000937 SGD · Get this rate via the API

1 SGD buys 1067.13 KRW as of 2026-09-27, so 1 KRW buys 0.000937 SGD. Over the year to date, SGD/KRW traded between 1057.63 and 1201.44, averaged 1141.34 and fell 5.01%. The API holds daily SGD/KRW rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

SGD/KRW over YTD

SGD/KRW over YTD: show the values
PointSGD/KRW
2025-12-311123.43
2026-01-071129.76
2026-01-141145.47
2026-01-211142.79
2026-01-281132.43
2026-02-041145.07
2026-02-111157.64
2026-02-181143.99
2026-02-251128.83
2026-03-041149.52
2026-03-111159.21
2026-03-181173.53
2026-03-251170.64
2026-04-011174.00
2026-04-081158.21
2026-04-151160.71
2026-04-221160.39
2026-04-291157.43
2026-05-061141.83
2026-05-131170.07
2026-05-201175.81
2026-05-271173.72
2026-06-031194.15
2026-06-101183.32
2026-06-171182.07
2026-06-241191.18
2026-07-011201.44
2026-07-081166.19
2026-07-151154.74
2026-07-221146.49
2026-07-291123.57
2026-08-051111.02
2026-08-121108.01
2026-08-191090.35
2026-08-261089.55
2026-09-021070.19
2026-09-091057.63
2026-09-161074.22
2026-09-231068.08

High

1201.44

Low

1057.63

Average

1141.34

For developers

Get this rate via the API

One GET request returns the SGD/KRW rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD&currencies=KRW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD&currencies=KRW");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD&currencies=KRW").json()

Replace YOUR_API_KEY with the key from your dashboard.

SGD/KRW API questions

How do I get the SGD/KRW exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD&currencies=KRW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SGD/KRW rate in rates.KRW.

How far back does SGD/KRW historical data go?

Daily SGD/KRW rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free SGD/KRW exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.