Fixer 1.0
Fixer is a simple and lightweight API for current and historical foreign exchange (forex) rates.
- On this page
- Fixer
- Overview
- Authentication
- Available Operations
OverviewCopy
Fixer provides real time exchange rate data for 170 world currencies, updated every 60 seconds. Currency data delivered by Fixer is sourced from financial data providers and banks, including the European Central Bank.
AuthenticationCopy
When using the Fixer connector, the first thing you will have to do is click on 'New Authentication' in the step editor and add your Fixer API key, obtained from the Clearbit Admin UI:
Available OperationsCopy
The examples below show one or two of the available connector operations in use.
Please see the Full Operations Reference at the end of this page for details on all available operations for this connector.
Example 1 - Get latest ratesCopy
This example will walkthrough how to get latest exchange rate data. The first step is to select the Get latest rates operation from the operations list and press 'Run Workflow'.
Below you can see that the workflow ran successfully and exchange rates have been listed.
Example 2 - Get historical ratesCopy
This example will walkthrough how to get historical exchange rate data with the choosen date. The first step is to select the Get historical rates operation from the operations list.
Select the date from the 'Query date input' and press 'Run Workflow'.
Below you can see that the workflow ran successfully and historical exchange rates have been listed for the selected date.