get_exchange_rate
Retrieve current mid-market exchange rates between any two currencies using ISO 4217 codes. Provides real-time conversion data without requiring API keys.
Instructions
Get the current mid-market exchange rate between two currencies. Returns a single rate number. No API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ISO 4217 currency code (e.g. USD, EUR, GBP). | |
| target | Yes | ISO 4217 currency code (e.g. USD, EUR, GBP). |