South Korea Policy Interest Rate was last reported at 3.00 percent as of August 28, 2026. That reading was unchanged from the prior value of 3.00 percent. This indicator is reported Daily, and is tracked under the International category.
| Date | Value (percent) |
|---|---|
| Aug 28, 2026 | 3.00 |
| Aug 27, 2026 | 3.00 |
| Aug 26, 2026 | 2.75 |
| Aug 25, 2026 | 2.75 |
| Aug 24, 2026 | 2.75 |
| Aug 21, 2026 | 2.75 |
| Aug 20, 2026 | 2.75 |
| Aug 19, 2026 | 2.75 |
| Aug 18, 2026 | 2.75 |
| Aug 14, 2026 | 2.75 |
| Date | Value (percent) |
|---|---|
| Aug 13, 2026 | 2.75 |
| Aug 12, 2026 | 2.75 |
| Aug 11, 2026 | 2.75 |
| Aug 10, 2026 | 2.75 |
| Aug 7, 2026 | 2.75 |
| Aug 6, 2026 | 2.75 |
| Aug 5, 2026 | 2.75 |
| Aug 4, 2026 | 2.75 |
| Aug 3, 2026 | 2.75 |
| Jul 31, 2026 | 2.75 |
Pull the full history of South Korea Policy Interest Rate 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=KRPOLICYRATE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "KRPOLICYRATE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=KRPOLICYRATE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();