get_latest_exchange_rates
Retrieve currency exchange rates for specified or all currencies against a base currency using the Frankfurter API. Input a base currency code and optional target currency symbols.
Instructions
Returns the latest exchange rates for specific currencies. The symbols can be used to filter the results to specific currencies. If symbols is not provided, all supported currencies will be returned.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
base_currency | Yes | A base currency code for which rates are to be requested. | |
symbols | No | A list of target currency codes for which rates against the base currency will be provided. If not provided, all supported currencies will be shown. |