convert_currency
Get currency exchange rates and convert an amount from one currency to others. Specify base and target codes to get converted amounts.
Instructions
Get currency exchange rates and convert an amount.
Args: base: Base currency code, e.g. "USD". to: Comma-separated target codes (e.g. "EUR,GBP"). Omit for all rates. amount: Amount of base currency to convert (default 1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| base | No | USD | |
| amount | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| count | No | ||
| errors | No | ||
| scraper | No | ||
| source_urls | No |