Currency Converter β Live & Historical ECB Rates
Pricing
from $0.0005 / currency converted
Currency Converter β Live & Historical ECB Rates
Convert money between currencies using official European Central Bank reference rates, daily or historical. Normalize multi-currency data in finance and e-commerce workflows.
Pricing
from $0.0005 / currency converted
Rating
0.0
(0)
Developer
hiper soft
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Convert money between currencies using official European Central Bank reference rates β latest or for a historical date. Normalize multi-currency data in finance, e-commerce and reporting workflows (n8n, Make, Zapier).
What it does
- Converts amounts between 30+ currencies via ECB reference rates.
- Latest rates or a historical date (nearest business day on or before).
- Returns the exchange rate, converted amount and the rate date.
Use cases
- Finance / accounting β normalize transactions to one base currency.
- E-commerce β convert prices for reporting.
- Automation β a currency step in an n8n/Make pipeline.
Input
{ "conversions": [ { "from": "USD", "to": "EUR", "amount": 100 }, { "from": "EUR", "to": "GBP", "amount": 250 } ] }
| Field | Type | Description |
|---|---|---|
conversions | array | { from, to, amount, date? } objects. |
date | string | Global rate date (YYYY-MM-DD); blank = latest. |
Output
{ "from": "USD", "to": "EUR", "amount": 100, "rate": 0.921, "converted": 92.1, "rateDate": "2026-08-19", "base": "ECB" }
Output schema
| Field | Type | Description |
|---|---|---|
from | string | Source currency. |
to | string | Target currency. |
amount | number | Input amount. |
converted | number | Converted amount. |
FAQ
Which currencies? The ECB reference set (EUR, USD, GBP, JPY, CHF, AUD, CAD, CNY, and ~25 more).
Can I use it in n8n? Yes β run it from the Apify node, or via integrations and the Apify API.
Notes
Original clean-room implementation. Rates are ECB reference rates, published on business days.