get_latest_exchange_rates
Need current exchange rates? Specify a base currency and optionally target currencies to obtain up-to-date foreign exchange rates.
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 ISO4217 code for which rates are to be requested. | |
| symbols | No | A list of target currency ISO4217 codes for which rates against the base currency will be provided. If not provided, all supported currencies will be shown. |