Exchange Rates
Exchange Rates ETL connector for data replication
Features | Details |
---|---|
Release Status | Released |
Source API Version | V1 |
Table Selection | Yes |
Column Selection | Yes |
Edit Integration | Yes |
Replication Type Selection | No |
Authentication Parameters | None |
Replication Type | Key Based Replication |
Replication Key | start_date, end_date |
Suggested Replication Frequency | 24 hours |
exchange_rates
- 1.Sign in to Daton
- 2.Select Exchange Rates from Integrations page
- 3.Provide Integration Name Replication Frequency and History. Integration name would be used in creating tables for the integration and cannot be changed later
- 4.Post successful authentication you will be prompted to choose exchange_rates table
- 5.Then select all required fields
- 6.Submit the integration
- 1.Integrations would be in Pending state initially and will be moved to Active state as soon as the first job loads data successfully on to the configured warehouse
- 2.Users would be able to edit/pause/re-activate/delete integration anytime
- 3.Users can view job status and process logs from the integration details page by clicking on the integration name from the active list
Purpose: This API is used to fetch the exchange rates with respective to the base currency
Replication: Key Based Incremental
Replication Key: start_date, end_date
Fields
Name | Data Type |
---|---|
date | DATE |
from_currency_code | STRING |
to_currency_code | STRING |
value | NUMERIC |
Last modified 9mo ago