get_exchange_rate
Retrieve current or historical exchange rates between two currencies by specifying base and quote currencies, with optional date/time for historical data.
Instructions
Get the exchange rate (환율).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_time | No | Optional ISO datetime for historical rate | |
| base_currency | Yes | Base currency, e.g. 'USD' | |
| quote_currency | Yes | Quote currency, e.g. 'KRW' |