forex-rates
Get real-time fiat foreign exchange rates for 166 currencies. Convert amounts between any ISO 4217 currencies for international payments or multi-currency workflows.
Instructions
Real-time fiat foreign exchange rates. Base currency defaults to USD; returns rates for all 166 supported currencies, or a filtered subset. Sourced from open.er-api.com (free, no key, daily updates ~00:00 UTC). Supports any ISO 4217 base: EUR, GBP, JPY, KRW, CNY, AUD, etc. Use for: USD→KRW conversion when reading Korean exchange data, cross-border payment amounts, international price normalization, or any multi-currency DeFi workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Base currency ISO 4217 code (e.g. USD, EUR, GBP, JPY). Default: USD. | |
| symbols | No | Specific currency codes to return (e.g. ['KRW','EUR','GBP']). If omitted, returns all 166+ currencies. | |
| convert | No | Optional: convert an amount. E.g. {amount: 1000, from: 'USD', to: 'KRW'}. |