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
Historical Data from Sep 14, 2001 until today of the USD to RUB exchange
@kaggle.fedesoriano_usd_rub_historical_data
Historical data of the USD / RUB exchange to study the effect of Russia's Invasion of Ukraine.
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
CREATE TABLE usd_rub (
"date" VARCHAR,
"price" DOUBLE,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"change" VARCHAR -- Change %
);Anyone who has the link will be able to view this.