Skip to main content

Open Exchange Rates

Overview

The integration pulls data from Open Exchange Rates

Output schema

It contains one stream: open_exchange_rates

Each record in the stream contains many fields:

  • The timestamp of the record
  • Base currency
  • The conversion rates from the base currency to the target currency

Data type mapping

Currencies are number and the date is a string.

Features

FeatureSupported?
Full Refresh SyncYes
Incremental - Append SyncYes
NamespacesNo

Getting started

Requirements

  • App ID

Setup guide

In order to get an app_id please go to this page and follow the steps needed. After registration and login you will see your app_id, 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:

  1. 1000 API calls per month.
  2. You won't be able to specify the base parameter, meaning that you will be dealing only with default base value which is USD.

Reference

Config fields reference

Field
Type
Property name
string
app_id
string
start_date
string
base

CHANGELOG

VersionDatePull RequestSubject
0.2.02023-10-0330983Migrate to low code
0.1.02022-11-1519436Created CDK native Open Exchange Rates connector