We use essential cookies

We use strictly necessary cookies for authentication and, with your consent, optional analytics cookies to improve the product.

APIs/Currency API
Financeoperational

Currency API

Reliable currency data for finance, e-commerce, and trading products. Supports 30+ currencies with historical time-series data.

Use cases

Multi-currency checkout
Cross-border invoicing
FX analytics dashboards
Travel & remittance products

Endpoints

Base: /api/v1/currency
MethodPathDescriptionCredits
GET/latestLatest rates for a base currency1
GET/historical/{date}Rates on a specific date1
GET/convertConvert an amount between two currencies1
GET/timeseriesTime-series between two dates2
GET/currenciesSupported currencies1

Code examples

curl
curl -H "X-API-Key: $LOFTPRESS_KEY" \
  "https://loftpress.shop/api/v1/currency/latest"

Sample response

json
{
  "amount": 1,
  "base": "USD",
  "date": "2026-01-15",
  "rates": {
    "EUR": 0.925,
    "GBP": 0.787,
    "TRY": 31.95
  }
}

Live playground

No API key required. Rate-limited to 30 req/min per IP.

// Click Run to try the API

Pricing plans

Pro
100,000 req · 50 req/s
$200/mo
+ applicable taxes
Enterprise
2,000,000 req · 250 req/s
$500/mo
+ applicable taxes

VAT, GST or other applicable sales tax is calculated and collected by Creem at checkout based on the customer's location.

Changelog / Status
All systems operational
Live status →