
We've launched EU-based API servers, giving you another option to reduce latency depending on where your application is hosted. Requests to the EU endpoint are served from European data centers, reducing round-trip time for applications hosted nearby.
For optimal performance, use the server closest to where your application is hosted:
api-eu.forexrateapi.comapi.forexrateapi.comUpdate your API endpoint:
// US Server
https://api.forexrateapi.com/v1/latest?api_key=API_KEY
// EU Server
https://api-eu.forexrateapi.com/v1/latest?api_key=API_KEY
Your API key works on both servers.
Benchmark response times from your environment:
curl -s -w "Time: %{time_total}s\n" https://api.forexrateapi.com/v1/ping
curl -s -w "Time: %{time_total}s\n" https://api-eu.forexrateapi.com/v1/ping
For full details, see our API documentation.
— ForexRateAPI Team