get_exchange_rate
Retrieve current or historical exchange rates between KRW and USD for currency conversion and financial analysis. Specify base and quote currencies and an optional timestamp for past rates.
Instructions
Get the exchange rate between two currencies. (환율 조회)
Args: base_currency: 'KRW' or 'USD'. quote_currency: 'KRW' or 'USD'. date_time: Optional ISO 8601 timestamp for a historical rate. Omit for the latest rate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_time | No | ||
| base_currency | No | USD | |
| quote_currency | No | KRW |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||