USD/KRW was last reported at 1,340.30 KRW per USD as of September 11, 2026. That is down 0.40% from the prior reading of 1,345.63 KRW per USD. This indicator is reported Daily and not seasonally adjusted, and is tracked under the Trade category. The next scheduled release is September 21, 2026.
| Date | Value (KRW per USD) |
|---|---|
| Sep 11, 2026 | 1,340.30 |
| Sep 10, 2026 | 1,345.63 |
| Sep 9, 2026 | 1,339.81 |
| Sep 8, 2026 | 1,341.22 |
| Sep 4, 2026 | 1,346.51 |
| Sep 3, 2026 | 1,356.89 |
| Sep 2, 2026 | 1,358.85 |
| Sep 1, 2026 | 1,371.76 |
| Aug 31, 2026 | 1,368.25 |
| Aug 28, 2026 | 1,379.41 |
| Date | Value (KRW per USD) |
|---|---|
| Aug 27, 2026 | 1,381.25 |
| Aug 26, 2026 | 1,386.17 |
| Aug 25, 2026 | 1,383.63 |
| Aug 24, 2026 | 1,383.15 |
| Aug 21, 2026 | 1,385.01 |
| Aug 20, 2026 | 1,393.35 |
| Aug 19, 2026 | 1,388.39 |
| Aug 18, 2026 | 1,411.60 |
| Aug 17, 2026 | 1,412.80 |
| Aug 14, 2026 | 1,414.29 |
Pull the full history of USD/KRW into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=FXUSDKRW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "FXUSDKRW", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=FXUSDKRW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();