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

  1. Go to the Fixer website and choose the right subscription plan for your particular project.

  2. 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.

  1. Symbols

  2. Latest Rates

  3. Historical Rates

  4. Specific Symbols

  5. Change Base Currency

  6. Covert

  7. Time Series

  8. 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.

  1. Symbols - Currencies List GET https://data.fixer.io/api/symbols

  2. Latest Rates - Latest Rates of multiple currency GET https://data.fixer.io/api/latest? base=USD&symbols=GBP,JPY,EUR

  3. Specific Symbols - Specific Currencies Rate GET https://data.fixer.io/api/latest?symbols=USD,CAD,JPY

  4. Change Base Currency - Change base currency GET https://data.fixer.io/api/latest?base=USD

  5. Convert - Convert according to historical rates GET https://data.fixer.io/api/convert?from=USD&to=INR&amount=100&date=1999-08-14

  6. 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

  7. 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

  8. Historial Rates - Historical Rates GET https://data.fixer.io/api/2013-12-24?base=USD&symbols=INR