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/
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.
Currencies are number
and the date is a string
.
Feature | Supported? |
---|---|
Full Refresh Sync | Yes |
Incremental - Append Sync | Yes |
Namespaces | No |
Specify the reference currency and the start date when you want to collect currencies.