Baselight

European Currency And Commodities Index

Datasets about European Currency and World Commodities index

@kaggle.longbriannguyen_european_currency_and_commodities_index

Loading...

About this Dataset

European Currency And Commodities Index

After the war in the northeast of Europe arose, there are many negative impacts influencing on the European economy. One of them
has apparently been changing the way of energy usage in the whole of Europe to hamper the Russian political movements.
The euro currency is gaining a huge impact from it and become lower than its usual value.
These datasets include the changes in the euro currency and the world commodities.
Currency conversion:

  • Euro to Canadian Dollar
  • Euro to Japan yen
  • Euro to USD
    World commodities:
  • Brent Oil
  • Crude Oil
  • Gold

Tables

Brent Oil Futures Historical Data

@kaggle.longbriannguyen_european_currency_and_commodities_index.brent_oil_futures_historical_data
  • 168.85 KB
  • 4555 rows
  • 7 columns

CREATE TABLE brent_oil_futures_historical_data (
  "date" TIMESTAMP,
  "price" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "vol" VARCHAR,
  "change" VARCHAR
);

Crude Oil Wti Futures Historical Data

@kaggle.longbriannguyen_european_currency_and_commodities_index.crude_oil_wti_futures_historical_data
  • 170.9 KB
  • 4553 rows
  • 7 columns

CREATE TABLE crude_oil_wti_futures_historical_data (
  "date" TIMESTAMP,
  "price" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "vol" VARCHAR,
  "change" VARCHAR
);

Eur Cad Historical Data

@kaggle.longbriannguyen_european_currency_and_commodities_index.eur_cad_historical_data
  • 137.83 KB
  • 4607 rows
  • 7 columns

CREATE TABLE eur_cad_historical_data (
  "date" TIMESTAMP,
  "price" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "vol" VARCHAR,
  "change" VARCHAR
);

Eur Jpy Historical Data

@kaggle.longbriannguyen_european_currency_and_commodities_index.eur_jpy_historical_data
  • 135 KB
  • 4607 rows
  • 7 columns

CREATE TABLE eur_jpy_historical_data (
  "date" TIMESTAMP,
  "price" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "vol" VARCHAR,
  "change" VARCHAR
);

Eur Usd Historical Data

@kaggle.longbriannguyen_european_currency_and_commodities_index.eur_usd_historical_data
  • 142.57 KB
  • 4607 rows
  • 7 columns

CREATE TABLE eur_usd_historical_data (
  "date" TIMESTAMP,
  "price" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "vol" VARCHAR,
  "change" VARCHAR
);

Gold Futures Historical Data

@kaggle.longbriannguyen_european_currency_and_commodities_index.gold_futures_historical_data
  • 162.38 KB
  • 4454 rows
  • 7 columns

CREATE TABLE gold_futures_historical_data (
  "date" TIMESTAMP,
  "price" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "vol" VARCHAR,
  "change" VARCHAR
);