FinancePopular

Exchange Rates API

Real-time and historical exchange rates for 50+ currencies. Supports conversion mode with amount calculation and listing mode for all rates against a base currency.

Endpoint:/v1/exchange/rates
Method:GET
Latency:~30ms

Try it out

GET/v1/exchange/rates

Parameters

Code

curl
curl -X GET "https://khaleejiapi.dev/api/v1/exchange/rates?base=AED&target=USD&amount=1000" \
-H "X-API-Key: your_api_key"

Parameters

ParameterTypeRequiredDescription
basestringOptionalBase currency code (default: AED)
targetstringOptionalTarget currency for conversion mode
amountnumberOptionalAmount to convert (requires target)
datestringOptionalYYYY-MM-DD for historical rates

Response Fields

Conversion Mode (when target provided)

from/to currency objects (code, name, symbol), amount, rate, converted value, date, source

Listing Mode (no target)

base currency, date, currencies count, source, and rates object mapping currency codes to exchange rates

Rate Limits

PlanRequests/MonthRate Limit
Free1,00010 req/min
Starter10,00060 req/min
Professional100,000300 req/min
Business500,0001,000 req/min