Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 908 Bytes

exchangeratesapi.md

File metadata and controls

35 lines (20 loc) · 908 Bytes

Exchange Rates API

Overview

The exchange rates integration is a toy integration to demonstrate how Airbyte works with a very simple source.

It pulls all its data from https://ratesapi.io/

Output schema

It contains one stream: exchange_rate

Each record in the stream contains many fields:

  • The date of the record
  • One field for every supported currency which contain the value of that currency on that date.

Data type mapping

Currencies are number and the date is a string.

Features

Feature Supported?
Full Refresh Sync Yes
Incremental - Append Sync Yes
Namespaces No

Getting started

Setup guide

Specify the reference currency and the start date when you want to collect currencies.