Open Exchange Rates
Overview
The Open Exchange Rates source connector lets you authenticate against the Open Exchange Rates API using an App ID.
At this time, the connector supports credential validation but does not yet support extraction (syncing data). If you attempt to run a sync, it will fail with an “extraction is still in development” error.
Setup
- Create an Open Exchange Rates account: https://openexchangerates.org/
- Copy your App ID from your Open Exchange Rates dashboard.
- Use the App ID to configure the connector (see configuration below).
Authentication
This connector authenticates using your Open Exchange Rates App ID.
During connection testing/login, the connector validates credentials by calling:
GET https://openexchangerates.org/api/usage.json
and sending your App ID as an authorization token.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
app_id | string | ✅ | Your Open Exchange Rates App ID. |
Streams
No streams are currently available. The connector’s extraction/sync functionality is still in development.