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: show the values
| Point | SGD/KRW |
|---|---|
| 2021-09-28 | 874.30 |
| 2021-11-09 | 873.32 |
| 2021-12-21 | 872.84 |
| 2022-02-01 | 890.59 |
| 2022-03-15 | 911.13 |
| 2022-04-28 | 919.09 |
| 2022-06-09 | 912.78 |
| 2022-07-21 | 940.69 |
| 2022-09-01 | 966.78 |
| 2022-10-13 | 998.43 |
| 2022-11-24 | 965.35 |
| 2023-01-06 | 944.60 |
| 2023-02-17 | 972.05 |
| 2023-03-31 | 981.93 |
| 2023-05-17 | 996.07 |
| 2023-06-28 | 969.21 |
| 2023-08-09 | 976.54 |
| 2023-09-20 | 974.14 |
| 2023-11-01 | 989.52 |
| 2023-12-13 | 981.96 |
| 2024-01-29 | 995.87 |
| 2024-03-11 | 985.52 |
| 2024-04-24 | 1010.46 |
| 2024-06-06 | 1014.77 |
| 2024-07-18 | 1031.31 |
| 2024-08-28 | 1024.67 |
| 2024-10-02 | 1025.19 |
| 2024-11-01 | 1041.00 |
| 2024-12-01 | 1025.33 |
| 2024-12-31 | 1081.72 |
| 2025-01-30 | 1067.78 |
| 2025-03-01 | 1081.67 |
| 2025-03-31 | 1098.36 |
| 2025-04-30 | 1089.17 |
| 2025-05-30 | 1068.20 |
| 2025-06-29 | 1051.09 |
| 2025-07-29 | 1081.82 |
| 2025-08-28 | 1080.15 |
| 2025-09-27 | 1091.21 |
| 2025-10-27 | 1105.00 |
| 2025-11-26 | 1135.67 |
| 2025-12-26 | 1130.68 |
| 2026-01-25 | 1153.49 |
| 2026-02-24 | 1138.87 |
| 2026-03-26 | 1172.76 |
| 2026-04-25 | 1157.15 |
| 2026-05-25 | 1185.01 |
| 2026-06-24 | 1191.18 |
| 2026-07-24 | 1131.74 |
| 2026-08-23 | 1096.30 |
| 2026-09-22 | 1063.89 |
High
1191.18
Low
872.8368
Average
1030.49
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=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¤cies=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.