Skip to content

Commit 92f52ad

Browse files
committed
chore: Update exchange rate
1 parent dda4ba3 commit 92f52ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/db/data.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ var CurrencyList = [...]string{
1414

1515
// 합리적인 시점의 환율 데이터를 코드에 변수로 내장함.
1616
var ExchangeRatesLastUpdated = map[string]time.Time{
17-
"USD_KRW": time.Date(2025, 7, 30, 0, 0, 0, 0, time.UTC), // KRW_TO_USD = 1 / USD_TO_KRW
17+
"USD_KRW": time.Date(2026, 4, 11, 0, 0, 0, 0, time.UTC), // KRW_TO_USD = 1 / USD_TO_KRW
1818
}
1919
var ExchangeRates = map[string]float64{
20-
"USD_KRW": 1384.03, // 1달러당 원화
20+
"USD_KRW": 1485.5, // 1달러당 원화
2121
}
2222

2323
// KRW CPI; https://www.index.go.kr/unify/idx-info.do?idxCd=4226

0 commit comments

Comments
 (0)