US Dollar / INR Rupee Dataset(2003-2021)
This is Currency dataset from 2003-2021
@kaggle.meetnagadia_us_dollar_inr_rupee_dataset20032021
This is Currency dataset from 2003-2021
@kaggle.meetnagadia_us_dollar_inr_rupee_dataset20032021
This is a Dataset for US to INR currency change
This dataset start from 2023 to 2021 .
It was collected from Yahoo Finance.
You can perform Time Series Analysis and EDA on data.
CREATE TABLE usdinrx (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" DOUBLE
);Anyone who has the link will be able to view this.