Fixer
Number of APIs: 8
Powered by 15+ exchange rate data sources, the Fixer API is capable of delivering real-time exchange rate data for 170 world currencies. The API comes with multiple endpoints, each serving a different use case. Endpoint functionalities include getting the latest exchange rate data for all or a specific set of currencies, converting amounts from one currency to another, retrieving Time-Series data for one or multiple currencies and querying the API for daily fluctuation data.
Quick Start Guide
Step 1: Your API Access Key
To get started quickly, you need to fork the Fixer Qodex Collection. Simply click the button below to fork it.
[]
Step 2: Get your API Access Key
- Go to the Fixer website and choose the right subscription plan for your particular project. 
- Get your personal API Access Key on the Dashboard to authenticate with the API. Keep it safe! You can reset it at any time in your Account Dashboard. 
Step 3: Make your first API call
Fixer Qodex collection contains all the endpoints supported by Fixer API.
- Symbols 
- Latest Rates 
- Historical Rates 
- Specific Symbols 
- Change Base Currency 
- Covert 
- Time Series 
- Fluctuations 
We recommend you to start with the Latest Rates endpoint to get the latest rates of mentioned currency according to the base currency (EUR) or mentioned currency.
- 
Symbols - Currencies List GET https://data.fixer.io/api/symbols 
- 
Latest Rates - Latest Rates of multiple currency GET https://data.fixer.io/api/latest? base=USD&symbols=GBP,JPY,EUR 
- 
Specific Symbols - Specific Currencies Rate GET https://data.fixer.io/api/latest?symbols=USD,CAD,JPY 
- 
Change Base Currency - Change base currency GET https://data.fixer.io/api/latest?base=USD 
- 
Convert - Convert according to historical rates GET https://data.fixer.io/api/convert?from=USD&to=INR&amount=100&date=1999-08-14 
- 
Time Series - Rates b/w two dates GET https://data.fixer.io/api/timeseries?symbols=USD,EUR&start_date=2012-05-01&end_date=2012-05-25 
- 
Fluctuation - Fluctuation b/w two dates GET https://data.fixer.io/api/fluctuation?symbols=USD&start_date=2015-12-01&end_date=2016-05-24 
- 
Historial Rates - Historical Rates GET https://data.fixer.io/api/2013-12-24?base=USD&symbols=INR