# 하나은행 최초 고시환율 조회 — 오늘 USD·JPY·EUR

**Use case:** 

오늘(KST) 하나은행 최초 고시환율 중 USD·JPY·EUR의 매매기준율, 현찰·송금 환율을 바로 조회하고 JSON·CSV·Excel로 저장하세요. 주말·공휴일에는 직전 영업일 기준을 반환합니다.

## Input

```json
{
  "round": "first",
  "currencies": [
    "USD",
    "JPY",
    "EUR"
  ]
}
```

## Output

```json
{
  "date": {
    "label": "기준일",
    "format": "text"
  },
  "round": {
    "label": "회차",
    "format": "number"
  },
  "currency": {
    "label": "통화",
    "format": "text"
  },
  "currencyName": {
    "label": "통화명",
    "format": "text"
  },
  "unit": {
    "label": "단위",
    "format": "number"
  },
  "baseRate": {
    "label": "매매기준율",
    "format": "number"
  },
  "cashBuy": {
    "label": "현찰 사실때",
    "format": "number"
  },
  "cashSell": {
    "label": "현찰 파실때",
    "format": "number"
  },
  "wireSend": {
    "label": "송금 보낼때",
    "format": "number"
  },
  "wireReceive": {
    "label": "송금 받을때",
    "format": "number"
  },
  "checkSell": {
    "label": "외화수표 파실때",
    "format": "number"
  },
  "announcedAt": {
    "label": "고시시각",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [하나은행 고시환율 (KEB Hana Bank FX Rates)](https://apify.com/consnam/hana-fx-rates) with a specific input configuration. Visit the [Actor detail page](https://apify.com/consnam/hana-fx-rates) to learn more, explore other use cases, and run it yourself.