Fetch the latest currency exchange rates via API. ExchangeRate-API is free and unlimited.
https://api.exchangerate-api.com/v4
Auth type
none
Auth header
# No auth required
Rate limit
See documentation
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://api.exchangerate-api.com/v4
Endpoint status
Server online — HTTP 404 — server is online but path returned an error (may require auth)2.68s
(checked Mar 29, 2026)
Builder score
D
24%
builder-friendly
No authentication required
# No auth required
Free — open public API, no authentication required.
| Method | Path | Description |
|---|---|---|
| GET | /latest/{base_currency} |
Returns latest exchange rates in parameter-supplied base currency. |
curl -X GET 'https://api.exchangerate-api.com/v4/latest/{base_currency}' \
-H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official ExchangeRate- documentation.