get_exchange_rate
Retrieve major currency exchange rates with a specified base currency. Simplifies obtaining current FX rates for financial analysis.
Instructions
Get major currency exchange rates.
Directly invoke for FX rates. get_exchange_rate(base="CNY")
Args: base: Base currency (default CNY)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | CNY |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| hint | No | ||
| error | No | ||
| cached | No | ||
| source | No | ||
| status | Yes | ||
| updated_at | No |