Open Exchange Rates
Explore the interactive ERD
Table & Field Reference
rate
| Column | Type | Keys |
|---|---|---|
data_base | Unknown | PK |
data_timestamps | Instant | PK |
currency_code | Unknown | PKFK |
rate | Unknown |
historical_rate
| Column | Type | Keys |
|---|---|---|
historical_base | Unknown | PK |
historical_timestamps | Instant | PK |
currency_code | Unknown | PKFK |
rate | Unknown |
currency
| Column | Type | Keys |
|---|---|---|
code | Unknown | PK |
name | Unknown |