KhaleejiAPIKhaleejiAPI
PricingDocumentationAbout
Sign InGet Started
Back to all APIs

Exchange Rates

Popular

Real-time and historical exchange rates for 50+ currencies

Category: FinanceEndpoint: /v1/exchange/rates

Avg Response

<50ms

Uptime SLA

99.99%

Free Tier

1,000/mo

Quick Start

JavaScript / TypeScript

javascript
import { KhaleejiAPI } from '@khaleejiapi/sdk';
const client = new KhaleejiAPI('your_api_key');
const rate = await client.exchange.convert({
from: 'AED',
to: 'USD',
amount: 100
});
console.log(rate);
// {
// from: "AED",
// to: "USD",
// amount: 100,
// converted: 27.23,
// rate: 0.2723
// }

Python

python
from khaleejiapi import KhaleejiAPI
client = KhaleejiAPI('your_api_key')
rate = client.exchange.convert(
from_currency='AED',
to_currency='USD',
amount=100
)
print(rate)
# {
# "from": "AED",
# "to": "USD",
# "amount": 100,
# "converted": 27.23,
# "rate": 0.2723
# }

cURL

curl
curl -X GET "https://khaleejiapi.dev/api/v1/exchange/rates?base=AED&target=USD&amount=100" \
-H "x-api-key: your_api_key" \
-H "Content-Type: application/json"
Get Your API KeyView Documentation

Related APIs

VAT Calculator

Calculate UAE VAT with automatic rate detection

Public Holidays

GCC public holidays (2024–2027) with smart queries — check if a date is a holiday, get the next upcoming holiday, and filter by month or sector

Business Days Calculator

Calculate business days between dates for all GCC countries with holiday awareness

GeocodingVAT Calculator
KhaleejiAPIKhaleejiAPI

Fast, affordable APIs built in Dubai for developers across the Middle East.

All systems operational

APIs

  • Email Validation
  • Phone Validation
  • VAT Validation
  • IP Geolocation
  • Exchange Rates
  • Image Processing
  • View all →

Resources

  • Documentation
  • API Reference
  • SDKs
  • Status
  • Changelog

Company

  • About
  • Blog
  • Careers
  • Contact

Legal

  • Privacy
  • Terms
  • DPA

© 2026 KhaleejiAPI. All rights reserved.

Made with love in Dubai by Berd-i & Sons