أكثر من 160 عملة · تحديث كل ساعة

واجهة برمجة أسعار الصرف للمطوّرين

أسعار صرف موثوقة وتحويل وبيانات تاريخية — مفتاح API واحد، وJSON في أجزاء من الثانية.

curl "https://rate-api.com/api/v1/YOUR_KEY/latest?base=USD"
محوّل مباشر
100 USD =
88.08 EUR

أسعار السوق الوسطى المباشرة من Rate-API.

160+
currencies
Hourly
rate updates
99.9%
uptime
JSON·XML·CSV
output formats

Integrate in minutes

One key, a single request, any stack. JSON by default — XML and CSV too.

cURL
curl "https://rate-api.com/api/v1/YOUR_KEY/latest?base=USD"
JavaScript
const r = await fetch(
  "https://rate-api.com/api/v1/YOUR_KEY/convert?from=USD&to=EUR&amount=100"
);
const { result } = await r.json();
Python
import requests
r = requests.get(
  "https://rate-api.com/api/v1/YOUR_KEY/latest", params={"base": "USD"})
print(r.json()["rates"]) 

كل ما تحتاجه من واجهة أسعار

160+ currencies

Global coverage with symbols and metadata.

Hourly updates

Fresh rates from trusted upstream sources.

JSON · XML · CSV

Pick the format that fits your stack.

Fast & cached

Edge-friendly responses with ETag support.

Simple auth

One API key — in the URL or a header.

Convert & historical

Conversion, pairs, and historical rates.

Built for every team

From a weekend project to production fintech — Rate-API scales with you.

E-commerce

Show prices in a shopper’s local currency and settle in yours.

Fintech & banking

Power wallets, transfers and ledgers with dependable mid-market rates.

Travel & booking

Quote fares, hotels and packages in any currency, updated hourly.

Analytics & BI

Normalize multi-currency revenue and build FX dashboards.

Crypto

Blend fiat and top cryptocurrency prices from one API (Pro+).

Apps & tools

Drop a converter into any product with a single request.

تسعير بسيط وشفّاف

ابدأ مجانًا. قم بالترقية عند النمو.

Free Plan
$0/mo

2,500 طلب / شهر

ابدأ مجانًا
Pro Plan
الأكثر شيوعًا
$10/mo

40,000 طلب / شهر

اختر الخطة
Business Plan
$30/mo

150,000 طلب / شهر

اختر الخطة
Enterprise
$99/mo

2,500,000 طلب / شهر

اختر الخطة

الأسئلة الشائعة

هل توجد خطة مجانية؟

نعم — تتضمن الخطة المجانية 2,500 طلب شهريًا دون الحاجة إلى بطاقة ائتمان.

هل يمكنني الترقية أو التخفيض في أي وقت؟

نعم. تسري التغييرات فورًا وتُحدَّث حصتك الشهرية على الفور.

ما العملات المدعومة؟

أكثر من 160 عملة عالمية، تُحدَّث كل ساعة من مصادر موثوقة.

كيف أصادق على الطلبات؟

مرّر مفتاح API في مسار الرابط أو في ترويسة Authorization: Bearer أو X-API-Key.

Start building with live exchange rates

Free plan, 2,500 requests a month, no credit card. Your first call is one minute away.