Baselight

United States Dollar / Russian Ruble - Historical

Historical Data from Sep 14, 2001 until today of the USD to RUB exchange

@kaggle.fedesoriano_usd_rub_historical_data

Loading...
Loading...

About this Dataset

United States Dollar / Russian Ruble - Historical

Context

Historical data of the USD / RUB exchange to study the effect of Russia's Invasion of Ukraine.

Attribute Information

  1. Date
  2. Price
  3. Open
  4. High
  5. Low
  6. Change %

Acknowledgements

If you want to cite this data:

fedesoriano. (April 2022). USD / RUB - Historical Data. Retrieved [Date Retrieved] from https://www.kaggle.com/datasets/fedesoriano/usd-rub-historical-data

Tables

Usd Rub

@kaggle.fedesoriano_usd_rub_historical_data.usd_rub
  • 175.36 KB
  • 5320 rows
  • 6 columns
Loading...

CREATE TABLE usd_rub (
  "date" VARCHAR,
  "price" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "change" VARCHAR
);

Share link

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