Zephiel API

Exchange Rates Data

Free tier

Real-time and historical FX rates for 170 world currencies.

4.812 reviewsby Zephiel Labs41k subscribers
forexcurrencyconversionhistoricalfinance

Starts at

$12/mo

Choose a plan

Create a free account to subscribe.

Latency
84ms
Uptime
99.99%
Endpoints
4

About this API

Live foreign exchange rates sourced from more than 15 institutional data providers, updated every 60 seconds. Query current rates, historical time series back to 1999, and convert any amount between any pair of supported currencies with bank-grade accuracy.

Common use cases

Multi-currency checkout
Accounting reconciliation
Treasury dashboards
Travel pricing

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/exchange-rates-data/latest" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "success": true,
  "base": "USD",
  "timestamp": 1756213800,
  "rates": {
    "EUR": 0.8624,
    "GBP": 0.7391,
    "NGN": 1531.42,
    "JPY": 147.08
  }
}

Related APIs in Finance & Currency