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
Feature | Supported? |
---|---|
Full Refresh Sync | Yes |
Incremental - Append Sync | Yes |
Namespaces | No |
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:
- 1000 API calls per month.
- You won't be able to specify the
base
parameter, meaning that you will be dealing only with default base value which is USD.
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.3.1 | 2024-08-16 | 44196 | Bump source-declarative-manifest version |
0.3.0 | 2024-08-15 | 44108 | Refactor connector to manifest-only format |
0.2.16 | 2024-08-10 | 43582 | Update dependencies |
0.2.15 | 2024-08-03 | 43120 | Update dependencies |
0.2.14 | 2024-07-27 | 42656 | Update dependencies |
0.2.13 | 2024-07-20 | 42352 | Update dependencies |
0.2.12 | 2024-07-13 | 41775 | Update dependencies |
0.2.11 | 2024-07-10 | 41576 | Update dependencies |
0.2.10 | 2024-07-09 | 41149 | Update dependencies |
0.2.9 | 2024-07-06 | 40857 | Update dependencies |
0.2.8 | 2024-06-25 | 40300 | Update dependencies |
0.2.7 | 2024-06-21 | 39922 | Update dependencies |
0.2.6 | 2024-06-04 | 39028 | [autopull] Upgrade base image to v1.2.1 |
0.2.5 | 2024-05-14 | 38141 | Make connector compatable with builder |
0.2.4 | 2024-04-19 | 37208 | Updating to 0.80.0 CDK |
0.2.3 | 2024-04-18 | 37208 | Manage dependencies with Poetry. |
0.2.2 | 2024-04-15 | 37208 | Base image migration: remove Dockerfile and use the python-connector-base image |
0.2.1 | 2024-04-12 | 37208 | schema descriptions |
0.2.0 | 2023-10-03 | 30983 | Migrate to low code |
0.1.0 | 2022-11-15 | 19436 | Created CDK native Open Exchange Rates connector |