Currency Exchange Rates + Converter (no key) avatar

Currency Exchange Rates + Converter (no key)

Pricing

from $2.00 / 1,000 fx queries

Go to Apify Store
Currency Exchange Rates + Converter (no key)

Currency Exchange Rates + Converter (no key)

Live and historical currency exchange rates and conversion, using official ECB reference rates (via Frankfurter): latest rates, convert an amount, rates on a date, and daily time series. ~31 major currencies. Clean HTTP API + MCP, no key. Pay per query.

Pricing

from $2.00 / 1,000 fx queries

Rating

0.0

(0)

Developer

Synthetic

Synthetic

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

18 hours ago

Last modified

Categories

Share

Live and historical currency exchange rates and conversion, using official European Central Bank reference rates (via Frankfurter), behind a clean HTTP API (and MCP tool). Get the latest rates, convert an amount between currencies, look up rates on a past date, or pull a daily time series β€” across ~31 major currencies. No API key, no rate limits. Pay per query.

  • πŸ’± Convert β€” turn an amount from one currency into another at the current rate.
  • πŸ“Š Latest / historical β€” current rates or rates on any past date, for a base against chosen symbols.
  • πŸ“ˆ Time series β€” daily rates over a date range (great for charts and trends).
  • 🏦 Official ECB rates β€” the reference everyone trusts, updated each working day.
  • πŸ’΅ Pay per query Β· no key.

The use case it was built for

Pricing pages, invoices, dashboards, accounting and agents constantly need "how much is X in Y?" and "what was the rate on this date?". This API answers both with authoritative ECB data β€” no key, no limits to manage.

Sample output (convert, 100 USD β†’ EUR)

{ "ok": true, "from": "USD", "to": "EUR", "amount": 100, "rate": 0.8726, "result": 87.26, "date": "2026-09-18" }

How to use

  • HTTP API (Standby): POST or GET /latest, /convert, /historical, /timeseries, /currencies. GET / returns help. Example: GET /convert?from=USD&to=JPY&amount=250.
  • Normal run: pass { operation, from, to, amount }; results land in the dataset + key-value store.
  • MCP tool: expose it to your agent via Apify's MCP server.

Input

  • operation β€” latest Β· convert Β· historical Β· timeseries Β· currencies.
  • from β€” base/source currency (3-letter). to β€” target (convert). amount β€” for convert.
  • symbols β€” target currencies for latest/historical/timeseries (comma-separated; empty = all).
  • date β€” for historical. start / end β€” for time series.

Pricing

Per query from $0.004 (down to $0.0015 on higher tiers). One call = one query (which can return many currencies or many days at once).

FAQ

Which currencies? ~31 major currencies (USD, EUR, GBP, JPY, CHF, CAD, AUD, BRL, CNY, INR…). Call currencies for the list. No crypto or exotic/pegged currencies (those live in our Yahoo/CoinGecko actors).

How fresh? ECB publishes reference rates once per working day (around 16:00 CET); weekends/holidays reuse the last working day.

Do I need a key? No β€” and there are no rate limits.

Notes & limits

Rates are ECB reference rates (mid-market), not live trading or card rates. History goes back to 1999 for most currencies.