USD to KRW exchange rate API
US Dollar to Won · quoted 2026-09-26
1365.60
▼ +5.44% over YTD
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 year to date, USD/KRW traded between 1336.20 and 1558.09, averaged 1459.35 and fell 5.44%. 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 YTD: show the values
| Point | USD/KRW |
|---|---|
| 2025-12-31 | 1444.20 |
| 2026-01-07 | 1447.68 |
| 2026-01-14 | 1475.41 |
| 2026-01-21 | 1464.62 |
| 2026-01-28 | 1428.83 |
| 2026-02-04 | 1455.75 |
| 2026-02-11 | 1461.81 |
| 2026-02-18 | 1445.89 |
| 2026-02-25 | 1427.90 |
| 2026-03-04 | 1464.80 |
| 2026-03-11 | 1477.11 |
| 2026-03-18 | 1503.55 |
| 2026-03-25 | 1497.53 |
| 2026-04-01 | 1504.81 |
| 2026-04-08 | 1474.23 |
| 2026-04-15 | 1477.10 |
| 2026-04-22 | 1478.05 |
| 2026-04-29 | 1478.38 |
| 2026-05-06 | 1448.10 |
| 2026-05-13 | 1488.58 |
| 2026-05-20 | 1505.44 |
| 2026-05-27 | 1499.70 |
| 2026-06-03 | 1530.99 |
| 2026-06-10 | 1524.50 |
| 2026-06-17 | 1517.08 |
| 2026-06-24 | 1546.43 |
| 2026-07-01 | 1558.09 |
| 2026-07-08 | 1509.08 |
| 2026-07-15 | 1492.17 |
| 2026-07-22 | 1480.35 |
| 2026-07-29 | 1452.35 |
| 2026-08-05 | 1423.72 |
| 2026-08-12 | 1417.13 |
| 2026-08-19 | 1391.48 |
| 2026-08-26 | 1383.49 |
| 2026-09-02 | 1362.56 |
| 2026-09-09 | 1336.20 |
| 2026-09-16 | 1367.80 |
| 2026-09-23 | 1365.35 |
High
1558.09
Low
1336.20
Average
1459.35
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.