# 하나은행 현재 환율 조회 — 오늘 최종 고시 전체 통화

**Use case:** 

오늘(KST) 하나은행 현재 최종 고시환율을 전체 통화로 조회하세요. 매매기준율, 현찰·송금 환율을 확인하고 JSON·CSV·Excel로 저장할 수 있습니다.

## Input

```json
{
  "round": "latest",
  "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.