Baselight

Australian Exchange Rates

Exchange Rates from 1987 to 2022

@kaggle.taranmarley_australian_exchange_rates

Audrates
@kaggle.taranmarley_australian_exchange_rates.audrates

  • 644.4 KB
  • 8882 rows
  • 18 columns
time

Time

fxrusd

FXRUSD

fxrtwi

FXRTWI

fxreur

FXREUR

fxrjy

FXRJY

fxrire

FXRIRE

fxrukps

FXRUKPS

fxrsf

FXRSF

fxrnzd

FXRNZD

fxrcd

FXRCD

fxrhkd

FXRHKD

fxrsd

FXRSD

fxrmr

FXRMR

fxrntd

FXRNTD

fxrskw

FXRSKW

fxrir

FXRIR

fxrcr

FXRCR

fxrsdr

FXRSDR

Fri Jan 02 1987 00:00:00 GMT+0000 (Coordinated Universal Time)0.667454.8105.350.44991.07551.25680.92085.19771.44861.733623.69574.910932.48410.5456
Mon Jan 05 1987 00:00:00 GMT+0000 (Coordinated Universal Time)0.668755106.020.45051.081.25340.92115.20581.45141.738323.71575.6210952.4890.5467
Tue Jan 06 1987 00:00:00 GMT+0000 (Coordinated Universal Time)0.665354.8105.920.45171.08161.24080.91395.18171.44571.730423.57572.8910902.47630.5414
Wed Jan 07 1987 00:00:00 GMT+0000 (Coordinated Universal Time)0.664854.6105.240.4491.07111.23180.91135.17551.44361.732223.54572.2610892.47450.5415
Thu Jan 08 1987 00:00:00 GMT+0000 (Coordinated Universal Time)0.664854.7105.220.45151.07681.23130.91145.17451.44321.732123.53572.1310892.47450.542
Fri Jan 09 1987 00:00:00 GMT+0000 (Coordinated Universal Time)0.666754.9105.610.45271.07661.24530.9135.18931.44641.733923.57573.710902.48150.5441
Mon Jan 12 1987 00:00:00 GMT+0000 (Coordinated Universal Time)0.666554.8105.370.45161.07341.23980.9135.18341.44551.73323.55573.3210902.48080.5422
Tue Jan 13 1987 00:00:00 GMT+0000 (Coordinated Universal Time)0.660253.9103.010.44291.04381.2410.90135.1351.42571.707923.32567.5110782.45730.5352
Wed Jan 14 1987 00:00:00 GMT+0000 (Coordinated Universal Time)0.642552.299.20.42961.00071.20910.87844.99221.3781.649922.67551.9110472.39140.5176
Thu Jan 15 1987 00:00:00 GMT+0000 (Coordinated Universal Time)0.648352.499.030.4320.99971.23980.88295.03311.39131.663522.85556.510552.4130.5194

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
);

Share link

Anyone who has the link will be able to view this.