Skip to content

SGD to KRW exchange rate API

Singapore Dollar to Won · quoted 2026-09-27

1067.13

▲ +22.06% over 5Y

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 last 5 years, SGD/KRW traded between 872.8368 and 1191.18, averaged 1030.49 and rose 22.06%. 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 5Y

SGD/KRW over 5Y: show the values
PointSGD/KRW
2021-09-28874.30
2021-11-09873.32
2021-12-21872.84
2022-02-01890.59
2022-03-15911.13
2022-04-28919.09
2022-06-09912.78
2022-07-21940.69
2022-09-01966.78
2022-10-13998.43
2022-11-24965.35
2023-01-06944.60
2023-02-17972.05
2023-03-31981.93
2023-05-17996.07
2023-06-28969.21
2023-08-09976.54
2023-09-20974.14
2023-11-01989.52
2023-12-13981.96
2024-01-29995.87
2024-03-11985.52
2024-04-241010.46
2024-06-061014.77
2024-07-181031.31
2024-08-281024.67
2024-10-021025.19
2024-11-011041.00
2024-12-011025.33
2024-12-311081.72
2025-01-301067.78
2025-03-011081.67
2025-03-311098.36
2025-04-301089.17
2025-05-301068.20
2025-06-291051.09
2025-07-291081.82
2025-08-281080.15
2025-09-271091.21
2025-10-271105.00
2025-11-261135.67
2025-12-261130.68
2026-01-251153.49
2026-02-241138.87
2026-03-261172.76
2026-04-251157.15
2026-05-251185.01
2026-06-241191.18
2026-07-241131.74
2026-08-231096.30
2026-09-221063.89

High

1191.18

Low

872.8368

Average

1030.49

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.