Home / Finance APIs / Currency Conversion API
CurrencyAPI

Currency Conversion API

Access real-time and historical currency exchange rates for 170+ currencies worldwide. Reliable data updated every 60 seconds from trusted financial sources.

Example Response
{
  "base": "USD",
  "date": "2025-10-10",
  "rates": {
    "EUR": 0.85,
    "GBP": 0.73,
    "JPY": 110.25,
    "AUD": 1.32,
    "CAD": 1.25
  }
}

Use Cases

Power your financial applications with accurate exchange rates

🛒

E-commerce Platforms

Display prices in customer's local currency. Improve conversion rates by showing familiar currency formats and accurate real-time pricing.

💼

Financial Applications

Build forex trading platforms, investment trackers, and financial dashboards with reliable real-time exchange rate data.

📊

Accounting Software

Automate multi-currency accounting with accurate historical rates. Simplify international bookkeeping and financial reporting.

✈️

Travel & Booking

Show travel prices in multiple currencies. Help travelers budget and compare prices in their preferred currency.

💱

Money Transfer Services

Calculate transfer amounts accurately with real-time rates. Build trust with transparent currency conversion.

📱

Mobile Apps

Integrate currency conversion in travel apps, expense trackers, and financial planning tools.

API Examples

Get started in minutes with our simple API

Latest Rates cURL
curl "https://api.currencyapi.com/v3/latest?apikey=YOUR_API_KEY&base=USD"
Convert Currency cURL
curl "https://api.currencyapi.com/v3/convert?apikey=YOUR_API_KEY&base=USD&target=EUR&amount=100"
JavaScript Node.js
const response = await fetch(
  'https://api.currencyapi.com/v3/latest?apikey=YOUR_API_KEY&base=USD'
);
const data = await response.json();
console.log(data.data);
Python v3+
import requests

response = requests.get(
    'https://api.currencyapi.com/v3/latest',
    params={'apikey': 'YOUR_API_KEY', 'base': 'USD'}
)
data = response.json()
print(data['data'])

Available Integrations

Use CurrencyAPI with your favorite tools and platforms

API Marketplaces

Automation & Integration Platforms

⚙️
Zapier
Coming Soon
🔧
Make
Coming Soon
🔗
n8n
Coming Soon
🌊
Pipedream
Coming Soon

Ready to Get Started?

Start your free trial today. No credit card required.

Start Free Trial