get_latest_exchange_rates
Retrieve specific or all currency exchange rates against a base currency using the Frankfurter API. Customize results by specifying target currency codes or fetch all supported currencies.
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. Do not provide it to request all supported currencies. |