Exchange Rates Data API
Features
Real-time exchange rates
150+ currencies
Historical data
Currency conversion
API keys for security
Supports multiple formats (JSON, XML)
Easy integration with popular programming languages
Information
About this Cloud Hub Solution:
The Exchange Rates API is a comprehensive platform that provides exchanging rates data for over 170 world currencies, powered by more than 15 exchange rate data sources.
This API offers several endpoints, each designed to serve a different purpose and use case, including:
- Retrieving the latest exchange rates information for a specific set of currencies or for all currencies
- Converting amounts from one currency to another
- Accessing Time-series data for multiple currencies or for a single currency
- Querying the API daily for fluctuation data
With these endpoints, the Exchange Rates API provides a robust solution for managing and analyzing exchange rate data, catering to a wide range of applications and use cases.
Available Endpoints/symbols returns all available currencies
/latest Returns exchange rate data in real-time for all available currencies or for a specific set.
/convert With this endpoint, we have any amount conversion from one currency to another.
/{date} Endpoint for receiving historical exchange rate information for all available currencies or for a set of currencies.
/timeseries It returns the daily historical data for exchange rates, between two specified dates. The data can be returned for all available currency or for specified ones.
/fluctuation This endpoint returns the fluctuation data between specified dates. The data can be for all available currencies or for a specific set.
Supported Symbols
The Fixer API comes with a constantly updated endpoint returning all available currencies. To access this list, make a request to the API's symbols endpoint.
Highlights
Real-time exchange rates
150+ currencies
Historical data
Currency conversion
API keys for security
Supports multiple formats (JSON, XML)
Sasy integration with popular programming languages
Code