USD to KRW exchange rate API
US Dollar to Won · quoted 2026-09-26
1365.60
▲ +15.59% over 5Y
1 USD = 1365.60 KRW · 1 KRW = 0.000732 USD · Get this rate via the API
1 USD buys 1365.60 KRW as of 2026-09-26, so 1 KRW buys 0.000732 USD. Over the last 5 years, USD/KRW traded between 1181.43 and 1536.15, averaged 1365.54 and rose 15.59%. The API holds daily USD/KRW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/KRW over 5Y: show the values
| Point | USD/KRW |
|---|---|
| 2021-09-27 | 1181.43 |
| 2021-11-08 | 1181.90 |
| 2021-12-20 | 1191.70 |
| 2022-01-31 | 1209.29 |
| 2022-03-14 | 1238.84 |
| 2022-04-27 | 1268.05 |
| 2022-06-08 | 1256.49 |
| 2022-07-20 | 1311.51 |
| 2022-08-31 | 1342.79 |
| 2022-10-12 | 1426.60 |
| 2022-11-23 | 1353.43 |
| 2023-01-05 | 1269.60 |
| 2023-02-16 | 1286.47 |
| 2023-03-30 | 1298.59 |
| 2023-05-16 | 1340.67 |
| 2023-06-27 | 1300.52 |
| 2023-08-08 | 1320.19 |
| 2023-09-19 | 1324.54 |
| 2023-10-31 | 1351.03 |
| 2023-12-12 | 1309.89 |
| 2024-01-26 | 1334.82 |
| 2024-03-08 | 1318.98 |
| 2024-04-23 | 1378.31 |
| 2024-06-05 | 1371.73 |
| 2024-07-17 | 1379.26 |
| 2024-08-27 | 1331.18 |
| 2024-10-01 | 1289.06 |
| 2024-10-31 | 1378.47 |
| 2024-11-30 | 1394.31 |
| 2024-12-30 | 1473.70 |
| 2025-01-29 | 1446.73 |
| 2025-02-28 | 1459.92 |
| 2025-03-30 | 1447.95 |
| 2025-04-29 | 1435.67 |
| 2025-05-29 | 1374.85 |
| 2025-06-28 | 1361.93 |
| 2025-07-28 | 1385.45 |
| 2025-08-27 | 1397.82 |
| 2025-09-26 | 1409.82 |
| 2025-10-26 | 1441.16 |
| 2025-11-25 | 1464.88 |
| 2025-12-25 | 1446.57 |
| 2026-01-24 | 1447.35 |
| 2026-02-23 | 1443.55 |
| 2026-03-25 | 1497.53 |
| 2026-04-24 | 1477.04 |
| 2026-05-24 | 1523.83 |
| 2026-06-23 | 1536.15 |
| 2026-07-23 | 1472.72 |
| 2026-08-22 | 1385.96 |
| 2026-09-21 | 1372.18 |
High
1536.15
Low
1181.43
Average
1365.54
Get this rate via the API
One GET request returns the USD/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=USD¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=KRW").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/KRW API questions
How do I get the USD/KRW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=KRW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/KRW rate in rates.KRW.
How far back does USD/KRW historical data go?
Daily USD/KRW rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free USD/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.