Minutely data updates
200+ currencies
Highest security standards
Fxapi offers current and historical foreign exchange conversions, as well as time ranges. State-of-the-art features allow you to handle all your forex conversions, even in teams. We only use the most trusted data sources so that we can provide accurate currency data. Automate and centralize your exchange rates on the highest security level!
Our API offers a great developer experience and stable structure with an uptime of 99.99%.
Try it yourself!
{
"meta": {
"last_updated_at": "2022-07-21T23:59:59Z"
},
"data": {
"EUR": {
"code": "EUR",
"value": 0.978416
}
}
}
We firmly believe that an API has to offer a great developer experience, which is why fxapi is easy to integrate and use. However, if you have any questions or issues, we pride ourselves on our outstanding customer support. Moreover, the API is fully customizable to cater to every company's needs.
“fxapi.com is straight-forward and reliable since day one. The API is customizable to our company’s needs, easy-to-use, and has helped our international business reach the next level.”
It's very important to us that our forex API is not only fast and stable but also easy to integrate and use. To achieve this, we stripped away any unnecessary overhead and only offer state-of-the-art features.
All of our endpoints provide you with easy-to-read JSON responses designed for long-term support while not prohibiting data enhancements in the future.
Whether you want to display the prices of your product in local currencies or want to get a clear overview of your international sales, thousands of users work with fxapi for a variety of purposes. Get in touch with our team to discuss your personal use case.
fetch('https://api.fxapi.com/v1/latest/', {
headers: {
apikey: 'YOUR-API-KEY'
}
})
.then(response => response.json())
.then(data => {
console.log(data);
});