OpenExchangeRates data is imported to the "exchange_rates" table in Google BigQuery. This table is partitioned by field date
.
Filed | Type |
---|---|
date |
DATE |
rate |
FLOAT |
currency |
STRING |
Example:
date | rate | currency |
---|---|---|
2023-03-02 | 36.938464 | UAH |
2023-03-02 | 0.943521 | EUR |
... | ... | ... |
0 Comments