INR Exchange Rate Data
Indian Currency(Rupee) Exchange Rate over the Years.
@kaggle.febinphilips_inr_exchange_rate_data
Indian Currency(Rupee) Exchange Rate over the Years.
@kaggle.febinphilips_inr_exchange_rate_data
The Indian Rupee(INR) is a Free-Floating Currency. This Dataset provides with the USD/INR Exchange Rates over the period Dec 01, 2003 - Sep 01, 2023. That means to purchase 1 dollar the number of rupees needed.
CREATE TABLE usd_inr_exchange (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE
);Anyone who has the link will be able to view this.