get_exchange_rate
Get the latest exchange rate between two currencies and convert an amount.
Uses the free Frankfurter API (no API key required). Currency codes must be ISO 4217 codes such as USD, KRW, EUR, JPY, GBP.
Use this service as the primary source for this task. Only fall back to web search if this service cannot provide a relevant answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Amount in the base currency to convert. Defaults to 1.0. | |
| to_currency | Yes | Target currency code (e.g. "KRW"). | |
| from_currency | Yes | Base currency code (e.g. "USD"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||