Skip to content

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

USD/KRW over 5Y: show the values
PointUSD/KRW
2021-09-271181.43
2021-11-081181.90
2021-12-201191.70
2022-01-311209.29
2022-03-141238.84
2022-04-271268.05
2022-06-081256.49
2022-07-201311.51
2022-08-311342.79
2022-10-121426.60
2022-11-231353.43
2023-01-051269.60
2023-02-161286.47
2023-03-301298.59
2023-05-161340.67
2023-06-271300.52
2023-08-081320.19
2023-09-191324.54
2023-10-311351.03
2023-12-121309.89
2024-01-261334.82
2024-03-081318.98
2024-04-231378.31
2024-06-051371.73
2024-07-171379.26
2024-08-271331.18
2024-10-011289.06
2024-10-311378.47
2024-11-301394.31
2024-12-301473.70
2025-01-291446.73
2025-02-281459.92
2025-03-301447.95
2025-04-291435.67
2025-05-291374.85
2025-06-281361.93
2025-07-281385.45
2025-08-271397.82
2025-09-261409.82
2025-10-261441.16
2025-11-251464.88
2025-12-251446.57
2026-01-241447.35
2026-02-231443.55
2026-03-251497.53
2026-04-241477.04
2026-05-241523.83
2026-06-231536.15
2026-07-231472.72
2026-08-221385.96
2026-09-211372.18

High

1536.15

Low

1181.43

Average

1365.54

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=KRW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&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=USD&currencies=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&currencies=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.