get_latest_rates
Retrieve current exchange rates for a base currency, with optional filtering to specific target currencies.
Instructions
Get the latest exchange rates for a base currency. Returns rates for all currencies (or a filtered subset).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Base currency ISO code (e.g. USD, EUR). Defaults to USD. | |
| symbols | No | Comma-separated target codes to limit the result (e.g. 'EUR,GBP,JPY'). |