forex_rate
Retrieve live forex exchange rates between currencies, showing current values, daily changes, high/low prices, and 52-week ranges for financial analysis.
Instructions
Get live forex exchange rate between two currencies.
Returns current rate, day's change, high/low, and 52-week range.
Args: from_currency: Source currency code (e.g., USD, EUR, GBP, AED, JPY) to_currency: Target currency code (default: INR)
Examples: forex_rate("USD", "INR") → US Dollar to Indian Rupee forex_rate("EUR", "INR") → Euro to Indian Rupee forex_rate("AED", "INR") → UAE Dirham to Indian Rupee forex_rate("USD", "EUR") → US Dollar to Euro forex_rate("GBP", "USD") → British Pound to US Dollar
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_currency | Yes | ||
| to_currency | No | INR |