Real-Time Currency Exchange Rates

Exchange Rate API.

Retrieve current exchange rates between any two currencies. Our API provides accurate forex data updated throughout the day. Perfect for currency converters, international pricing, financial dashboards, and accounting systems.

Free tier, no card< 200ms responses99.9% uptime SLA
GET/v1/exchangeratelive
Response200 OK · sample
{
  "status": "ok",
  "error": null,
  "data": {
    "currency1": "USD",
    "currency2": "EUR",
    "exchangeRate": "0.851223",
    "inverseRate": "1.174773"
  }
}
Sample response · verify to run one live call, no signup
Integrates with your favorite tools
LangChainn8nZapierMakePipedreamPower AutomatePostman

Exchange Rate API

Retrieve current exchange rates between any two currencies. Our API provides accurate forex data updated throughout the day. Perfect for currency converters, international pricing, financial dashboards, and accounting systems.

  • Exchange rates updated throughout the day
  • Support for 150+ world currencies
  • Fast response times for real-time apps
  • Reliable data from trusted forex sources
  1. 1

    Send one request

    A single authenticated GET with the location you care about — no SDK required.

    GET /v1/exchangerate?query=
    x-api-key: your_key
  2. 2

    We do the aggregation

    Each request pulls from multiple upstream sources and computes the derived fields for you.

  3. 3

    Get clean JSON back

    One structured object, typically under 200 ms — ready to render.

    { currency1, currency2, exchangeRate, }

Everything in a single call.

/v1/exchangerateapplication/json
currency1"USD"
currency2"EUR"
exchangeRate"0.851223"
inverseRate"1.174773"

What developers build with it.

Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.

See every use case

Call it in your language.

Copy a working request, or install a typed SDK. Same endpoint, same key.

const res = await fetch("https://api.apiverve.com/v1/exchangerate?currency1=USD&currency2=EUR", {
  headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();
console.log(data);

One subscription, the whole real-time currency exchange rates stack.

Every related API ships with your key — no separate plans, no extra keys, one bill.

See pricing
8APIs in this bundle
99.9%uptime SLA

Wire it into the tools you already run.

Ready-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.

Google Sheets
Log daily exchange rates to a spreadsheet
WhenScheduled daily
ThenFetch exchange rate → append row
Slack
Post daily exchange rate summary
WhenScheduled daily
ThenFetch exchange rate → post message
Airtable
Build a currency rate history database
WhenScheduled daily
ThenFetch exchange rate → create record
Notion
Track currency rates in a Notion database
WhenScheduled daily
ThenFetch exchange rate → create database item
Salesforce
Update opportunity currency conversions
WhenScheduled hourly
ThenFetch exchange rate → update custom field
GitHub
Update a rates data file in a repo
WhenScheduled daily
ThenFetch exchange rate → commit file update
Browse all integrations

Questions about the API

How often are exchange rates updated?
Exchange rates are updated multiple times throughout the day during forex market hours. We aggregate data from multiple reliable sources for accuracy.
Which currencies are supported?
We support 150+ currencies including all major currencies (USD, EUR, GBP, JPY, etc.), minor currencies, and many cryptocurrencies.
Can I get historical exchange rates?
This endpoint provides current rates. For historical data, check our Currency Converter API which includes date-specific lookups.
Is the rate the mid-market rate?
Yes, we provide mid-market rates (the midpoint between buy and sell prices). These are the fairest rates before any markup.
Can I convert amounts directly?
This API returns the exchange rate. To convert amounts, multiply by the rate or use our Currency Converter API for direct conversion.
Do you support cryptocurrency rates?
Yes, we support major cryptocurrencies like BTC, ETH, and others. Use standard crypto codes as currency parameters.

Start building with the Exchange Rate API. Free tier, no card required — your key is live in minutes.

Bonus: 300+ more APIs

The same key unlocks every other APIVerve endpoint — reach for them when you need them.

Browse the catalog