Australian Exchange Rates
Exchange Rates from 1987 to 2022
@kaggle.taranmarley_australian_exchange_rates
Exchange Rates from 1987 to 2022
@kaggle.taranmarley_australian_exchange_rates
CREATE TABLE audrates (
"time" TIMESTAMP,
"fxrusd" VARCHAR,
"fxrtwi" DOUBLE,
"fxreur" DOUBLE,
"fxrjy" DOUBLE,
"fxrire" DOUBLE,
"fxrukps" DOUBLE,
"fxrsf" VARCHAR,
"fxrnzd" DOUBLE,
"fxrcd" VARCHAR,
"fxrhkd" DOUBLE,
"fxrsd" DOUBLE,
"fxrmr" DOUBLE,
"fxrntd" VARCHAR,
"fxrskw" DOUBLE,
"fxrir" VARCHAR,
"fxrcr" DOUBLE,
"fxrsdr" VARCHAR
);
Anyone who has the link will be able to view this.