This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.

πŸ“œ Configuration

Configuration UI

πŸ‘©β€πŸ”¬ Extending Jitsu

Overview
Destination Extensions
Source Extensions
API Specs

Jitsu Internals

Jitsu Server

Exchange Rates

Overview

The exchange rates integration pulls all its data from exchangeratesapi.io: currency

The source is using Airbyte docker image (@airbyte/source-exchange-rates). Learn more how Airbyte-based sources work

How to connect

In order to get an API Access Key please go to this page and enter needed info. After registration and login you will see your API Access Key, also you may find it here.If you have free subscription plan (you may check it here) this means that you will have 2 limitations: 1000 API calls per month and You won't be able to specify the bas` parameter, meaning that you will be dealing only with default base value which is EUR.

Connection Parameters

ParameterDocumentation
start_date*
string
(required)
Start getting data from that date.
access_key*
string
(required)
Your API Access Key. See here. The key is case sensitive.
base
string
(not required)
ISO reference currency. See here. Free plan doesn't support Source Currency Switching, default base currency is EUR