All rate requests must be directed to /rates
| Parameter | Type | Description |
|---|---|---|
currency |
String | Filter by 3-letter currency code (e.g., USD, SGD, JPY). |
date |
YYYY-MM-DD | Fetch exchange rates for a single target date. |
start_date / from |
YYYY-MM-DD | Start date for historical range query. |
end_date / to |
YYYY-MM-DD | End date for historical range query. |
1. Get latest exchange rates (all currencies)
2. Get latest USD rate
3. Get rates for a specific single date
4. Get USD exchange rate history over a date range