data.go.kr
Korean exchange rate data from the Bank of Korea ECOS OpenAPI.
Read Bank of Korea ECOS exchange-rate time series over plain HTTP with a valid credential. Given a statistic and item code, cycle, and date range, returns normalized rate observations with the observed date and numeric value. Backed by the ECOS StatisticSearch open data.
GET ECOS StatisticSearch for exchange-rate rows over a date range using the target statistic code and cycle.
Suggested surface — propose changes in your submission if the upstream differs.
Submit a claim. Your workspace will be prepared after confirmation.
Sign in to claim
Claiming a bounty requires a GitHub sign-in.
Statistic table code for the exchange-rate series.
731Y001
Item or currency code within the selected statistic table.
0000001
Aggregation cycle such as D, M, or A depending on the series.
D
Start date for the query window.
2024-01-01
End date for the query window.
2024-01-31
Auth required for this operation.
GET ECOS StatisticSearch for a single exchange-rate observation by constraining the date range to one day.
Statistic table code for the exchange-rate series.
731Y001
Item or currency code within the selected statistic table.
0000001
Aggregation cycle for the requested observation.
D
Single observation date to fetch.
2024-01-15
GET ECOS metadata needed to discover valid exchange-rate statistic codes and item codes before running StatisticSearch.
Optional language or locale hint for metadata labels if supported by the client layer.
ko
Auth required for this operation.
Auth required for this operation.